mirror of
https://github.com/garrettsworkshop/MacIIROMDiskDriver.git
synced 2026-04-20 09:16:57 +00:00
...
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -61,8 +61,8 @@ 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 (cdrom) { *cdrom = cdromByte; }
|
||||
if (dbg) { *dbg = dbgByte; }
|
||||
//if (cdrom) { *cdrom = cdromByte; }
|
||||
SwapMMUMode(&mode);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user