]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
6000b6
authorToni Wilen <twilen@winuae.net>
Sat, 18 Jan 2025 19:39:05 +0000 (21:39 +0200)
committerToni Wilen <twilen@winuae.net>
Sat, 18 Jan 2025 19:39:05 +0000 (21:39 +0200)
od-win32/win32.h
od-win32/winuaechangelog.txt

index 6d101c5bdd7673e31bbe479b2ba48e465ffe470e..69f09a6015f684337fdc9cc7f0ee414102b4fe00 100644 (file)
 #define LANG_DLL_FULL_VERSION_MATCH 1
 
 #if WINUAEPUBLICBETA
-#define WINUAEBETA _T("5")
+#define WINUAEBETA _T("6")
 #else
 #define WINUAEBETA _T("")
 #endif
 
-#define WINUAEDATE MAKEBD(2025, 1, 16)
+#define WINUAEDATE MAKEBD(2025, 1, 18)
 
 //#define WINUAEEXTRA _T("AmiKit Preview")
 //#define WINUAEEXTRA _T("Amiga Forever Edition")
index db23f8e984918b16b3174ebe1b843c225998b36a..1d015a6a939a11c159133b42a6ccce64e766592f 100644 (file)
@@ -1,4 +1,12 @@
 
+
+Beta 6:
+
+- Almost all chipset emulation code is skipped when RTG mode is active and chipset screen is not visible (not connected to any other virtual monitor). This should restore RTG mode performance back to pre-v6 WinUAE versions. Pre-v6 versions also used similar optimization.
+- "Remove interlace artifacts" now uses virtual lines internally, works even when VPOSW is modified mid screen. Last line flicker fixed.
+- Limit initial Windows to Amiga clipboard copy to max 30k (initial = when Amiga is booted and Windows clipboard is not empty) if clipboard sharing is enabled. This prevent slow startup if clipboard sharing is enabled and configuration is not fast and Windows clipboard has some random large image.
+- Fixed A2024 15Hz mode vertical line.
+
 Beta 5:
 
 - Autoscale filter fixed again.
@@ -6,9 +14,9 @@ Beta 5:
 - Wait for blitter option works again.
 - "Remove interlace artifacts" option works again (with last line flicker, this will be fixed later). It now uses different logic which might work better when interlace mode is "non-standard".
 - Prometheus FireStorm PCI IO space size is 2M, only lowest 1M was mapped and it also was not correctly mapped.
-- Do not log Prometheus FireStorm status long read as config space accesses.
+- Do not log Prometheus FireStorm status long reads as config space accesses.
 - Merged some minor Voodoo emulation updates from 86box.
-- Added previously missing hardware feature: PAL/NTSC long line count always causes end of field, even if current LOF=0. (Only important when doing VPOSW tricks badly :)) NTSC long line horizontal is also always matched, even if LOL=0.
+- Added previously missing hardware feature: PAL/NTSC long line count always causes end of field, even if current LOF=0. (Only important when doing VPOSW tricks badly) NTSC long line horizontal is also always matched, even if LOL=0.
 - Added address and length to sample ripper file names.
 - Query PC drive/network drive/removable drive status only after confirming drive type first. (For example if "Add PC drives at startup" or "CDFS automount" is only ticked, don't query status of possible network drives that might respond slowly)