#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, 12, 10)
+#define WINUAEDATE MAKEBD(2017, 12, 11)
//#define WINUAEEXTRA _T("AmiKit Preview")
//#define WINUAEEXTRA _T("Amiga Forever Edition")
BOOL enable = FALSE, jitenable = FALSE;
BOOL cpu_based_enable = FALSE;
- ew(hDlg, IDC_SPEED, !workprefs.cpu_memory_cycle_exact);
+ ew(hDlg, IDC_SPEED, !workprefs.cpu_cycle_exact);
ew(hDlg, IDC_COMPATIBLE24, workprefs.cpu_model <= 68030);
//ew(hDlg, IDC_CS_HOST, !workprefs.cpu_cycle_exact);
//ew(hDlg, IDC_CS_68000, !workprefs.cpu_cycle_exact);
if (max_visible_boxart_images < 1 || max_visible_boxart_images > 3)
max_visible_boxart_images = 2;
- total_height = 2 * hgap;
+ total_height = 0;
max_width = 0;
total_images = 0;
lastimage = 0;
return false;
}
- total_height += hgap * (total_images - 1);
-
InvalidateRect(boxarthwnd, NULL, TRUE);
ShowWindow(boxarthwnd, SW_SHOWNOACTIVATE);
- RTG VRAM is outside of reserved natmem space. Workaround: Move RTG in earlier position using Hardware info GUI panel.\r
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
+Beta 12:\r
+\r
+- Direct3D11 fullscreen + DXGI 1.5 works again (b11)\r
+- D3D11 fullscreen -> GUI -> change resolution/display parameters -> exit GUI does not cause blank screen anymore.\r
+- 68020 memory cycle exact CPU speed slider is again partially working, CPU speed can be reduced but not increased.\r
+\r
Beta 11:\r
\r
- Updated to MSVC 2017 15.5\r