You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Add fix for LOAD_MIO0 stuff
This commit is contained in:
@@ -132,6 +132,9 @@
|
||||
#define POP_POOL() \
|
||||
CMD_BBH(0x15, 0x04, 0x0000)
|
||||
|
||||
#undef LOAD_MIO0
|
||||
#define LOAD_MIO0(a,b,c) LOAD_YAY0(a,b,c)
|
||||
|
||||
#ifdef NO_SEGMENTED_MEMORY
|
||||
#define FIXED_LOAD(loadAddr, romStart, romEnd) \
|
||||
CMD_BBH(0x16, 0x10, 0x0000), \
|
||||
|
||||
Reference in New Issue
Block a user