We also need to set the debug flag

This commit is contained in:
Peter Evans 2018-04-21 21:59:56 -05:00
parent be82a23061
commit 40550b38dc
1 changed files with 1 additions and 0 deletions

View File

@ -354,6 +354,7 @@ apple2_run_loop(apple2 *mach)
if (apple2_debug_broke(mach->cpu->PC)) {
mach->paused = true;
mach->debug = true;
}
if (mach->debug) {