#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")
// 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"
-1,
IDD_GAMEPORTS, IDC_PORT0_JOYS, IDC_PORT1_JOYS, IDC_PORT2_JOYS, IDC_PORT3_JOYS,
-1,
+ IDD_BOARDS, IDC_BOARDLIST,
+ -1,
0
};
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