mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-09 07:09:26 +01:00
8 lines
108 B
ArmAsm
8 lines
108 B
ArmAsm
|
.rodata
|
||
|
.globl nesrom
|
||
|
nesromsize: .long 1048592
|
||
|
.balign 32
|
||
|
nesrom:
|
||
|
.incbin "../source/rom/ROM.NES"
|
||
|
|