~rabbits/uxn

8420c81d52cd20055a38e18e609905ac282e7384 — Sigrid Solveig Haflínudóttir 2 days ago 75af0e3
system.h: no need to redefine the same macro
1 files changed, 0 insertions(+), 1 deletions(-)

M src/devices/system.h
M src/devices/system.h => src/devices/system.h +0 -1
@@ 10,7 10,6 @@ WITH REGARD TO THIS SOFTWARE.
*/

#define RAM_PAGES 0x10
#define PEEK16(d) ((d)[0] << 8 | (d)[1])

int system_load(Uxn *u, char *filename);
void system_deo(Uxn *u, Uint8 *d, Uint8 port);