This commit is contained in:
Zane Kaminski 2021-04-01 20:34:00 -04:00
parent 85fd10846e
commit 77a46f81df
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -64,7 +64,7 @@ void P24(Ptr ramdisk, char dbgEN, char cdromEN) {
register Ptr cdrom __asm__("%a2") = &ramdisk[*RDiskCDROMDisPos];
// Patch debug and CD-ROM disable bytes
//if (!dbgEN) { *dbg = *RDiskDBGDisByte; }
//if (!cdromEN) { *cdrom = *RDiskCDROMDisByte; }
if (!cdromEN) { *cdrom = *RDiskCDROMDisByte; }
SwapMMUMode(&mode);
}