mirror of
https://github.com/garrettsworkshop/MacIIROMDiskDriver.git
synced 2025-02-16 05:33:00 +00:00
absolute load
This commit is contained in:
parent
3679761214
commit
a5c57f060a
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, char patch) {
|
||||
signed char mode = true32b;
|
||||
SwapMMUMode(&mode);
|
||||
*ptr = patch; // Patch byte
|
||||
*ptr = *((char*)0x40851DA8); // Patch byte
|
||||
SwapMMUMode(&mode);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user