--- hatari/src/cpu/events_normal.h 2019/04/09 08:50:17 1.1.1.2 +++ hatari/src/cpu/events_normal.h 2019/04/09 08:51:55 1.1.1.3 @@ -44,6 +44,7 @@ STATIC_INLINE void do_cycles_slow (unsig currcycle += cycles_to_add; } +/* STATIC_INLINE void do_cycles_fast (void) { if (is_lastline && eventtab[ev_hsync].evtime - currcycle <= 1 @@ -63,6 +64,7 @@ STATIC_INLINE void do_cycles_fast (void) } } +*/ /* This is a special-case function. Normally, all events should lie in the future; they should only ever be active at the current cycle during