summaryrefslogtreecommitdiff
path: root/tools/splat/test/basic_app/splat.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/splat/test/basic_app/splat.yaml')
-rw-r--r--tools/splat/test/basic_app/splat.yaml38
1 files changed, 0 insertions, 38 deletions
diff --git a/tools/splat/test/basic_app/splat.yaml b/tools/splat/test/basic_app/splat.yaml
deleted file mode 100644
index c1d2cf9..0000000
--- a/tools/splat/test/basic_app/splat.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-options:
- platform: n64
- basename: basic_app
- base_path: .
- build_path: build
- target_path: build/basic_app.bin
- asm_path: split/asm
- src_path: split/src
- ld_script_path: split/basic_app.ld
- cache_path: split/.splache
- symbol_addrs_path: split/generated.symbols.txt
- undefined_funcs_auto_path: split/undefined_funcs_auto.txt
- undefined_syms_auto_path: split/undefined_syms_auto.txt
- asset_path: split/assets
- asm_generated_by: False
- compiler: GCC
-segments:
- - name: header
- type: header
- start: 0x00
- - name: dummy_ipl3
- type: code
- start: 0x40
- vram: 0xA4000040
- subsegments:
- - [0x0040, bin, dummy_ipl3]
- - name: boot
- type: code
- start: 0x1000
- vram: 0x80000400
- bss_size: 0x80
- subsegments:
- - [0x1000, c, main]
- - [0x10F0, hasm, handwritten]
- - [0x1100, data, main]
- - [0x1110, rodata, main]
- - { type: bss, vram: 0x80000540, name: main }
- - [0x1138]