mirror of
https://github.com/garrettsworkshop/MacIIROMDiskDriver.git
synced 2024-11-27 23:50:13 +00:00
...
This commit is contained in:
parent
ab16e98a10
commit
d81d903f07
Binary file not shown.
BIN
bin/rom8M.bin
BIN
bin/rom8M.bin
Binary file not shown.
2
rdisk.c
2
rdisk.c
@ -61,7 +61,7 @@ void P24(Ptr dbg, Ptr cdrom, char dbgByte, char cdromByte) {
|
|||||||
signed char mode = true32b;
|
signed char mode = true32b;
|
||||||
SwapMMUMode(&mode);
|
SwapMMUMode(&mode);
|
||||||
// Patch debug and CD-ROM disable bytes
|
// Patch debug and CD-ROM disable bytes
|
||||||
if (dbg) { *dbg = dbgByte; }
|
//if (dbg) { *dbg = dbgByte; }
|
||||||
if (cdrom) { *cdrom = cdromByte; }
|
if (cdrom) { *cdrom = cdromByte; }
|
||||||
SwapMMUMode(&mode);
|
SwapMMUMode(&mode);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user