]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
6000b4
authorToni Wilen <twilen@winuae.net>
Sat, 11 Jan 2025 18:35:27 +0000 (20:35 +0200)
committerToni Wilen <twilen@winuae.net>
Sat, 11 Jan 2025 18:35:27 +0000 (20:35 +0200)
od-win32/win32.h
od-win32/winuaechangelog.txt

index d35a21c1e55124962032e13dcc550d6d6df64c8a..ff6cee93762e75a0995a8ab22181192f1d1d49de 100644 (file)
 #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")
index 74e86c7d835e63563a9115aaba6394d3c9e358f0..5f03b3d4260f0e16192065a6270768acd0e9525a 100644 (file)
@@ -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.