]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
4900b21
authorToni Wilen <twilen@winuae.net>
Sat, 22 May 2021 12:20:47 +0000 (15:20 +0300)
committerToni Wilen <twilen@winuae.net>
Sat, 22 May 2021 12:20:47 +0000 (15:20 +0300)
od-win32/win32.h
od-win32/winuaechangelog.txt

index 62f16b90c37318bdd59ad1a14a30414c43ae2769..ef863a1086f12687a6dab92085106bdab34ee490 100644 (file)
 #define LANG_DLL_FULL_VERSION_MATCH 1
 
 #if WINUAEPUBLICBETA
-#define WINUAEBETA _T("Beta 20")
+#define WINUAEBETA _T("Beta 21")
 #else
 #define WINUAEBETA _T("")
 #endif
 
-#define WINUAEDATE MAKEBD(2021, 5, 16)
+#define WINUAEDATE MAKEBD(2021, 5, 22)
 
 //#define WINUAEEXTRA _T("AmiKit Preview")
 //#define WINUAEEXTRA _T("Amiga Forever Edition")
index b3dab085a8cc8d3243563a49f564d004a5911e63..8b073b8ab592afecbac33cc0dcf34edbc607777a 100644 (file)
@@ -1,4 +1,14 @@
 
+
+- Blitter line draw with B channel enabled supported. Flexible Zoom / Upfront uses it to load line pattern using DMA (undocumented feature, not really useful because it wastes lots of DMA time) instead of using static BLTBDAT 16-bit pattern.
+- Blitter got stuck in some 68020+ CE configs.
+- Copper blitter wait glitches are now accurately emulated.
+- Cycle-exact mode CPU to CIA E-clock syncronization was not accurate.
+- BPLxDAT CPU/copper write timing fix.
+- FSINCOS native FPU mode had SIN and COS values swapped.
+- If CPU reads from non-existing address space and code is executed from ROM, return all zeroes. This might not be exactly correct because it was only quickly checked on real hardware. Fixes Batman Vuelve slideshow II / Batman Group.
+- A2410 works again (broke in 4300b1)
+
 Beta 20:
 
 - Blitter internal RGA bus pipeline emulation implemented.