mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-18 02:29:34 +00:00
clean-ups, going to beat myself tonight
This commit is contained in:
parent
c3a706d354
commit
f5aed53e3c
@ -319,7 +319,6 @@ static bool check_rom_patch_space(uint32 base, uint32 size)
|
||||
size = (size + 3) & -4;
|
||||
for (int i = 0; i < size; i += 4) {
|
||||
uint32 x = ntohl(*(uint32 *)(ROM_BASE + base + i));
|
||||
printf("%08x\n", x);
|
||||
if (x != 0x6b636b63 && x != 0)
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user