]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
4400b8
authorToni Wilen <twilen@winuae.net>
Tue, 23 Jun 2020 17:29:12 +0000 (20:29 +0300)
committerToni Wilen <twilen@winuae.net>
Tue, 23 Jun 2020 17:29:12 +0000 (20:29 +0300)
gencpu.cpp
od-win32/win32.h
od-win32/winuaechangelog.txt

index 634e901804ffbabf8cd09c41b67989df9fd526db..b9a779e5d99969d0514a32720246c667fa250547 100644 (file)
@@ -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];
 
index e3d1f91af4eac4469f0ebba021edb6e09c64da92..96f40d421124f4e5342a118d1f8697a110dc1fd7 100644 (file)
 #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("")
index 90687fecc8a3075b3278bd8b7c6b0b438590186e..f225038d264be6f728512ac3bdd5a2461560d623 100644 (file)
@@ -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.