--- uae/src/include/options.h 2018/04/24 16:49:05 1.1.1.10 +++ uae/src/include/options.h 2018/04/24 16:55:15 1.1.1.14 @@ -9,7 +9,7 @@ #define UAEMAJOR 0 #define UAEMINOR 8 -#define UAESUBREV 10 +#define UAESUBREV 14 typedef enum { KBD_LANG_US, KBD_LANG_DE, KBD_LANG_SE, KBD_LANG_FR, KBD_LANG_IT, KBD_LANG_ES } KbdLang; @@ -96,6 +96,8 @@ struct uae_prefs { struct uaedev_mount_info *mountinfo; + int nr_floppies; + /* Target specific options */ int x11_use_low_bandwidth; int x11_use_mitshm; @@ -108,6 +110,7 @@ struct uae_prefs { int win32_logfile; int win32_iconified_nospeed; int win32_iconified_nosound; + int curses_reverse_video; }; /* Contains the filename of .uaerc */