mirror of
https://github.com/dborth/fceugx.git
synced 2025-07-28 03:37:27 +02:00

* Fixed network freeze-up problem * Zapper now mapped to A and B * Fixed auto-save feature * Performance slowdowns on Gamecube should be fixed * Will now attempt to load old save states with CRC filename
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"
|
|
|