mirror of
https://github.com/garrettsworkshop/MacIIROMDiskDriver.git
synced 2025-02-21 09:29:41 +00:00
...
This commit is contained in:
parent
19bf5c98fe
commit
a2f6c2fa2c
Binary file not shown.
BIN
bin/rom8M.bin
BIN
bin/rom8M.bin
Binary file not shown.
4
rdisk.c
4
rdisk.c
@ -62,8 +62,8 @@ void P24(Ptr ramdisk, char dbgEN, char cdromEN) {
|
|||||||
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 (!dbgEN) { ramdisk[*RDiskDBGDisPos] = *RDiskDBGDisByte; }
|
//if (!dbgEN) { ramdisk[*RDiskDBGDisPos] = *RDiskDBGDisByte; }
|
||||||
if (!cdromEN) { ramdisk[*RDiskCDROMDisPos] = *RDiskCDROMDisByte; }
|
//if (!cdromEN) { ramdisk[*RDiskCDROMDisPos] = *RDiskCDROMDisByte; }
|
||||||
SwapMMUMode(&mode);
|
SwapMMUMode(&mode);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user