mirror of
https://github.com/pevans/erc-c.git
synced 2025-01-17 19:30:13 +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)) {
|
if (apple2_debug_broke(mach->cpu->PC)) {
|
||||||
mach->paused = true;
|
mach->paused = true;
|
||||||
|
mach->debug = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mach->debug) {
|
if (mach->debug) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user