mirror of
https://github.com/garrettsworkshop/MacIIROMDiskDriver.git
synced 2025-02-18 19:30:23 +00:00
Fix inability to mount read/write
This commit is contained in:
parent
e6b8367a8e
commit
399b09e820
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
bin/driver.bin
BIN
bin/driver.bin
Binary file not shown.
1
rdisk.c
1
rdisk.c
@ -217,6 +217,7 @@ static void RDBootInit(IOParamPtr p, DCtlPtr d, RDiskStorage_t *c) {
|
||||
// That's not the worst, since the system would just crash,
|
||||
// but it would be better to switch to read-only status
|
||||
}
|
||||
c->status.writeProt = 0; // zero is writable
|
||||
}
|
||||
// Copy ROM disk image to RAM disk
|
||||
if (c->ramdisk) { copy24(RDiskBuf, c->ramdisk, RDiskSize); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user