moved cart header into seperate file, moved nmi stub into several file, tweaked linker config

This commit is contained in:
mrdudz
2015-11-29 16:01:36 +01:00
parent 1893e24da9
commit c636675521
8 changed files with 53 additions and 50 deletions

7
libsrc/gamate/nmi.s Normal file
View File

@@ -0,0 +1,7 @@
;
; NMI handling (Gamate version)
;
.export NMIStub
NMIStub:
rts