From d26e77d83f336dc1c7455dac24f4d064493ac365 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sat, 11 Jan 2025 20:35:27 +0200 Subject: [PATCH] 6000b4 --- od-win32/win32.h | 4 ++-- od-win32/winuaechangelog.txt | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/od-win32/win32.h b/od-win32/win32.h index d35a21c1..ff6cee93 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("3") +#define WINUAEBETA _T("4") #else #define WINUAEBETA _T("") #endif -#define WINUAEDATE MAKEBD(2025, 1, 7) +#define WINUAEDATE MAKEBD(2025, 1, 11) //#define WINUAEEXTRA _T("AmiKit Preview") //#define WINUAEEXTRA _T("Amiga Forever Edition") diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index 74e86c7d..5f03b3d4 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -1,5 +1,15 @@ +Beta 4: + +- Copper DMA is off and vblank strobe: copper loaded new pointer immediately, not when it get first DMA slot. +- ERSY=1 without genlock now really stops horizontal/vertical counters instead of faking it. Old hack removed. +- Reading AGA color register contents (RDRAM=1) read old value from previous scanline due to RGA bus buffering. +- Some ECS Denise modes had garbage visible in left and/or right side and display ended 1 lores pixel too early. +- Advanced chipset default (non-editable) Agnus revision field didn't always include ECS bit flag. Visual bug only. (Very old bug). +- TV Overscan modes work now, including genlock modes. +- Programmed mode screen width and horizontal position updates. + Beta 3: - Added longer delay before BPLCON0 ERSY=1 bit without genlock stops horizontal/vertical counters. -- 2.47.3