This commit is contained in:
Zane Kaminski 2021-04-01 20:59:11 -04:00
parent ab16e98a10
commit d81d903f07
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -61,7 +61,7 @@ void P24(Ptr dbg, Ptr cdrom, char dbgByte, char cdromByte) {
signed char mode = true32b;
SwapMMUMode(&mode);
// Patch debug and CD-ROM disable bytes
if (dbg) { *dbg = dbgByte; }
//if (dbg) { *dbg = dbgByte; }
if (cdrom) { *cdrom = cdromByte; }
SwapMMUMode(&mode);
}