From: Toni Wilen Date: Sat, 27 Apr 2019 18:00:16 +0000 (+0300) Subject: 4210b2 X-Git-Tag: 4300~229 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=e2e6c7dcb56f8dc2509d5792987a52f4fc40fa86;p=francis%2Fwinuae.git 4210b2 --- diff --git a/od-win32/win32.h b/od-win32/win32.h index 30b82bea..f86db697 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("1") +#define WINUAEBETA _T("2") #else #define WINUAEBETA _T("") #endif -#define WINUAEDATE MAKEBD(2019, 4, 18) +#define WINUAEDATE MAKEBD(2019, 4, 27) //#define WINUAEEXTRA _T("AmiKit Preview") //#define WINUAEEXTRA _T("Amiga Forever Edition") diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index 8322eda6..31abd559 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -1,6 +1,12 @@ +Beta 2: + +- It was not possible to delete existing floppy disk saveimage using GUI button if write protected checkbox was ticked. (Very old bug) +- Added "cpu_halt_auto_reset=false/true" config line entry. If true, hard reset is immediately forced if CPU would halt. +- 420b2 "Fixed AGA HAM graphics corruption.." more fixing.. +Beta 1: - 420b2 "Fixed AGA HAM graphics corruption.." missed one special case. Fixes Alien Breed 3D graphics corruption. - Reset/Restart didn't clear uaegfx overlay state.