mirror of
https://github.com/garrettsworkshop/MacIIROMDiskDriver.git
synced 2025-02-16 05:33:00 +00:00
...
This commit is contained in:
parent
a3be91103a
commit
b4bc1d6f21
Binary file not shown.
BIN
bin/rom8M.bin
BIN
bin/rom8M.bin
Binary file not shown.
2
rdisk.c
2
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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user