system.h: no need to redefine the same macro
This commit is contained in:
parent
75af0e3cad
commit
8420c81d52
|
@ -10,7 +10,6 @@ WITH REGARD TO THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define RAM_PAGES 0x10
|
#define RAM_PAGES 0x10
|
||||||
#define PEEK16(d) ((d)[0] << 8 | (d)[1])
|
|
||||||
|
|
||||||
int system_load(Uxn *u, char *filename);
|
int system_load(Uxn *u, char *filename);
|
||||||
void system_deo(Uxn *u, Uint8 *d, Uint8 port);
|
void system_deo(Uxn *u, Uint8 *d, Uint8 port);
|
||||||
|
|
Loading…
Reference in New Issue