]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
3500b12
authorToni Wilen <twilen@winuae.net>
Wed, 7 Jun 2017 17:49:38 +0000 (20:49 +0300)
committerToni Wilen <twilen@winuae.net>
Wed, 7 Jun 2017 17:49:38 +0000 (20:49 +0300)
od-win32/win32.h
od-win32/win32gui.cpp
od-win32/winuaechangelog.txt

index 503eef0174be3d1e09658eacd4fc5180c22d59d1..c6290c7c3f1363dd4a01a2271849bbefb1c2e085 100644 (file)
 #define LANG_DLL_FULL_VERSION_MATCH 1
 
 #if WINUAEPUBLICBETA
-#define WINUAEBETA _T("11")
+#define WINUAEBETA _T("12")
 #else
 #define WINUAEBETA _T("")
 #endif
 
-#define WINUAEDATE MAKEBD(2017, 6, 3)
+#define WINUAEDATE MAKEBD(2017, 6, 7)
 
 //#define WINUAEEXTRA _T("AmiKit Preview")
 //#define WINUAEEXTRA _T("Amiga Forever Edition")
index 96a815a6dc5627e8fcff204ea80ac4abf02e6d77..d7255aa9d182abb1e417c7d2ec11fe44647f6f40 100644 (file)
@@ -4450,7 +4450,7 @@ void InitializeListView (HWND hDlg)
                                // movable
                                if (expansion_can_move(&workprefs, i))
                                        lvstruct.lParam |= 1;
-                               // outside or crosses of 2G "border"
+                               // outside or crosses 2G "border"
                                if (aci->zorro == 3 && aci->start + aci->size > 0x80000000 || aci->start + aci->size < aci->start)
                                        lvstruct.lParam |= 2;
                                // outside of crosses 4G "border"
@@ -18876,6 +18876,8 @@ static const int ignorewindows[] = {
        -1,
        IDD_GAMEPORTS, IDC_PORT0_JOYS, IDC_PORT1_JOYS, IDC_PORT2_JOYS, IDC_PORT3_JOYS,
        -1,
+       IDD_BOARDS, IDC_BOARDLIST,
+       -1,
        0
 };
 
index b2fbdad42330118351b5acecb68b0b84f7f3fcd1..cc5ca8a9f9fe3feef27958811358ba22a4aca1aa 100644 (file)
@@ -5,6 +5,14 @@ JIT Direct current rules are less complex now. It automatically switches off onl
   Note that in 64-bit version RTG VRAM must be inside of reserved natmem space. (Outside = error message and return back to GUI)\r
 \r
 \r
+Beta 12:\r
+\r
+- Added workaround for sound filter emulation problem (no sound in A500 filter modes) if non-softfloat FPU emulation enabled\r
+  and program modifies FPU precision/rounding modes.\r
+- b8 blitter update was partially wrong. (Graphics corruption in Arte / Sanity)\r
+- Masoboshi Mastercard crash fix.\r
+- Masoboshi SCSI works again (3400b7 FIFO update missed special case, both status + message byte are in fifo, even in PIO mode)\r
+\r
 Beta 11:\r
 \r
 - 68060 PLPA MMU instruction now returns data that makes more sense in non-MMU mode. (Similar change as b10 68040 PTEST)\r