From: Toni Wilen Date: Sat, 2 Dec 2023 18:01:04 +0000 (+0200) Subject: 5100b10 X-Git-Tag: 5.1.0~29 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=106f6098da5cc6a20474d1eabb215874d857757d;p=francis%2Fwinuae.git 5100b10 --- diff --git a/od-win32/win32.h b/od-win32/win32.h index 687a085e..b1c78d93 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("9") +#define WINUAEBETA _T("10") #else #define WINUAEBETA _T("") #endif -#define WINUAEDATE MAKEBD(2023, 11, 26) +#define WINUAEDATE MAKEBD(2023, 12, 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 16d3f64b..095a5630 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -1,4 +1,12 @@ +Beta 10: + +- Fixed crash in some configs when hard reseting with freezer enabled. (b9 fix didn't work) +- Do not activate default/TV scaling modes in programmed modes. (Previous "default" was supposed to skip programmed mode scaling but it didn't work correctly) +- Disk emulation state changes mid scanline worked unreliably (ABC Chemii / Ego Software copy protection) +- If only UAE expansion feature that needs UAE boot ROM is "Add PC drives at startup" and configured UAE boot ROM mode required F0 ROM, UAE boot ROM was not fully enabled automatically. + +Beta 9: - If program updated RTG (uaegfx) hardware mouse cursor colors only (not shape), mouse cursor was not updated to match new colors. - Detect compatible files in deeper subdirectories only when dropping archive file to floppy drive, do not do it when dropping to WB. (b1)