mirror of
https://github.com/garrettsworkshop/MacIIROMDiskDriver.git
synced 2024-11-21 12:30:49 +00:00
...
This commit is contained in:
parent
5be7255d9e
commit
266e1a9650
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 = 0x44; }
|
||||
//if (cdrom) { *cdrom = 0x44; }
|
||||
SwapMMUMode(&mode);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user