mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-23 04:33:24 +00:00
cleanups :-)
This commit is contained in:
parent
974ebd5d91
commit
0cb51c42dd
@ -726,7 +726,6 @@ bool PatchROM(void)
|
|||||||
return false;
|
return false;
|
||||||
|
|
||||||
// Check that other ROM addresses point to really free regions
|
// Check that other ROM addresses point to really free regions
|
||||||
printf("%08x\n", ntohl(*(uint32 *)(ROM_BASE + CHECK_LOAD_PATCH_SPACE)));
|
|
||||||
if (ntohl(*(uint32 *)(ROM_BASE + CHECK_LOAD_PATCH_SPACE)) != 0x6b636b63)
|
if (ntohl(*(uint32 *)(ROM_BASE + CHECK_LOAD_PATCH_SPACE)) != 0x6b636b63)
|
||||||
return false;
|
return false;
|
||||||
if (ntohl(*(uint32 *)(ROM_BASE + PUT_SCRAP_PATCH_SPACE)) != 0x6b636b63)
|
if (ntohl(*(uint32 *)(ROM_BASE + PUT_SCRAP_PATCH_SPACE)) != 0x6b636b63)
|
||||||
|
Loading…
Reference in New Issue
Block a user