mirror of https://github.com/zeldaret/mm.git
New microcode
This commit is contained in:
parent
81659afd0e
commit
81e216f57b
|
|
@ -0,0 +1,10 @@
|
|||
.include "macro.inc"
|
||||
|
||||
.section .text
|
||||
|
||||
.balign 16
|
||||
|
||||
glabel cic6105TextStart
|
||||
.incbin "incbin/cic6105Text"
|
||||
endlabel cic6105TextStart
|
||||
dlabel cic6105TextEnd
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
.include "macro.inc"
|
||||
|
||||
.section .rodata
|
||||
|
||||
.balign 16
|
||||
|
||||
dlabel gspF3DZEX2_NoN_PosLight_fifo_legacyTextStart
|
||||
.incbin "incbin/gspF3DZEX2_NoN_PosLight_fifo_legacyText"
|
||||
dlabel gspF3DZEX2_NoN_PosLight_fifo_legacyTextEnd
|
||||
|
||||
.section .rodata
|
||||
|
||||
.balign 16
|
||||
|
||||
dlabel gspF3DZEX2_NoN_PosLight_fifo_legacyDataStart
|
||||
.incbin "incbin/gspF3DZEX2_NoN_PosLight_fifo_legacyData"
|
||||
dlabel gspF3DZEX2_NoN_PosLight_fifo_legacyDataEnd
|
||||
|
|
@ -229,6 +229,9 @@ beginseg
|
|||
include "$(BUILD_DIR)/src/boot/libc/memmove.o"
|
||||
include "$(BUILD_DIR)/src/boot/build.o"
|
||||
include "$(BUILD_DIR)/rsp/rspboot.o"
|
||||
#if MM_VERSION < N64_US
|
||||
include "$(BUILD_DIR)/rsp/cic6105.o"
|
||||
#endif
|
||||
#ifdef COMPILER_GCC
|
||||
include "$(BUILD_DIR)/src/gcc_fix/missing_gcc_functions.o"
|
||||
#endif
|
||||
|
|
@ -764,6 +767,9 @@ beginseg
|
|||
include "$(BUILD_DIR)/src/audio/tables/sequence_table.o"
|
||||
include "$(BUILD_DIR)/src/audio/tables/samplebank_table.o"
|
||||
include "$(BUILD_DIR)/rsp/aspMain.o"
|
||||
#if MM_VERSION < N64_US
|
||||
include "$(BUILD_DIR)/rsp/gspF3DZEX2.NoN.PosLight.fifo_legacy.o"
|
||||
#endif
|
||||
include "$(BUILD_DIR)/rsp/gspF3DZEX2.NoN.PosLight.fifo.o"
|
||||
include "$(BUILD_DIR)/rsp/gspS2DEX2.fifo.o"
|
||||
include "$(BUILD_DIR)/rsp/njpgdspMain.o"
|
||||
|
|
|
|||
Loading…
Reference in New Issue