pinky/nes-testsuite/roms/sprite_overflow_tests/source/runtime_rom.a
2016-10-23 19:50:32 +02:00

13 lines
199 B
Text

; Build as standalone NES ROM using console for output
.include "runtime_rom_common.a"
patch_reset_then_wait:
exit: jmp exit
.default reset = main
.org $fffa
.dw nmi
.dw reset
.dw irq