]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
4400b9
authorToni Wilen <twilen@winuae.net>
Sun, 28 Jun 2020 18:57:41 +0000 (21:57 +0300)
committerToni Wilen <twilen@winuae.net>
Sun, 28 Jun 2020 18:57:41 +0000 (21:57 +0300)
od-win32/win32.h
od-win32/winuaechangelog.txt

index 96f40d421124f4e5342a118d1f8697a110dc1fd7..974e70f8c3c6ed3b79c93822cd290d2f596d7bd3 100644 (file)
 #define WINUAEBETA _T("")
 #endif
 
-#define WINUAEDATE MAKEBD(2020, 6, 23)
+#define WINUAEDATE MAKEBD(2020, 6, 28)
 
 //#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("")
index f225038d264be6f728512ac3bdd5a2461560d623..e16d1df9d43888896d00b4c793d43083965923e9 100644 (file)
@@ -1,5 +1,11 @@
 
 
+Beta 9 (RC2):
+
+- TRAPcc and CHK2 exception stack frame fix. Stacked PC was not pointing to next instruction. (CPU tester didn't validate 68020+ exception stacked PC field. Fixed and retested.)
+- 68060 LPSTOP illegal instruction if second word is not 0x01C0 and privilege violation due to new SR not having S-bit set stack frame had wrong stacked PC.
+- 68060 STOP privilege violation if new SR didn't have S-bit set (68060-only special case) exception stacked PC was wrong.
+
 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)