This commit is contained in:
Zane Kaminski 2021-04-01 22:18:13 -04:00
parent a62d310c6f
commit 1df045e0b7
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -64,8 +64,8 @@ void P24(Ptr romdisk, int32_t index, char patch) {
typedef void (*RDiskPatch_t)(Ptr, char, char);
static void patch24(Ptr romdisk, char dbgEN, char cdrEN) {
RDiskPatch_t fun = (RDiskPatch_t)P24;
if (dbgEN) { fun(romdisk, 0x00000031, 0x44); }
if (cdrEN) { fun(romdisk, 0x00012CAF, 0x44); }
/*if (!dbgEN)*/ { fun(romdisk, 0x00000031, 0x44); }
/*if (!cdrEN)*/ { fun(romdisk, 0x00012CAF, 0x44); }
}
// Figure out the first available drive number >= 5