Browse code

system.h: no need to redefine the same macro

Sigrid Solveig Haflínudóttir authored on 12/03/2023 01:39:20
Showing 1 changed files
... ...
@@ -10,7 +10,6 @@ WITH REGARD TO THIS SOFTWARE.
10 10
 */
11 11
 
12 12
 #define RAM_PAGES 0x10
13
-#define PEEK16(d) ((d)[0] << 8 | (d)[1])
14 13
 
15 14
 int system_load(Uxn *u, char *filename);
16 15
 void system_deo(Uxn *u, Uint8 *d, Uint8 port);