]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
6000b26
authorToni Wilen <twilen@winuae.net>
Sat, 10 May 2025 14:22:56 +0000 (17:22 +0300)
committerToni Wilen <twilen@winuae.net>
Sat, 10 May 2025 14:22:56 +0000 (17:22 +0300)
od-win32/win32.h
od-win32/winuaechangelog.txt

index 6fe25e605993c8786e7b898d355597bed3b2d456..1492c6fdcd5cd9061863bef57d21cc0966c942ce 100644 (file)
 #define LANG_DLL_FULL_VERSION_MATCH 1
 
 #if WINUAEPUBLICBETA
-#define WINUAEBETA _T("25")
+#define WINUAEBETA _T("26")
 #else
 #define WINUAEBETA _T("")
 #endif
 
-#define WINUAEDATE MAKEBD(2025, 5, 4)
+#define WINUAEDATE MAKEBD(2025, 5, 10)
 
 //#define WINUAEEXTRA _T("AmiKit Preview")
 //#define WINUAEEXTRA _T("Amiga Forever Edition")
index 7c69d13009a94791d0713509aca6b6f348090cec..e5ff70ff9e01a25e4f7e27eb1318a8bff3023ba2 100644 (file)
@@ -1,4 +1,13 @@
 
+Beta 26:
+
+- Automatic resize filter added size multiplier twice in some situations.
+- Collision CLXDAT register reads are now also horizontally cycle based (but not yet pixel perfect). CLXDAT reads are still line based if configuration does not have at least memory cycle-exact or CPU is in fastest possible mode. No real world program cares and also collisions are used really rarely.
+- Programmed mode that enabled programmed HBLANK and programmed HSYNC (BEAMCON0 VARHSYEN and/or VARCSYEN) without VARBEAMEN used default PAL/NTSC positioning instead of using programmed HBLANK values for more accurate positioning.
+- 68HC05 keyboard controller emulation keyboard matrix last row was not working.
+- Fixed fast drawing mode last line having wrong color, mostly in programmed modes. (Last line color changing to black when mouse is near the bottom of screen and back to border color when moving mouse upwards).
+- FPU FMOVEM to/from extended uses "original" code when JIT is enabled. This is test fix for reported "random" FPU value changes in JIT FPU mode.
+
 Beta 25:
 
 - Fixed possible drawing buffer overflow when drawing blanked lines.