ANESE/roms/tests/cpu/branch_timing_tests/source/runtime_rom.a
Daniel Prilik 2238090a05 *initial commit
Setting up the project. Also, iNES parsing
2017-10-13 20:18:31 -07: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