mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-08-03 16:31:58 -04:00
Implement & link famicom.cpp
This commit is contained in:
@@ -48,6 +48,11 @@ jaudio_NES/dummyprobe.c:
|
||||
#jaudio_NES/verysimple.c:
|
||||
# .text: [0x80008400, 0x80008480]
|
||||
# .sdata: [0x80217b80, 0x80217b88]
|
||||
Famicom/famicom.cpp:
|
||||
.text: [0x80041614, 0x80046888] # TODO: get ~J2DOrthoGraph's dtor in here somehow? 0x800468fc, also add in JUTGamePad::getPortStatus when JUTGamePad is linked?
|
||||
.rodata: [0x800aa9a8, 0x800aaa30]
|
||||
.data: [0x800d8778, 0x800d99a0]
|
||||
.bss: [0x801ef540, 0x801f6bd8]
|
||||
Famicom/famicom_nesinfo.cpp:
|
||||
.text: [0x800468fc, 0x80047e40]
|
||||
.rodata: [0x800aaa30, 0x800aab60]
|
||||
|
||||
@@ -2634,6 +2634,7 @@ global:
|
||||
0x8009ae84: _restfpr_28
|
||||
0x8009ae88: _restfpr_29
|
||||
0x8009ae98: __save_gpr
|
||||
0x8009ae98: _savegpr_14
|
||||
0x8009ae9c: _savegpr_15
|
||||
0x8009aea0: _savegpr_16
|
||||
0x8009aea4: _savegpr_17
|
||||
@@ -2650,6 +2651,7 @@ global:
|
||||
0x8009aed0: _savegpr_28
|
||||
0x8009aed4: _savegpr_29
|
||||
0x8009aee4: __restore_gpr
|
||||
0x8009aee4: _restgpr_14
|
||||
0x8009aee8: _restgpr_15
|
||||
0x8009aeec: _restgpr_16
|
||||
0x8009aef0: _restgpr_17
|
||||
|
||||
Reference in New Issue
Block a user