mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 13:35:11 +03:00
53363d6619
* hud title and option docs * hud docs * aspMain vram comment * more hud docs * HUD docs * Hud_ -> HUD_ consistency * ActorMissileSeekModes * fox_option docs * more option docs * more option docs * more option docs * fox_title docs * more fox_title docs * fox_map docs * fix map TLUTs * more fox_map docs * jp1 explore * explore us rev0 * SETUPDL comments * format * fox_map docs * more fox_map docs
38 lines
843 B
YAML
38 lines
843 B
YAML
- name: makerom
|
|
type: code
|
|
start: 0x0
|
|
subsegments:
|
|
- {start: 0x0, type: header, name: header}
|
|
- {start: 0x40, type: textbin, name: ipl3}
|
|
- {start: 0x1000, type: asm, vram: 0x80000400, name: entry}
|
|
|
|
- name: main
|
|
type: code
|
|
start: 0x1050
|
|
vram: 0x80000450
|
|
bss_size: 0x95A50
|
|
subsegments:
|
|
# Microcode
|
|
- [0x01050, textbin, rspboot]
|
|
- [0x01120, textbin, aspmain]
|
|
- [0x02020, textbin, f3dex]
|
|
|
|
# Nintendo libraries
|
|
- [0x03450, asm]
|
|
|
|
- name: dma_table
|
|
type: code
|
|
start: 0xE93C0
|
|
vram: 0x8017E210
|
|
follows_vram: main
|
|
subsegments:
|
|
- [0xE93C0, .data, dmatable]
|
|
|
|
- name: buffers
|
|
exclusive_ram_id: buffer
|
|
type: code
|
|
vram: 0x80281000
|
|
bss_size: 0x17F000
|
|
subsegments:
|
|
- { type: .bss, vram: 0x80281000, name: buffers }
|