]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
6100b3
authorToni Wilen <twilen@winuae.net>
Mon, 20 Apr 2026 16:01:47 +0000 (19:01 +0300)
committerToni Wilen <twilen@winuae.net>
Mon, 20 Apr 2026 16:01:47 +0000 (19:01 +0300)
od-win32/win32.h
od-win32/winuaechangelog.txt

index f6f3fabaf41bc28f4776a8a92741b84a09c521ae..3369e1286748e2cb01c98f153150452129eaaa57 100644 (file)
 #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")
index 17921e38ffcee6cfc8f966a16a6b22d0067a8d6c..67268b8feb96064cff8ea90f837390abbe5d038a 100644 (file)
@@ -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.