mirror of
https://github.com/pevans/erc-c.git
synced 2024-11-23 23:32:45 +00:00
Don't immediately pause
This commit is contained in:
parent
f376f00688
commit
1cec80cead
@ -348,7 +348,6 @@ apple2_run_loop(apple2 *mach)
|
|||||||
}
|
}
|
||||||
|
|
||||||
out = (FILE *)vm_di_get(VM_OUTPUT);
|
out = (FILE *)vm_di_get(VM_OUTPUT);
|
||||||
vm_reflect_pause(NULL);
|
|
||||||
|
|
||||||
while (vm_screen_active(mach->screen)) {
|
while (vm_screen_active(mach->screen)) {
|
||||||
if (vm_debug_broke(mach->cpu->PC)) {
|
if (vm_debug_broke(mach->cpu->PC)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user