system.h: no need to redefine the same macro

This commit is contained in:
Sigrid Solveig Haflínudóttir 2023-03-12 02:39:20 +01:00
parent 75af0e3cad
commit 8420c81d52
1 changed files with 0 additions and 1 deletions

View File

@ -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);