mirror of
https://github.com/dborth/fceugx.git
synced 2024-12-26 00:21:53 +01:00
8 lines
111 B
ArmAsm
8 lines
111 B
ArmAsm
.rodata
|
|
.globl nesrom
|
|
nesromsize: .long 1048592
|
|
.balign 32
|
|
nesrom:
|
|
.incbin "../source/ngc/rom/ROM.NES"
|
|
|