--- uae/src/include/options.h 2018/04/24 16:53:24 1.1.1.13 +++ 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 13 +#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;