mirror of
https://github.com/pevans/erc-c.git
synced 2024-12-30 06:29:48 +00:00
We also need to set the debug flag
This commit is contained in:
parent
be82a23061
commit
40550b38dc
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user