From: Toni Wilen Date: Sat, 22 May 2021 12:20:47 +0000 (+0300) Subject: 4900b21 X-Git-Tag: 4900~130 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=b3f6a4c776cdcd4ea1ced01d62bd97ee24c7ca71;p=francis%2Fwinuae.git 4900b21 --- diff --git a/od-win32/win32.h b/od-win32/win32.h index 62f16b90..ef863a10 100644 --- a/od-win32/win32.h +++ b/od-win32/win32.h @@ -20,12 +20,12 @@ #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") diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index b3dab085..8b073b8a 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -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.