--- uae/src/include/options.h 2018/04/24 17:11:12 1.1.1.23 +++ uae/src/include/options.h 2018/04/24 17:12:57 1.1.1.24 @@ -9,7 +9,7 @@ #define UAEMAJOR 0 #define UAEMINOR 8 -#define UAESUBREV 22 +#define UAESUBREV 24 typedef enum { KBD_LANG_US, KBD_LANG_DK, KBD_LANG_DE, KBD_LANG_SE, KBD_LANG_FR, KBD_LANG_IT, KBD_LANG_ES } KbdLang; @@ -74,7 +74,7 @@ struct uae_prefs { unsigned int chipset_mask; int ntscmode; int collision_level; - int fast_copper; + int leds_on_screen; char df[4][256]; char romfile[256];