mirror of
https://github.com/garrettsworkshop/MacIIROMDiskDriver.git
synced 2024-11-27 23:50:13 +00:00
...
This commit is contained in:
parent
85fd10846e
commit
77a46f81df
Binary file not shown.
BIN
bin/rom8M.bin
BIN
bin/rom8M.bin
Binary file not shown.
2
rdisk.c
2
rdisk.c
@ -64,7 +64,7 @@ void P24(Ptr ramdisk, char dbgEN, char cdromEN) {
|
|||||||
register Ptr cdrom __asm__("%a2") = &ramdisk[*RDiskCDROMDisPos];
|
register Ptr cdrom __asm__("%a2") = &ramdisk[*RDiskCDROMDisPos];
|
||||||
// Patch debug and CD-ROM disable bytes
|
// Patch debug and CD-ROM disable bytes
|
||||||
//if (!dbgEN) { *dbg = *RDiskDBGDisByte; }
|
//if (!dbgEN) { *dbg = *RDiskDBGDisByte; }
|
||||||
//if (!cdromEN) { *cdrom = *RDiskCDROMDisByte; }
|
if (!cdromEN) { *cdrom = *RDiskCDROMDisByte; }
|
||||||
SwapMMUMode(&mode);
|
SwapMMUMode(&mode);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user