1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-11 05:29:33 +00:00

Don't immediately pause

This commit is contained in:
Peter Evans 2018-02-26 13:54:32 -06:00
parent f376f00688
commit 1cec80cead

View File

@ -348,7 +348,6 @@ apple2_run_loop(apple2 *mach)
}
out = (FILE *)vm_di_get(VM_OUTPUT);
vm_reflect_pause(NULL);
while (vm_screen_active(mach->screen)) {
if (vm_debug_broke(mach->cpu->PC)) {