mirror of
https://github.com/garrettsworkshop/MacIIROMDiskDriver.git
synced 2024-11-20 05:36:58 +00:00
...
This commit is contained in:
parent
a62d310c6f
commit
1df045e0b7
Binary file not shown.
BIN
bin/rom8M.bin
BIN
bin/rom8M.bin
Binary file not shown.
4
rdisk.c
4
rdisk.c
@ -64,8 +64,8 @@ void P24(Ptr romdisk, int32_t index, char patch) {
|
|||||||
typedef void (*RDiskPatch_t)(Ptr, char, char);
|
typedef void (*RDiskPatch_t)(Ptr, char, char);
|
||||||
static void patch24(Ptr romdisk, char dbgEN, char cdrEN) {
|
static void patch24(Ptr romdisk, char dbgEN, char cdrEN) {
|
||||||
RDiskPatch_t fun = (RDiskPatch_t)P24;
|
RDiskPatch_t fun = (RDiskPatch_t)P24;
|
||||||
if (dbgEN) { fun(romdisk, 0x00000031, 0x44); }
|
/*if (!dbgEN)*/ { fun(romdisk, 0x00000031, 0x44); }
|
||||||
if (cdrEN) { fun(romdisk, 0x00012CAF, 0x44); }
|
/*if (!cdrEN)*/ { fun(romdisk, 0x00012CAF, 0x44); }
|
||||||
}
|
}
|
||||||
|
|
||||||
// Figure out the first available drive number >= 5
|
// Figure out the first available drive number >= 5
|
||||||
|
Loading…
Reference in New Issue
Block a user