mirror of
https://github.com/daniel5151/ANESE.git
synced 2025-04-02 10:32:00 -04:00
13 lines
199 B
Text
Vendored
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
|