From: Toni Wilen Date: Sun, 14 Jun 2020 16:35:51 +0000 (+0300) Subject: 4400b7 X-Git-Tag: 4400~6 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=dd106a02802305146b1228b5d98537de27cdd4e2;p=francis%2Fwinuae.git 4400b7 --- diff --git a/od-win32/win32.h b/od-win32/win32.h index c3da331c..e3d1f91a 100644 --- a/od-win32/win32.h +++ b/od-win32/win32.h @@ -20,12 +20,12 @@ #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") diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index c34c3bf9..90687fec 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -1,5 +1,13 @@ +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. diff --git a/sndboard.cpp b/sndboard.cpp index 7492940b..f79a4926 100644 --- a/sndboard.cpp +++ b/sndboard.cpp @@ -25,9 +25,9 @@ #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);