]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
6000b3
authorToni Wilen <twilen@winuae.net>
Tue, 7 Jan 2025 19:00:52 +0000 (21:00 +0200)
committerToni Wilen <twilen@winuae.net>
Tue, 7 Jan 2025 19:00:52 +0000 (21:00 +0200)
od-win32/win32.h
od-win32/winuaechangelog.txt

index 9e4eeb994877a80a87ab30ccc01ce2299e56c56a..d35a21c1e55124962032e13dcc550d6d6df64c8a 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(2025, 1, 5)
+#define WINUAEDATE MAKEBD(2025, 1, 7)
 
 //#define WINUAEEXTRA _T("AmiKit Preview")
 //#define WINUAEEXTRA _T("Amiga Forever Edition")
index b157473845adcecad46c328c61c94f8c078c44ca..74e86c7d835e63563a9115aaba6394d3c9e358f0 100644 (file)
@@ -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.