mirror of
https://github.com/zeldaret/oot
synced 2026-08-17 21:33:27 -04:00
[rsp] Introduce microcode build process, disassemble and build both rspboot versions (#2764)
* [rsp] Introduce microcode build process, disassemble and build both rspboot versions * Suggested changes * Check-in tool for generating armips.cpp from upstream sources, regen armips.cpp against a newer commit * License armips_gen.py, add notice that armips.cpp is automatically generated * Qualify comment with X105 * Clarify the assumed purpose of rspboot releasing SP_SEMAPHORE
This commit is contained in:
@@ -85,7 +85,11 @@ beginseg
|
||||
include "$(BUILD_DIR)/src/boot/build.o"
|
||||
|
||||
// RSP microcode
|
||||
include "$(BUILD_DIR)/data/rspboot.o"
|
||||
#if PLATFORM_N64
|
||||
include "$(BUILD_DIR)/rsp/rspboot_ap.o"
|
||||
#else
|
||||
include "$(BUILD_DIR)/rsp/rspboot.o"
|
||||
#endif
|
||||
include "$(BUILD_DIR)/data/cic6105.o"
|
||||
|
||||
// Extra files for non-matching debug builds
|
||||
|
||||
Reference in New Issue
Block a user