]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
6000b27
authorToni Wilen <twilen@winuae.net>
Mon, 12 May 2025 18:11:28 +0000 (21:11 +0300)
committerToni Wilen <twilen@winuae.net>
Mon, 12 May 2025 18:11:28 +0000 (21:11 +0300)
od-win32/win32.h
od-win32/winuaechangelog.txt

index 1492c6fdcd5cd9061863bef57d21cc0966c942ce..3df4adc412fb4f30c1cd9861c38c3b30b3d18ec1 100644 (file)
 #define LANG_DLL_FULL_VERSION_MATCH 1
 
 #if WINUAEPUBLICBETA
-#define WINUAEBETA _T("26")
+#define WINUAEBETA _T("27")
 #else
 #define WINUAEBETA _T("")
 #endif
 
-#define WINUAEDATE MAKEBD(2025, 5, 10)
+#define WINUAEDATE MAKEBD(2025, 5, 12)
 
 //#define WINUAEEXTRA _T("AmiKit Preview")
 //#define WINUAEEXTRA _T("Amiga Forever Edition")
index e5ff70ff9e01a25e4f7e27eb1318a8bff3023ba2..4d78bf357fbec93db462d0938b389b5e8e8b098e 100644 (file)
@@ -1,4 +1,13 @@
 
+Beta 27:
+
+- Interlace timing was broken, fast drawing mode calculations affected non-fast modes. (b26)
+- Remove interlace artifacts works again (b26)
+- "Default" filter mode now adjusts to Display panel overscan selection.
+- Fast mode superhires + Display panel resolution set to hires had horizontal scrolling glitches.
+- Add Harddrive listed some CF cards (maybe others too) as unaccessible MBR partitioned with single partition even if they had RDB (or nothing). Broken in some earlier beta.
+- 65HC05 and 8039 keyboard MCUs was not fully reset when reconnecting keyboard on the fly.
+
 Beta 26:
 
 - Automatic resize filter added size multiplier twice in some situations.