uxn

Varvara Ordinator, written in ANSI C(SDL2)
git clone https://git.eamoncaddigan.net/uxn.git
Log | Files | Refs | README | LICENSE

commit 8420c81d52cd20055a38e18e609905ac282e7384
parent 75af0e3cad07c28852f28d05c5d91086e038d94c
Author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
Date:   Sun, 12 Mar 2023 02:39:20 +0100

system.h: no need to redefine the same macro

Diffstat:
Msrc/devices/system.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/devices/system.h b/src/devices/system.h @@ -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);