--- hatari/src/uae-cpu/options_cpu.h 2019/04/09 08:53:26 1.1.1.2 +++ hatari/src/uae-cpu/options_cpu.h 2019/04/09 08:55:51 1.1.1.3 @@ -12,6 +12,7 @@ struct uae_prefs { int cpu_level; int cpu_compatible; int address_space_24; + int cpu_cycle_exact; }; extern struct uae_prefs currprefs, changed_prefs;