mirror of
https://gitlab.com/octospacc/MultiSpaccSDK
synced 2025-06-05 22:09:21 +02:00
Update scripts and NES compatibility, add PNG to NES CHR convert
This commit is contained in:
5
LibMultiSpacc/neslib/.gitignore
vendored
5
LibMultiSpacc/neslib/.gitignore
vendored
@@ -1,5 +0,0 @@
|
||||
*.o
|
||||
*.lst
|
||||
*~
|
||||
crt0.lst
|
||||
neslib2.lib
|
@@ -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
|
||||
|
Reference in New Issue
Block a user