From: Toni Wilen Date: Mon, 2 Nov 2015 17:25:13 +0000 (+0200) Subject: 3200b19 X-Git-Tag: 3200~6 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=08fa6611dfa595b956a0fc54b8aa97848bc39e0a;p=francis%2Fwinuae.git 3200b19 --- diff --git a/od-win32/win32.h b/od-win32/win32.h index 1790a444..812fb334 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("18") +#define WINUAEBETA _T("19") #else #define WINUAEBETA _T("") #endif -#define WINUAEDATE MAKEBD(2015, 10, 26) +#define WINUAEDATE MAKEBD(2015, 11, 2) //#define WINUAEEXTRA _T("AmiKit Preview") //#define WINUAEEXTRA _T("Amiga Forever Edition") diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index e98c0d29..4419b8e8 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -1,4 +1,11 @@ +Beta 19: + +- Sprite in far right border feature (b1) didn't work correctly in AGA modes that require hires/shres horizontal + sprite resolution support. (Alien Breed 3D garbage sprite in right border) +- AGA hires/shres horizontal scrolling feature was not fully in sync with sprites (Banshee) +- In some situations bitplane DMA emulation internal state flag got stuck in active state (Aladdin blank screen). + Beta 18: - If dragndrop to GUI closed GUI (for example config file with show_gui=no), invalid GUI windows handle was accessed.