From 15eac0b68efcb97aa9e0e594e919f3e0491a6602 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Tue, 7 Jan 2025 21:00:52 +0200 Subject: [PATCH] 6000b3 --- od-win32/win32.h | 4 ++-- od-win32/winuaechangelog.txt | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/od-win32/win32.h b/od-win32/win32.h index 9e4eeb99..d35a21c1 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("2") +#define WINUAEBETA _T("3") #else #define WINUAEBETA _T("") #endif -#define WINUAEDATE MAKEBD(2025, 1, 5) +#define WINUAEDATE MAKEBD(2025, 1, 7) //#define WINUAEEXTRA _T("AmiKit Preview") //#define WINUAEEXTRA _T("Amiga Forever Edition") diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index b1574738..74e86c7d 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -1,5 +1,14 @@ +Beta 3: + +- Added longer delay before BPLCON0 ERSY=1 bit without genlock stops horizontal/vertical counters. +- Two more copper/blitter conflict fixes. (Copper stopped due to dangerous register didn't count as copper not having requests active, COPJMP sequence followed by "skipped" MOVE's last cycle didn't "skip" the write) +- Another statefile overflow fix. +- Faster CPU modes now have separate longer RGA pipeline that allows fast CPU to do multiple Denise/Lisa register writes in single CCK without causing overflows and lost register writes. +- "SWIV scorebord" effect (BPLCON2>=5 and 5 or 6 planes) didn't work in 6-plane mode. +- TV Overscan options re-implemented. + Beta 2: - Fixed 32-bit wide AGA sprite horizontally doubled image. -- 2.47.3