--- hatari/src/cpu/events_normal.h 2019/04/09 08:49:24 1.1.1.1 +++ hatari/src/cpu/events_normal.h 2019/04/09 08:50:17 1.1.1.2 @@ -23,6 +23,7 @@ STATIC_INLINE void events_schedule (void STATIC_INLINE void do_cycles_slow (unsigned long cycles_to_add) { +/* Laurent: not needed, as hatari has it's own events management. if (is_lastline && eventtab[ev_hsync].evtime - currcycle <= cycles_to_add && (long int)(read_processor_time () - vsyncmintime) < 0) return; @@ -39,6 +40,7 @@ STATIC_INLINE void do_cycles_slow (unsig } events_schedule(); } +*/ currcycle += cycles_to_add; }