]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
4900b23
authorToni Wilen <twilen@winuae.net>
Tue, 15 Jun 2021 18:39:53 +0000 (21:39 +0300)
committerToni Wilen <twilen@winuae.net>
Tue, 15 Jun 2021 18:39:53 +0000 (21:39 +0300)
od-win32/win32.h
od-win32/winuaechangelog.txt

index a2edf447220b7b09bb5dd5e0a70a1d81f5417528..39405e4b3f741313754f95c3614f2b58c3b11fd4 100644 (file)
 #define LANG_DLL_FULL_VERSION_MATCH 1
 
 #if WINUAEPUBLICBETA
-#define WINUAEBETA _T("Beta 22")
+#define WINUAEBETA _T("Beta 23")
 #else
 #define WINUAEBETA _T("")
 #endif
 
-#define WINUAEDATE MAKEBD(2021, 6, 13)
+#define WINUAEDATE MAKEBD(2021, 6, 15)
 
 //#define WINUAEEXTRA _T("AmiKit Preview")
 //#define WINUAEEXTRA _T("Amiga Forever Edition")
index a9100c7741e126ac015ee192162ef9bfe33dbc45..583d55b539fdf503a32eba0f6e3963fc1ce4f9b1 100644 (file)
@@ -1,4 +1,13 @@
 
+Beta 23:
+
+- Display positioned was shifted in some programs. (b22)
+- Fixed horizontal jitter in some AGA programs. (b22)
+- Black screen in some programs. (b22)
+- Automatic scaling fixed. (b22)
+- Switching from programmed horizontal blanking back to hardwired h-blanking didn't work.
+- Added Overscan option to Display panel. Overscan selection is default from previous versions. This probably will replace will TV filter options in the future. Overscan+ and Extreme are even more larger modes, only useful if programmed blanking is enabled, more details later.
+
 Beta 22:
 
 - Copper vblank start was delayed by few cycles.