summaryrefslogtreecommitdiff
path: root/baseroms
diff options
context:
space:
mode:
authorDerek Hensley <hensley.derek58@gmail.com>2025-01-27 08:15:16 -0800
committerGitHub <noreply@github.com>2025-01-27 13:15:16 -0300
commitc767f4945595f558ce8639d0d723560a538c7243 (patch)
tree61c0af4ebef25ffd05390640cccd1a96afd70650 /baseroms
parent982ca889e2180165f7d2dd33c5fda2b6e8f998a0 (diff)
Extract Incbins (#1776)
* extract incbins infastructure * rspboot incbin * rsptext incbin * rspdata incbin * aspMainStack incbin * ipl3 incbin
Diffstat (limited to 'baseroms')
-rw-r--r--baseroms/n64-us/config.yml44
1 files changed, 44 insertions, 0 deletions
diff --git a/baseroms/n64-us/config.yml b/baseroms/n64-us/config.yml
index 0423060b4..27b714e25 100644
--- a/baseroms/n64-us/config.yml
+++ b/baseroms/n64-us/config.yml
@@ -15,4 +15,48 @@ archives:
- icon_item_24_static_yar
- schedule_dma_static_yar
incbins:
+ - name: ipl3
+ segment: makerom
+ vram: 0x8007F040
+ size: 0xFC0
+ - name: rspbootText
+ segment: boot
+ vram: 0x800969C0
+ size: 0x160
+ - name: aspMainText
+ segment: code
+ vram: 0x801AAAB0
+ size: 0x1000
+ - name: gspS2DEX2_fifoText
+ segment: code
+ vram: 0x801ABAB0
+ size: 0x18C0
+ - name: njpgdspMainText
+ segment: code
+ vram: 0x801AD370
+ size: 0xAF0
+ - name: aspMainData
+ segment: code
+ vram: 0x801E1E80
+ size: 0x2E0
+ - name: gspF3DZEX2_NoN_PosLight_fifoText
+ segment: code
+ vram: 0x801E2160
+ size: 0x1630
+ - name: gspF3DZEX2_NoN_PosLight_fifoData
+ segment: code
+ vram: 0x801E3790
+ size: 0x420
+ - name: gspS2DEX2_fifoData
+ segment: code
+ vram: 0x801E3BB0
+ size: 0x390
+ - name: njpgdspMainData
+ segment: code
+ vram: 0x801E3F40
+ size: 0x60
+ - name: aspMainStack
+ segment: code
+ vram: 0x801D6200
+ size: 0x400
assets: