1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-10 14:29:30 +00:00

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

View File

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