From d9531f18c2ca536a80f4fc767b8ddb8fe329cdf5 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 22 Jan 2018 00:18:40 +0100 Subject: [PATCH] even more testing --- src/emulator.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/emulator.cpp b/src/emulator.cpp index 1bd3216..64ce2d8 100644 --- a/src/emulator.cpp +++ b/src/emulator.cpp @@ -340,6 +340,7 @@ void Emulator::run_gba() gpu.start_frame(); while (!gpu.is_frame_complete()) { + if ((arm7.get_register(REG_PC) - 4) == 0x08150600) debug(); arm7.execute(); uint64_t cycle_count = arm7.cycles_ran();