ANESE/roms/tests/cpu/cpu_timing_test6/source/runtime_rom.a
Daniel Prilik 5c19d78761 more tests
2017-12-12 16:56:26 -08:00

13 lines
199 B
Text
Vendored

; 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