From: Toni Wilen Date: Sun, 18 Dec 2022 13:58:21 +0000 (+0200) Subject: 41000b11 X-Git-Tag: 41000~1 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=cfe3f9ab0d94ea9b86765082cf92efd05b6f8128;p=francis%2Fwinuae.git 41000b11 --- diff --git a/od-win32/win32.h b/od-win32/win32.h index bfe3ccd0..4e317629 100644 --- a/od-win32/win32.h +++ b/od-win32/win32.h @@ -15,23 +15,23 @@ #define GETBDM(x) (((x) - ((x / 10000) * 10000)) / 100) #define GETBDD(x) ((x) % 100) -#define WINUAEPUBLICBETA 1 +#define WINUAEPUBLICBETA 0 #define LANG_DLL 1 -#define LANG_DLL_FULL_VERSION_MATCH 0 +#define LANG_DLL_FULL_VERSION_MATCH 1 #if WINUAEPUBLICBETA -#define WINUAEBETA _T("Beta 10") +#define WINUAEBETA _T("Beta 0") #else #define WINUAEBETA _T("") #endif -#define WINUAEDATE MAKEBD(2022, 12, 10) +#define WINUAEDATE MAKEBD(2022, 12, 18) //#define WINUAEEXTRA _T("AmiKit Preview") //#define WINUAEEXTRA _T("Amiga Forever Edition") #ifndef WINUAEEXTRA -#define WINUAEEXTRA _T("RC2") +#define WINUAEEXTRA _T("") #endif #ifndef WINUAEREV #define WINUAEREV _T("") diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index 4257a19f..e0d6e2d6 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -1,4 +1,12 @@ + +Beta 11 (RC3): + +- Fixed magic mouse without virtual mouse driver installed in RTG modes. (4.9.0) +- Memwatch N flag was not cleared when watchpoint was reset. +- Syncronize clock option was broken, when active, CIA-A TOD was stopped. Broken when CIA emulation was refactored (b1). +- Small 68040+ "cycle-exact" adjustments. + Beta 10 (RC2): - Bumped version to 4.10.0