Added more stuff from groepaz with cleanups
git-svn-id: svn://svn.cc65.org/cc65/trunk@2122 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
;
|
||||
|
||||
.export _exit
|
||||
.import initlib, donelib
|
||||
.import initlib, donelib, callmain
|
||||
.import push0, _main, zerobss
|
||||
.import ppubuf_flush
|
||||
|
||||
@@ -226,6 +226,6 @@ irq:
|
||||
|
||||
.segment "CHARS"
|
||||
|
||||
.incbin "nes/neschar.bin"
|
||||
.include "neschar.inc"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user