From: Toni Wilen Date: Mon, 25 May 2015 18:14:29 +0000 (+0300) Subject: 3100b22 X-Git-Tag: 3100~13 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=b769f5e5b97cfb4a7a0ced3e07c6a696dc5f1a6c;p=francis%2Fwinuae.git 3100b22 --- diff --git a/od-win32/win32.h b/od-win32/win32.h index 43184fd1..4f50ed3c 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("21") +#define WINUAEBETA _T("22") #else #define WINUAEBETA _T("") #endif -#define WINUAEDATE MAKEBD(2015, 5, 23) +#define WINUAEDATE MAKEBD(2015, 5, 25) //#define WINUAEEXTRA _T("AmiKit Preview") //#define WINUAEEXTRA _T("Amiga Forever Edition") @@ -34,7 +34,7 @@ #define WINUAEEXTRA _T("") #endif #ifndef WINUAEREV -#define WINUAEREV _T("RC1") +#define WINUAEREV _T("RC2") #endif #define IHF_WINDOWHIDDEN 6 diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index b7769005..ee7d686a 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -1,4 +1,13 @@ +Beta 22: (RC2) + +- In some rare situatations both "HARD_DDF_STOP" and "plf_passed_stop" test conditions incorrectly passed + in single fetch block. Only happened when DDFSTRT/DDFSTOP value pair caused bitplane dma overrun + so result was different corrupted display. (Plastic Passion / Upfront plasma part with OCS Agnus) +- BPL DMA pointer modified one cycle before same channel's BPLxDAT gets accessed behavior adjusted. + (Powertrax / The Light Circle) +- Archos ADD-500 is also confirmed having fast ram autoconfig board after HD controller. + Beta 21: (RC1) - b17 DSKSYNC update should not have started DMA in WORDSYNC mode.