From: Toni Wilen Date: Sat, 21 Jan 2023 14:34:16 +0000 (+0200) Subject: 41010b6 X-Git-Tag: 41010~1 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=b13425c266f3a85f409faa4c067ef840fb125b0c;p=francis%2Fwinuae.git 41010b6 --- diff --git a/od-win32/win32.h b/od-win32/win32.h index 5e3e6e19..9d2fcacf 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 1 #if WINUAEPUBLICBETA -#define WINUAEBETA _T("5") +#define WINUAEBETA _T("") #else #define WINUAEBETA _T("") #endif -#define WINUAEDATE MAKEBD(2023, 1, 18) +#define WINUAEDATE MAKEBD(2023, 1, 21) //#define WINUAEEXTRA _T("AmiKit Preview") //#define WINUAEEXTRA _T("Amiga Forever Edition") #ifndef WINUAEEXTRA -#define WINUAEEXTRA _T("RC1") +#define WINUAEEXTRA _T("RC2") #endif #ifndef WINUAEREV #define WINUAEREV _T("") diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index a79291ba..656e288e 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -1,4 +1,10 @@ + +Beta 6 (RC2): + +- "Default" joystick mode didn't fully enable CD32 pad mode when CD32 hardware was configured. (Very long ago?) +- Write to CIA timer HI register always loaded the timer in cycle-accurate CIA mode. Timer is not loaded if it is in continuous mode and timer is running. (HippoPlayer unstable playback speed). Fast CPU modes used "immediate" (CIA internal state change delays not emulated) CIA mode which was correct. (4.9.2 CIA rewrite) + Beta 5 (RC1): - Fullscreen GUI Misc panel option ticked + D3D 11 mode exclusive fullscreen + enter GUI which drops back to desktop: GUI used full desktop size, when it should have used "work area" ("work area" does not include for example Task bar)