-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgameshark.eu.yaml
89 lines (80 loc) · 1.88 KB
/
gameshark.eu.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
name: (C) Mushroom &Nu16:0 (Action Replay)
sha1: c3426114f5da1fb7abde15a766d362698ad07166
options:
basename: actionreplay
target_path: baserom.eu.z64
base_path: .
compiler: SN64
find_file_boundaries: True
do_c_func_detection: yes
migrate_rodata_to_functions: yes
header_encoding: ASCII
platform: n64
create_undefined_funcs_auto: False
# undefined_funcs_auto_path: undefined_funcs_eu.txt
create_undefined_syms_auto: False
# undefined_syms_auto_path: undefined_syms_eu.txt
symbol_addrs_path: symbol_addrs_eu.txt
# asm_path: asm
# src_path: src
# build_path: build
extensions_path: tools/splat_ext
# mips_abi_float_regs: o32
section_order: [".text", ".data", ".rodata", ".bss"]
auto_all_sections: [".data", ".rodata", ".bss"]
libultra_symbols: True
hardware_regs: True
asset_path: assets/eu/
asm_path: asm/eu/
build_path: build/eu/
ld_symbol_header_path: include/linker.h
# generated_s_preamble:
# .include "macro.inc"
# .set noat
# .set noreorder
segments:
- name: header
type: gsheader
start: 0x0
- name: boot
type: bin
start: 0x40
- name: pad
type: bin
start: 0x1000
- name: loader
type: code
start: 0x1080
vram: 0x80200480
subsegments:
- [0x1080, hasm, loader]
- name: main
type: code
start: 0x1180
vram: 0x80040180
subsegments:
- [0x1180, c, main]
- [0x1560, c, pi]
- [0x1580, c, hw]
- [0x17C0, c, lzari]
- [0x3060, c, libc]
- [0x32C0, hasm, util]
- [0x3410, c, si]
- [0x34C0, c, led]
- [0x3650, c]
- [0x39C0, bin]
- name: fsblob
type: fsblob
start: 0x3B20
out_dir: fs/eu
vram: 0x80042B20
- name: data
type: code
start: 0x2F000
vram: 0x8006E000
subsegments:
- [0x2F000, hasm]
- [0x2F100, bin]
- [0x2FC00, bin, keycodes]
- [0x30000, bin]
- [0x40000]