mirror of
https://github.com/garrettsworkshop/MacIIROMDiskDriver.git
synced 2025-02-16 05:33:00 +00:00
...
This commit is contained in:
parent
d81d903f07
commit
d7e4ba44a3
Binary file not shown.
BIN
bin/rom8M.bin
BIN
bin/rom8M.bin
Binary file not shown.
4
rdisk.c
4
rdisk.c
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user