]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
4400b7
authorToni Wilen <twilen@winuae.net>
Sun, 14 Jun 2020 16:35:51 +0000 (19:35 +0300)
committerToni Wilen <twilen@winuae.net>
Sun, 14 Jun 2020 16:35:51 +0000 (19:35 +0300)
od-win32/win32.h
od-win32/winuaechangelog.txt
sndboard.cpp

index c3da331cc9734b26ed616aaf67f627a46927ca06..e3d1f91af4eac4469f0ebba021edb6e09c64da92 100644 (file)
 #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")
index c34c3bf94bfdc461a978b557c905d542457fcff1..90687fecc8a3075b3278bd8b7c6b0b438590186e 100644 (file)
@@ -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.
index 7492940b0baf9e85dd41bae41e89f4ef5d3808c9..f79a49261d982bc1d491aed8efbf8d17ee556e1f 100644 (file)
@@ -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);