#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")
+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.