2022-02-09 12:49:33 +00:00
|
|
|
options:
|
|
|
|
platform: psx
|
|
|
|
basename: stwrp
|
2022-10-16 08:55:11 +00:00
|
|
|
base_path: ..
|
2022-10-14 17:57:09 +00:00
|
|
|
target_path: iso/ST/WRP/WRP.BIN
|
2022-02-09 12:49:33 +00:00
|
|
|
asm_path: asm/st/wrp
|
|
|
|
asset_path: assets/st/wrp
|
|
|
|
src_path: src/st/wrp
|
|
|
|
compiler: GCC
|
|
|
|
symbol_addrs_path: config/generated.symbols.stwrp.txt
|
|
|
|
undefined_funcs_auto_path: config/undefined_funcs_auto.stwrp.txt
|
|
|
|
undefined_syms_auto_path: config/undefined_syms_auto.stwrp.txt
|
|
|
|
find_file_boundaries: yes
|
|
|
|
use_legacy_include_asm: no
|
2022-10-16 08:55:11 +00:00
|
|
|
migrate_rodata_to_functions: no
|
2022-02-09 12:49:33 +00:00
|
|
|
segments:
|
|
|
|
- name: stwrp
|
|
|
|
type: code
|
|
|
|
start: 0x00000000
|
|
|
|
vram: 0x80180000
|
|
|
|
subalign: 4
|
|
|
|
subsegments:
|
2022-10-30 22:02:11 +00:00
|
|
|
- [0x0, .rodata, 6FD0]
|
2022-10-30 15:17:27 +00:00
|
|
|
- [0x6E70, rodata] # jtbl
|
|
|
|
- [0x6E90, rodata] # jtbl
|
|
|
|
- [0x6EA8, rodata] # jtbl
|
|
|
|
- [0x6F10, rodata] # jtbl
|
|
|
|
- [0x6F30, rodata] # jtbl
|
|
|
|
- [0x6F58, rodata] # jtbl
|
|
|
|
- [0x6F80, rodata] # jtbl
|
|
|
|
- [0x6F94, rodata] # string
|
|
|
|
- [0x6FA4, rodata] # string
|
|
|
|
- [0x6FB4, rodata] # jtbl
|
2022-02-09 12:49:33 +00:00
|
|
|
- [0x6FD0, c]
|
2022-10-30 22:02:11 +00:00
|
|
|
- [0x13AA0, data] # bss?
|
2022-02-09 12:49:33 +00:00
|
|
|
- [0x14768]
|