misc. things

This commit is contained in:
StapleButter
2017-05-09 03:54:37 +02:00
parent 7c1443b973
commit 50d2ffb207
5 changed files with 66 additions and 0 deletions

View File

@ -174,6 +174,9 @@ void ARM::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==0x037FBD49) printf("zog! %08X\n", R[15]);
if (addr==0x037FBD4C) printf("zog2 %08X\n", R[15]);
if (R[15]==0x037FBD54) printf("zog jump to %08X %08X\n", addr, CodeRead32(addr));*/
if (addr & 0x1)
{