From: Toni Wilen Date: Tue, 30 Apr 2019 17:33:45 +0000 (+0300) Subject: 4210b3 X-Git-Tag: 4300~225 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=5a8aad29678534f8a80fd905135a3aa668e0d6cd;p=francis%2Fwinuae.git 4210b3 --- diff --git a/od-win32/win32.h b/od-win32/win32.h index f86db697..6a5058b2 100644 --- a/od-win32/win32.h +++ b/od-win32/win32.h @@ -20,12 +20,12 @@ #define LANG_DLL_FULL_VERSION_MATCH 0 #if WINUAEPUBLICBETA -#define WINUAEBETA _T("2") +#define WINUAEBETA _T("3") #else #define WINUAEBETA _T("") #endif -#define WINUAEDATE MAKEBD(2019, 4, 27) +#define WINUAEDATE MAKEBD(2019, 4, 30) //#define WINUAEEXTRA _T("AmiKit Preview") //#define WINUAEEXTRA _T("Amiga Forever Edition") diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index 31abd559..ad90f4f9 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -1,5 +1,11 @@ +Beta 3: + +- Number of partitions in single UAE HDF was still not correctly restricted to max supported (420b8). +- PPC CPU incorrectly used direct access when accessing Picasso IV byteswap memory regions. (Shogo color error, probably other PPC games/demos too) +- Added support for Picasso IV Zorro II 2M VRAM mode. (J1 jumper in real hardware, VRAM size adjustment in UAE) + Beta 2: - It was not possible to delete existing floppy disk saveimage using GUI button if write protected checkbox was ticked. (Very old bug)