ARM7 BIOS read protect.

(noting that Super Princess Peach reads from the BIOS. probably a bug)
This commit is contained in:
StapleButter
2017-02-05 17:15:17 +01:00
parent 5ccf56d21d
commit ff3b60bc93
3 changed files with 33 additions and 12 deletions

View File

@ -371,6 +371,8 @@ s32 ARM::Execute()
}
}
//if (R[15]==0x037F9364) printf("R8=%08X R9=%08X\n", R[8], R[9]);
// TODO optimize this shit!!!
if (Halted)
{