diff --git a/bin/GWSys6_4M.bin b/bin/GWSys6_4M.bin index 2f7d728..8d84b2a 100755 Binary files a/bin/GWSys6_4M.bin and b/bin/GWSys6_4M.bin differ diff --git a/bin/GWSys6_8M.bin b/bin/GWSys6_8M.bin index cda9863..6f83d9c 100644 Binary files a/bin/GWSys6_8M.bin and b/bin/GWSys6_8M.bin differ diff --git a/bin/GWSys71_8M.bin b/bin/GWSys71_8M.bin index 4da7ea0..a713104 100755 Binary files a/bin/GWSys71_8M.bin and b/bin/GWSys71_8M.bin differ diff --git a/bin/GWSys7Diagnostics_8M.bin b/bin/GWSys7Diagnostics_8M.bin index fb671a0..c979beb 100755 Binary files a/bin/GWSys7Diagnostics_8M.bin and b/bin/GWSys7Diagnostics_8M.bin differ diff --git a/bin/baserom_romdisk_noramtest.bin b/bin/baserom_romdisk_noramtest.bin index 8538612..12c56ad 100755 Binary files a/bin/baserom_romdisk_noramtest.bin and b/bin/baserom_romdisk_noramtest.bin differ diff --git a/bin/baserom_romdisk_ramtest.bin b/bin/baserom_romdisk_ramtest.bin index cc70301..cb6817a 100755 Binary files a/bin/baserom_romdisk_ramtest.bin and b/bin/baserom_romdisk_ramtest.bin differ diff --git a/bin/driver.bin b/bin/driver.bin index add226d..148d639 100755 Binary files a/bin/driver.bin and b/bin/driver.bin differ diff --git a/rdisk.c b/rdisk.c index a01c4b2..a02e631 100644 --- a/rdisk.c +++ b/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); }