]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
4500b6
authorToni Wilen <twilen@winuae.net>
Sun, 18 Oct 2020 15:14:33 +0000 (18:14 +0300)
committerToni Wilen <twilen@winuae.net>
Sun, 18 Oct 2020 15:14:33 +0000 (18:14 +0300)
od-win32/win32.h
od-win32/winuaechangelog.txt

index 25c32267881d26686ad3691eda33274899aaa892..050b47d16a72ced1aa1a8719f7de540dbaa77b0d 100644 (file)
 #define LANG_DLL_FULL_VERSION_MATCH 1
 
 #if WINUAEPUBLICBETA
-#define WINUAEBETA _T("Beta 5")
+#define WINUAEBETA _T("Beta 6")
 #else
 #define WINUAEBETA _T("")
 #endif
 
-#define WINUAEDATE MAKEBD(2020, 10, 11)
+#define WINUAEDATE MAKEBD(2020, 10, 18)
 
 //#define WINUAEEXTRA _T("AmiKit Preview")
 //#define WINUAEEXTRA _T("Amiga Forever Edition")
index f3d77bc1714d1b1ac1e283205fba9a0c2b95c4a5..87f8e2d1bfb62890bcacd0c7480f85c70d426aad 100644 (file)
@@ -1,4 +1,13 @@
 
+
+Beta 6:
+
+- Fixed CV64/3D 3D vertical clipping. Fixes at least warptest corruption when test texture goes out of screen vertically.
+- Fixed CV64 and CV64/3D weird behavior (pauses, possible "hpos" error dialog) due to interrupt triggering being called from a thread.
+- Fixed possible crash if hardware mouse pointer was very near to end of VRAM.
+- Debugger TO, Te and Tf didn't fully use current mmmu mapping mode. (For example TO output was corrupted if system was A3000 with loaded superkickstart)
+- x86 bridgeboard VGA display stopped updating every time display when mode changed. (b1)
+
 Beta 5:
 
 - If ADF started with 4 first bytes of executable (x000003f3), it was mounted as a bootable executable. Even if it was disk image and too large to fit in 880k image. Exe mounting is now only done if size is smaller than 880k and file extension is not known disk image extension. (B.A.T. II disk #4)