From fe7e96dc71d016bab4073bf75baba58f6b7f4e56 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Thu, 1 May 2025 19:59:23 +0300 Subject: [PATCH] 6000b24 --- od-win32/win32.h | 4 ++-- od-win32/winuaechangelog.txt | 14 +++++++++++++- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/od-win32/win32.h b/od-win32/win32.h index 678be74c..55cb01dc 100644 --- a/od-win32/win32.h +++ b/od-win32/win32.h @@ -20,12 +20,12 @@ #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") diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index 9140f6cb..652a4462 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -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. -- 2.47.3