]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
4910b8
authorToni Wilen <twilen@winuae.net>
Sat, 29 Jan 2022 19:19:55 +0000 (21:19 +0200)
committerToni Wilen <twilen@winuae.net>
Sat, 29 Jan 2022 19:19:55 +0000 (21:19 +0200)
od-win32/win32.h
od-win32/winuaechangelog.txt

index 8a4761a7fd1f80f6c664abda29bd628a77184de4..55a0cc5e0c7757b4592f52864bf5a7f35b48f41c 100644 (file)
 #define LANG_DLL_FULL_VERSION_MATCH 0
 
 #if WINUAEPUBLICBETA
-#define WINUAEBETA _T("Beta 7")
+#define WINUAEBETA _T("Beta 8")
 #else
 #define WINUAEBETA _T("")
 #endif
 
-#define WINUAEDATE MAKEBD(2022, 1, 24)
+#define WINUAEDATE MAKEBD(2022, 1, 29)
 
 //#define WINUAEEXTRA _T("AmiKit Preview")
 //#define WINUAEEXTRA _T("Amiga Forever Edition")
index 55b35c2c717cbd181d2180ff44ee9cd3797faecb..868ebca4cb4c47bd1cd146f155e300f0a8682060 100644 (file)
@@ -1,4 +1,14 @@
 
+Beta 8:
+
+- Sprite collision bitplane end position calculation was not updated to 4.9.0+ chipset emulation. Probably didn't cause problems because it was too large and it most likely  could not cause any spurious collisions.
+- b6 ECS Denise CSYNC fix broke vertical blanking when EXTBLANKEN=1. Made only visible difference if mode was weird (not WB monitor driver)
+- If programmed mode HSYNC start is later than normal, use it instead of standard VGA-like config. (More correct horizontal position if weird mode)
+- Yet another Copper comparator update. WAIT and SKIP timing change again, all my statefile tests still work (and one that didn't also works now). SKIP comparison check timing is not same as WAIT, SKIP seems to check comparison result just before next copper instruction gets loaded (SKIP comparison active as long as IR1 and IR2 bits 0 are set)
+- b4 bitplane number update fix, if number of bitplane was increased after hsync start but before hsync end, sometimes bitplane count change was ignored until next line.
+- "Default" filter mode now also auto-adjusts if horizontal size does not match vertical (for example if horizontal is hires but vertical is nondoubled: double vertical automatically using filter scaling). Other modes are not yet updated because it can break existing configs.
+- Reverted 490b25 68030+ MMU "CE" mode cycle count update that made it too slow compared to matching non-MMU mode.
+
 Beta 7:
 
 - 68020/030 CE mode too long interrupt delay fix.