]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
6000b24
authorToni Wilen <twilen@winuae.net>
Thu, 1 May 2025 16:59:23 +0000 (19:59 +0300)
committerToni Wilen <twilen@winuae.net>
Thu, 1 May 2025 16:59:23 +0000 (19:59 +0300)
od-win32/win32.h
od-win32/winuaechangelog.txt

index 678be74c97a2532c2276453d6bc0beb014da9efe..55cb01dc594d6a24818eeaf19d29c21510f64b53 100644 (file)
 #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")
index 9140f6cba22be761193fb98876b7969e9762d62b..652a44629dbaebc5b2aa17865eae7f10f305c703 100644 (file)
@@ -1,4 +1,17 @@
 
+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.
@@ -14,7 +27,6 @@ Beta 23:
 - 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.