mirror of
https://github.com/garrettsworkshop/MacIIROMDiskDriver.git
synced 2024-11-21 12:30:49 +00:00
...
This commit is contained in:
parent
985d3980ab
commit
07e275a7af
Binary file not shown.
BIN
bin/rom8M.bin
BIN
bin/rom8M.bin
Binary file not shown.
2
rdisk.c
2
rdisk.c
@ -58,7 +58,7 @@ void __attribute__ ((noinline)) P24(Ptr ptr, Ptr patch) {
|
|||||||
signed char mode = true32b;
|
signed char mode = true32b;
|
||||||
SwapMMUMode(&mode);
|
SwapMMUMode(&mode);
|
||||||
if (*patch != 0x44) { Debugger(); }
|
if (*patch != 0x44) { Debugger(); }
|
||||||
*ptr = *patch; // Patch byte
|
//*ptr = *patch; // Patch byte
|
||||||
SwapMMUMode(&mode);
|
SwapMMUMode(&mode);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user