From: Toni Wilen Date: Tue, 23 Jun 2020 17:29:12 +0000 (+0300) Subject: 4400b8 X-Git-Tag: 4400~4 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=13089af62441dc766ed842fe830941b4a3cf158d;p=francis%2Fwinuae.git 4400b8 --- diff --git a/gencpu.cpp b/gencpu.cpp index 634e9018..b9a779e5 100644 --- a/gencpu.cpp +++ b/gencpu.cpp @@ -9168,7 +9168,7 @@ struct cputbl_tmp { uae_s16 length; uae_s8 disp020[2]; - uae_u8 branch; + uae_s8 branch; }; static struct cputbl_tmp cputbltmp[65536]; diff --git a/od-win32/win32.h b/od-win32/win32.h index e3d1f91a..96f40d42 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("7") +#define WINUAEBETA _T("") #else #define WINUAEBETA _T("") #endif -#define WINUAEDATE MAKEBD(2020, 6, 14) +#define WINUAEDATE MAKEBD(2020, 6, 23) //#define WINUAEEXTRA _T("AmiKit Preview") //#define WINUAEEXTRA _T("Amiga Forever Edition") #ifndef WINUAEEXTRA -#define WINUAEEXTRA _T("") +#define WINUAEEXTRA _T("RC1") #endif #ifndef WINUAEREV #define WINUAEREV _T("") diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index 90687fec..f225038d 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -1,5 +1,10 @@ +Beta 8 (RC1): + +- More "Default" filter adjustments: enable aspect ratio correction only if current aspect ratio is not close enough to 4:3. Enable scaling to current window/screen size only if current window/screen is "too" large or small. Main reason for this change is to keep old behavior (no scaling or aspect ratio correction if default window/screen size but enable scaling/aspect ratio correction if window is larger or smaller) +- Beta tag removed. + Beta 7: - Fixed Misc panel statefile text box working strangely when typing. Also default statefile path and .uss extension is added if missing.