mirror of
https://github.com/dborth/fceugx.git
synced 2025-07-27 03:37:23 +02: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"
|
|
|