diff --git a/src/apple2/apple2.c b/src/apple2/apple2.c index ce68c0c..13c5e80 100644 --- a/src/apple2/apple2.c +++ b/src/apple2/apple2.c @@ -348,6 +348,10 @@ apple2_run_loop(apple2 *mach) i = 0; } + if (vm_screen_last_key(mach->screen)) { + mach->strobe = true; + } + if (apple2_debug_broke(mach->cpu->PC)) { mach->paused = true; }