]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
6020b10
authorToni Wilen <twilen@winuae.net>
Sat, 13 Dec 2025 14:22:22 +0000 (16:22 +0200)
committerToni Wilen <twilen@winuae.net>
Sat, 13 Dec 2025 14:22:22 +0000 (16:22 +0200)
od-win32/win32.h
od-win32/winuaechangelog.txt

index d55178ac3ef130ff21e4683af3d3e247166abd3a..e2f9b5a3b680c1c3940b7c956ba67aba24f250b4 100644 (file)
 #define LANG_DLL_FULL_VERSION_MATCH 1
 
 #if WINUAEPUBLICBETA
-#define WINUAEBETA _T("9")
+#define WINUAEBETA _T("10")
 #else
 #define WINUAEBETA _T("")
 #endif
 
-#define WINUAEDATE MAKEBD(2025, 12, 9)
+#define WINUAEDATE MAKEBD(2025, 12, 13)
 
 //#define WINUAEEXTRA _T("AmiKit Preview")
 //#define WINUAEEXTRA _T("Amiga Forever Edition")
index e1e7c43ec8ef51e978a633da51d0df85346b47c1..cbc48ce72c2a14867a3af500adfed24232d29da0 100644 (file)
@@ -1,4 +1,11 @@
 
+Beta 10:
+
+- Filter panel new numeric text controls had wrong min and max values for most filter modes.
+- When pausing emulation, release any pressed Amiga keys before pausing because key events are ignored when paused. Fixes stuck left ALT when using ALT-TAB and when active and mouse uncaptured = pause emulation. (Old bug)
+- Added lightpen_offset_gfx=x,y that only adds offset to crosshair (host side) coordinates. Previously implemented lightpen_offset adds offset to Amiga side oordinates.
+- Fast mode chunky line buffer could have contained partial data from previous line. It is now cleared. (Relic / Nerve Axis initial screen. Yet again.)
+
 Beta 9:
 
 - Fixed Matrox Millennium vblank start callback function. Display VRAM start address was not updated correctly if non-zero. Didn't affect other models.