add I2C shito

This commit is contained in:
Arisotura
2019-06-15 16:58:02 +02:00
parent 7aa5131ec7
commit 58e3ff61ac
8 changed files with 239 additions and 3 deletions

View File

@ -175,6 +175,7 @@ void ARMv5::JumpTo(u32 addr, bool restorecpsr)
// aging cart debug crap
//if (addr == 0x0201764C) printf("capture test %d: R1=%08X\n", R[6], R[1]);
//if (addr == 0x020175D8) printf("capture test %d: res=%08X\n", R[6], R[0]);
if (addr==0x037CA0D0) printf("VLORP %08X\n", R[15]);
u32 oldregion = R[15] >> 24;
u32 newregion = addr >> 24;