From: Toni Wilen Date: Wed, 7 Jun 2017 17:49:38 +0000 (+0300) Subject: 3500b12 X-Git-Tag: 3500~10 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=9c72c06e52ef6cc1e694f1084496277ab12026de;p=francis%2Fwinuae.git 3500b12 --- diff --git a/od-win32/win32.h b/od-win32/win32.h index 503eef01..c6290c7c 100644 --- a/od-win32/win32.h +++ b/od-win32/win32.h @@ -20,12 +20,12 @@ #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") diff --git a/od-win32/win32gui.cpp b/od-win32/win32gui.cpp index 96a815a6..d7255aa9 100644 --- a/od-win32/win32gui.cpp +++ b/od-win32/win32gui.cpp @@ -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 }; diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index b2fbdad4..cc5ca8a9 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -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) +Beta 12: + +- Added workaround for sound filter emulation problem (no sound in A500 filter modes) if non-softfloat FPU emulation enabled + and program modifies FPU precision/rounding modes. +- b8 blitter update was partially wrong. (Graphics corruption in Arte / Sanity) +- Masoboshi Mastercard crash fix. +- Masoboshi SCSI works again (3400b7 FIFO update missed special case, both status + message byte are in fifo, even in PIO mode) + Beta 11: - 68060 PLPA MMU instruction now returns data that makes more sense in non-MMU mode. (Similar change as b10 68040 PTEST)