Add support for PAL version (#464)
* Initial setup for PAL version * Add hashes to config.yml Set REL/empty.c to matching for every version Turn off quick-analysis for PAL * Set nisDll matching only for the US version * More config.yml fixes and reran auto-analysis * Split PAL to sprput * Add more symbols * Split a lot more code in PAL * Split more Also introduce version.h header * Split to board stuff * Port early board TUs to PAL * More board PAL ports * Split rest of board code * Board RELs porting to PAL * Match w06Dll/fire.c in PAL * Match w04 big boo for PAL --------- Co-authored-by: dbalatoni13 <stubiflex.junior@gmail.com>
This commit is contained in:
parent
80015a6e5e
commit
d0a5c85d3e
236 changed files with 40998 additions and 390 deletions
5
config/GMPP01_00/rels/nisDll/splits.txt
Normal file
5
config/GMPP01_00/rels/nisDll/splits.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Sections:
|
||||
.text type:code align:4
|
||||
.ctors type:rodata align:4
|
||||
.dtors type:rodata align:4
|
||||
.rodata type:rodata align:8
|
||||
6
config/GMPP01_00/rels/nisDll/symbols.txt
Normal file
6
config/GMPP01_00/rels/nisDll/symbols.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
fn_1_0 = .text:0x00000000; // type:function size:0x68
|
||||
fn_1_68 = .text:0x00000068; // type:function size:0x2C
|
||||
_prolog = .text:0x00000094; // type:function size:0x9C scope:global
|
||||
_epilog = .text:0x00000130; // type:function size:0x4C scope:global
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global data:4byte
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global data:4byte
|
||||
Loading…
Add table
Add a link
Reference in a new issue