mirror of
https://github.com/garrettsworkshop/MacIIROMDiskDriver.git
synced 2024-11-21 12:30:49 +00:00
...
This commit is contained in:
parent
07e275a7af
commit
a3be91103a
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…
Reference in New Issue
Block a user