--- hatari/src/uae-cpu/options_cpu.h 2019/04/01 07:13:48 1.1 +++ hatari/src/uae-cpu/options_cpu.h 2019/04/09 08:55:51 1.1.1.3 @@ -1,8 +1,8 @@ /* Hatari - options_cpu.h - This file is distributed under the GNU Public License, version 2 or at - your option any later version. Read the file gpl.txt for details. + This file is distributed under the GNU General Public License, version 2 + or at your option any later version. Read the file gpl.txt for details. */ #ifndef OPTIONS_CPU_H @@ -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;