--- Frodo4/Src/Display_x.h 2003/07/01 17:51:17 1.2 +++ Frodo4/Src/Display_x.h 2003/07/14 13:59:02 1.3 @@ -342,7 +342,7 @@ C64Display::C64Display(C64 *the_c64) : T // Start timer for LED error blinking c64_disp = this; pulse_sa.sa_handler = (void (*)(int))pulse_handler; - pulse_sa.sa_flags = 0; + pulse_sa.sa_flags = SA_RESTART; sigemptyset(&pulse_sa.sa_mask); sigaction(SIGALRM, &pulse_sa, NULL); pulse_tv.it_interval.tv_sec = 0;