Starship/yamls/starfox64.us.yaml

87 lines
1.9 KiB
YAML
Raw Normal View History

2023-09-19 22:14:04 +03:00
name: Starfox64 (North America)
sha1: 09f0d105f476b00efa5303a3ebc42e60a7753b7a
options:
basename: starfox64
2023-10-03 08:57:03 +03:00
target_path: baserom.us.z64
2023-09-19 22:14:04 +03:00
elf_path: build/starfox64.elf
2023-10-03 08:57:03 +03:00
base_path: ..
2023-09-19 22:14:04 +03:00
platform: n64
compiler: ido
2023-10-03 10:32:39 +03:00
asm_path: asm/us
2023-09-19 22:14:04 +03:00
src_path: src
build_path: build
# create_asm_dependencies: True
2023-10-03 10:25:46 +03:00
ld_script_path: linker_scripts/us/starfox64.ld
2023-09-19 22:14:04 +03:00
ld_dependencies: True
find_file_boundaries: True
header_encoding: ASCII
o_as_suffix: True
use_legacy_include_asm: False
mips_abi_float_regs: o32
asm_function_macro: glabel
asm_jtbl_label_macro: jlabel
asm_data_macro: dlabel
# section_order: [".text", ".data", ".rodata", ".bss"]
# auto_all_sections: [".data", ".rodata", ".bss"]
2023-10-03 10:32:39 +03:00
2023-10-03 10:27:27 +03:00
undefined_funcs_auto_path: linker_scripts/us/auto/undefined_funcs_auto.ld
undefined_syms_auto_path: linker_scripts/us/auto/undefined_syms_auto.ld
2023-10-03 10:28:41 +03:00
symbol_addrs_path:
- linker_scripts/us/symbol_addrs.txt
- linker_scripts/us/symbol_addrs_libultra.txt
- linker_scripts/us/ignored_addresses.txt
reloc_addrs_path:
- relocs/reloc_addrs.us.txt
2023-09-19 22:14:04 +03:00
extensions_path: tools/splat_ext
2023-09-19 23:43:01 +03:00
#disasm_unknown: True
2023-09-19 22:14:04 +03:00
# string_encoding: ASCII
# data_string_encoding: ASCII
rodata_string_guesser_level: 2
data_string_guesser_level: 2
# libultra_symbols: True
# hardware_regs: True
# gfx_ucode: # one of [f3d, f3db, f3dex, f3dexb, f3dex2]
segments:
- name: header
type: header
start: 0x0
- name: boot
type: bin
start: 0x40
- name: entry
type: code
start: 0x1000
vram: 0x80000400
subsegments:
- [0x1000, hasm]
- name: main
type: code
start: 0x1050
vram: 0x80000450
follows_vram: entry
bss_size: 0x9B1F0
subsegments:
- [0x1050, asm]
- [0x1270, asm]
2023-09-19 23:43:01 +03:00
- [0x3440, asm] #func_80002840
2023-10-03 08:57:03 +03:00
- [0x35A8, c]
2023-09-19 23:43:01 +03:00
- [0xC3EE0, data]
- { start: 0xDE480, type: bss, vram: 0x800DD880 }
2023-09-19 22:14:04 +03:00
2023-09-19 23:43:01 +03:00
- type: bin
start: 0xDE480
follows_vram: main
2023-09-19 22:14:04 +03:00
- [0xC00000]