moved cart header into seperate file, moved nmi stub into several file, tweaked linker config
This commit is contained in:
7
libsrc/gamate/nmi.s
Normal file
7
libsrc/gamate/nmi.s
Normal file
@@ -0,0 +1,7 @@
|
||||
;
|
||||
; NMI handling (Gamate version)
|
||||
;
|
||||
.export NMIStub
|
||||
|
||||
NMIStub:
|
||||
rts
|
||||
Reference in New Issue
Block a user