Ophis/platform/nes/demo/hello_ines.oph

6 lines
135 B
Plaintext
Raw Normal View History

; iNES header
.byte $4e,$45,$53,$1a,$01,$01,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
.include "hello_prg.oph"
.include "hello_chr.oph"