mirror of
https://github.com/dborth/fceugx.git
synced 2024-11-01 06:55:05 +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"
|
|
|