#define LANG_DLL_FULL_VERSION_MATCH 1
#if WINUAEPUBLICBETA
-#define WINUAEBETA _T("6")
+#define WINUAEBETA _T("7")
#else
#define WINUAEBETA _T("")
#endif
-#define WINUAEDATE MAKEBD(2020, 6, 8)
+#define WINUAEDATE MAKEBD(2020, 6, 14)
//#define WINUAEEXTRA _T("AmiKit Preview")
//#define WINUAEEXTRA _T("Amiga Forever Edition")
+Beta 7:
+
+- Fixed Misc panel statefile text box working strangely when typing. Also default statefile path and .uss extension is added if missing.
+- CPU multiplier in prefetch mode (support added in b1) wasn't saved to config file.
+- CPU multiplier is set to pre-4.4 defaults when loading old config files.
+- CPU multiplier (if prefetch/ce) is changed to default multiplier when CPU model is changed.
+- "Default" filter mode now enables aspect ratio correction and scales to window/screen size. Disabled previously active GUI elements that are not compatible with current filter mode.
+
Beta 6:
- Small 68030 prefetch mode tweak.
#include "rommgr.h"
#include "devices.h"
-#define DEBUG_SNDDEV 1
+#define DEBUG_SNDDEV 0
#define DEBUG_SNDDEV_READ 0
-#define DEBUG_SNDDEV_WRITE 1
+#define DEBUG_SNDDEV_WRITE 0
#define DEBUG_SNDDEV_FIFO 0
static void snd_init(void);