]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
5100b5
authorToni Wilen <twilen@winuae.net>
Fri, 13 Oct 2023 17:34:56 +0000 (20:34 +0300)
committerToni Wilen <twilen@winuae.net>
Fri, 13 Oct 2023 17:34:56 +0000 (20:34 +0300)
od-win32/win32.h
od-win32/winuaechangelog.txt

index 04cb08e982a90f6da5aa21a21c70f9a7c256b93a..1092944780d16737d3c4c2b470d053a81caae0b4 100644 (file)
 #define LANG_DLL_FULL_VERSION_MATCH 1
 
 #if WINUAEPUBLICBETA
-#define WINUAEBETA _T("Beta 4")
+#define WINUAEBETA _T("Beta 5")
 #else
 #define WINUAEBETA _T("")
 #endif
 
-#define WINUAEDATE MAKEBD(2023, 10, 8)
+#define WINUAEDATE MAKEBD(2023, 10, 13)
 
 //#define WINUAEEXTRA _T("AmiKit Preview")
 //#define WINUAEEXTRA _T("Amiga Forever Edition")
index 8db3c1c72243a53e2577ab141f7c5fbb17380f16..6ab71fb12881c38311bdd7118ef692e19f5e7c58 100644 (file)
@@ -1,4 +1,10 @@
 
+Beta 5:
+
+- Screen mode switch (for example native<>RTG) could have caused blank screen, especially in D3D9 mode, if old and new mode had identical size. (b1)
+- Restoring statefile without FPU when configuration with FPU was active: FPU was not disabled.
+- Fixed random flickering last line in non-interlaced fields/fields+ modes.
+
 Beta 4:
 
 - Exiting any GUI subwindow (hardfiles etc) was always cancelled, ignoring changes. (b3)