diff --git a/bin/driver7M5.bin b/bin/driver7M5.bin index e755967..0119622 100755 Binary files a/bin/driver7M5.bin and b/bin/driver7M5.bin differ diff --git a/bin/rom8M.bin b/bin/rom8M.bin index 60fe36e..ff6c1c7 100755 Binary files a/bin/rom8M.bin and b/bin/rom8M.bin differ diff --git a/rdisk.c b/rdisk.c index 1d1d6cf..c1e366e 100644 --- a/rdisk.c +++ b/rdisk.c @@ -58,7 +58,7 @@ void __attribute__ ((noinline)) P24(Ptr ptr, Ptr patch) { signed char mode = true32b; SwapMMUMode(&mode); if (*patch != 0x44) { Debugger(); } - *ptr = *patch; // Patch byte + //*ptr = *patch; // Patch byte SwapMMUMode(&mode); }