--- uae/src/include/options.h 2018/04/24 16:49:05 1.1.1.10 +++ uae/src/include/options.h 2018/04/24 16:53:24 1.1.1.13 @@ -9,7 +9,7 @@ #define UAEMAJOR 0 #define UAEMINOR 8 -#define UAESUBREV 10 +#define UAESUBREV 13 typedef enum { KBD_LANG_US, KBD_LANG_DE, KBD_LANG_SE, KBD_LANG_FR, KBD_LANG_IT, KBD_LANG_ES } KbdLang; @@ -108,6 +108,7 @@ struct uae_prefs { int win32_logfile; int win32_iconified_nospeed; int win32_iconified_nosound; + int curses_reverse_video; }; /* Contains the filename of .uaerc */