Update scripts and NES compatibility, add PNG to NES CHR convert

This commit is contained in:
2023-11-01 23:22:11 +01:00
parent 9be90d7629
commit fa7bc447fc
14 changed files with 379 additions and 28 deletions

View File

@@ -1,5 +0,0 @@
*.o
*.lst
*~
crt0.lst
neslib2.lib

View File

@@ -300,8 +300,12 @@ void __fastcall__ nmi_set_callback(void (*callback)(void));
#ifndef NULL
#define NULL 0
#endif
#define TRUE 1
#define FALSE 0
#ifndef TRUE
#define TRUE 1
#endif
#ifndef FALSE
#define FALSE 0
#endif
#define NT_UPD_HORZ 0x40
#define NT_UPD_VERT 0x80