aboutsummaryrefslogtreecommitdiff
path: root/src/ARM.cpp
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2019-06-15 18:30:12 +0200
committerArisotura <thetotalworm@gmail.com>2019-06-15 18:30:12 +0200
commit4d3f346edcd8b7edff2415d7c90903c54d4ee34f (patch)
tree4a6a2d44cbd2774b44e29fc58335416f2aaa8c5e /src/ARM.cpp
parent93330d267037460a2af25744ab169ebc31d1d45f (diff)
get it to do more interesting things
Diffstat (limited to 'src/ARM.cpp')
-rw-r--r--src/ARM.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ARM.cpp b/src/ARM.cpp
index 870c455..ee72fbe 100644
--- a/src/ARM.cpp
+++ b/src/ARM.cpp
@@ -175,7 +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]);
+ //if (addr==0x037CA0D0) printf("VLORP %08X\n", R[15]);
u32 oldregion = R[15] >> 24;
u32 newregion = addr >> 24;
@@ -243,6 +243,8 @@ void ARMv4::JumpTo(u32 addr, bool restorecpsr)
else addr &= ~0x1;
}
+ //if (addr==0x037D5A18) printf("SHITTY FUNC. %08X\n", R[15]);
+
u32 oldregion = R[15] >> 23;
u32 newregion = addr >> 23;