diff --git a/bin/driver7M5.bin b/bin/driver7M5.bin index 0119622..2278494 100755 Binary files a/bin/driver7M5.bin and b/bin/driver7M5.bin differ diff --git a/bin/rom8M.bin b/bin/rom8M.bin index ff6c1c7..2717743 100755 Binary files a/bin/rom8M.bin and b/bin/rom8M.bin differ diff --git a/rdisk.c b/rdisk.c index c1e366e..353713f 100644 --- a/rdisk.c +++ b/rdisk.c @@ -57,7 +57,7 @@ void C24(Ptr sourcePtr, Ptr destPtr, unsigned long byteCount) { void __attribute__ ((noinline)) P24(Ptr ptr, Ptr patch) { signed char mode = true32b; SwapMMUMode(&mode); - if (*patch != 0x44) { Debugger(); } + if (*patch != 0x44) { /*Debugger();*/ } //*ptr = *patch; // Patch byte SwapMMUMode(&mode); }