mirror of
https://github.com/garrettsworkshop/MacIIROMDiskDriver.git
synced 2024-11-24 02:33:04 +00:00
Switch debugstr to debugger
This commit is contained in:
parent
5c5a6a97b7
commit
cc72be48b8
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) {
|
void __attribute__ ((noinline)) P24(Ptr ptr, Ptr patch) {
|
||||||
signed char mode = true32b;
|
signed char mode = true32b;
|
||||||
SwapMMUMode(&mode);
|
SwapMMUMode(&mode);
|
||||||
DebugStr("\phello");
|
Debugger();
|
||||||
*ptr = *patch; // Patch byte
|
*ptr = *patch; // Patch byte
|
||||||
SwapMMUMode(&mode);
|
SwapMMUMode(&mode);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user