From 376c125d196f024c611b557bc0423a6c5fac9ee7 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Mon, 20 Apr 2026 19:01:47 +0300 Subject: [PATCH] 6100b3 --- od-win32/win32.h | 4 ++-- od-win32/winuaechangelog.txt | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/od-win32/win32.h b/od-win32/win32.h index f6f3faba..3369e128 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(2026, 4, 19) +#define WINUAEDATE MAKEBD(2026, 4, 20) //#define WINUAEEXTRA _T("AmiKit Preview") //#define WINUAEEXTRA _T("Amiga Forever Edition") diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index 17921e38..67268b8f 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -1,4 +1,9 @@ +Beta 3: + +- b2 68020/030 CE interrupt fix made interrupts too fast, now they are always delayed until next instruction has finished which probably isn't fully correct either but better than previously (too fast or delayed by multiple instructions). +- OCS Denise NTSC odd/even line sawtooth pattern is now correct in Overscan (completely hidden) and Overscan+ (visible in right border). + Beta 2: - Detect missing hsync/vsync and trigger "no signal" state quicker. "No signal" state was also clearing internal buffer every frame, slowing down emulation unnecessarily. -- 2.47.3