#define LANG_DLL_FULL_VERSION_MATCH 1
#if WINUAEPUBLICBETA
-#define WINUAEBETA _T("23")
+#define WINUAEBETA _T("24")
#else
#define WINUAEBETA _T("")
#endif
-#define WINUAEDATE MAKEBD(2025, 4, 25)
+#define WINUAEDATE MAKEBD(2025, 5, 1)
//#define WINUAEEXTRA _T("AmiKit Preview")
//#define WINUAEEXTRA _T("Amiga Forever Edition")
+Beta 24:
+
+- If bitplane DMA was active behind vertical blanking, it was incorrectly used for automatic scaling horizontal start/end detection.
+- More horizontal start/end adjustments to exactly match 5.3.1 manual filter behavior.
+- TV overscan modes are now almost same as in older versions. Narrow is slightly wider.
+- Increased event queue buffer size, multiple audio channels with AUDxLEN=1 could overflow it.
+- When filter mode like autoscale detects mode change, force full redraw (without this fast mode lines are not guaranteed to be redrawn with correct position or blanking)
+- Borderblank 1 shres pixel early end emulation was incorrectly emulated also in border area. In some situations, when HDIW position and/or borderblank state was modified during border, it could have caused single wrong colored pixel glitches.
+- Fixed bitplane garbage in right side of display in some fast drawing mode conditions (Usually hires or shres and HDIW end was larger than bitplane end)
+- (Pointless) VHPOSW (like AR3 does) writes without CE caused graphics glitches in fast modes.
+- Line count OSD (313p etc) now shows "----" (like FPS counter) when display sync is not stable. Not very useful to show mostly random values in weird situations.
+- Fixed A1000 direct (without using boot ROM + KS disk) KS ROM loading.
+
Beta 23:
- Automatic center filter mode fixed.
- Added (config file only currently, "rtg_noautomodes=true") option that disables uaegfx automatically generated screen modes. With Picasso96 v3.4+ and P96Prefs new modes can be created manually, just like when using real hardware. Note: Old Picasso96 and/or PicassoMode utility don't support manual uaegfx modes.
- Added 3840x1080 to known uaegfx resolutions list ("known" = gets static mode id if autogenerated)
-
Beta 22:
- Fast mode drawing + HAM + left TV overscan blanking part of display caused HAM artifacts.