]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
4910b9
authorToni Wilen <twilen@winuae.net>
Tue, 1 Feb 2022 19:17:15 +0000 (21:17 +0200)
committerToni Wilen <twilen@winuae.net>
Tue, 1 Feb 2022 19:17:15 +0000 (21:17 +0200)
od-win32/win32.h
od-win32/winuaechangelog.txt

index 55a0cc5e0c7757b4592f52864bf5a7f35b48f41c..5de0e4b003a76624204911deb57dab20bdd0c1fe 100644 (file)
 #define LANG_DLL_FULL_VERSION_MATCH 0
 
 #if WINUAEPUBLICBETA
-#define WINUAEBETA _T("Beta 8")
+#define WINUAEBETA _T("Beta 9")
 #else
 #define WINUAEBETA _T("")
 #endif
 
-#define WINUAEDATE MAKEBD(2022, 1, 29)
+#define WINUAEDATE MAKEBD(2022, 2, 1)
 
 //#define WINUAEEXTRA _T("AmiKit Preview")
 //#define WINUAEEXTRA _T("Amiga Forever Edition")
index 868ebca4cb4c47bd1cd146f155e300f0a8682060..fc98f9942d636186e440bf7be0d1faa83d918e77 100644 (file)
@@ -1,4 +1,10 @@
 
+Beta 9:
+
+- b8 "default" filter update was not complete. Now image is automatically integer scaled if original image is half (or less) size of host window/fullscreen size.
+- b8 MMU change didn't change much because MMU + CE isn't "real" CE mode but normal MMU + some timing adjustments. (Because there is not much point). Timing adjustments adjusted, now MMU + CE shouldn't be much slower than non-MMU CE mode.
+- PAL filter (and probably some other software filters that internally use YUV) had wrong colors since 4.3.0, 32-bit version only.
+
 Beta 8:
 
 - Sprite collision bitplane end position calculation was not updated to 4.9.0+ chipset emulation. Probably didn't cause problems because it was too large and it most likely  could not cause any spurious collisions.