mirror of
https://github.com/dborth/fceugx.git
synced 2024-12-26 16:41:55 +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"
|
||
|
|