mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Added unknown (probably audio) microcode to assets/ucode folder
This commit is contained in:
+2
-1
@@ -10,7 +10,8 @@
|
||||
.incbin "./build/ucode/f3ddkr_dram.0d9190.bin"
|
||||
.incbin "./build/ucode/f3ddkr_fifo.0da390.bin"
|
||||
.incbin "./build/ucode/f3ddkr_xbus.0db570.bin"
|
||||
.incbin "./build/bin/unknown.0dc770.bin"
|
||||
.incbin "./build/ucode/unknown_ucode.0dc770.bin"
|
||||
.incbin "./build/bin/unknown.0dd230.bin"
|
||||
.incbin "./build/ucode/f3ddkr_dram_data.0ea7a0.bin"
|
||||
.incbin "./build/ucode/f3ddkr_fifo_data.0eafa0.bin"
|
||||
.incbin "./build/ucode/f3ddkr_xbus_data.0eb7a0.bin"
|
||||
|
||||
@@ -48,8 +48,11 @@ subfolder: "us_1.0"
|
||||
# [0x0DB570, 0x0DC770] = XBUS version of F3DDKR
|
||||
[0x1200]: "Binary", "f3ddkr_xbus", "ucode"
|
||||
|
||||
# [0x0DC770, 0x0EA7A0] = Unknown
|
||||
[0xE030]: "Binary", "unknown", "bin"
|
||||
# [0x0DC770, 0x0DD230] = Unknown microcode (Probably audio)
|
||||
[0xAC0]: "Binary", "unknown_ucode", "ucode"
|
||||
|
||||
# [0x0DD230, 0x0EA7A0] = Unknown
|
||||
[0xD570]: "Binary", "unknown", "bin"
|
||||
|
||||
# [0x0EA7A0, 0x0EAFA0] = Data section of F3DDKR-DRAM
|
||||
[0x800]: "Binary", "f3ddkr_dram_data", "ucode"
|
||||
|
||||
Reference in New Issue
Block a user