Skip to content

Commit

Permalink
even more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon committed Jan 21, 2018
1 parent 1906080 commit d9531f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/emulator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit d9531f1

Please sign in to comment.