From d6ee70b61830cb8ceebcc79bff072428a3ae31ca Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sun, 16 Sep 2018 20:23:44 +0300 Subject: [PATCH] 4100b5 --- od-win32/win32.h | 4 ++-- od-win32/win32_scaler.cpp | 2 +- od-win32/winuaechangelog.txt | 11 +++++++++++ 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/od-win32/win32.h b/od-win32/win32.h index c0a77010..4fc242fb 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("4") +#define WINUAEBETA _T("5") #else #define WINUAEBETA _T("") #endif -#define WINUAEDATE MAKEBD(2018, 9, 9) +#define WINUAEDATE MAKEBD(2018, 9, 16) //#define WINUAEEXTRA _T("AmiKit Preview") //#define WINUAEEXTRA _T("Amiga Forever Edition") diff --git a/od-win32/win32_scaler.cpp b/od-win32/win32_scaler.cpp index bd7a69db..32c99d7e 100644 --- a/od-win32/win32_scaler.cpp +++ b/od-win32/win32_scaler.cpp @@ -125,7 +125,7 @@ static void getmanualpos(int monid, int *cxp, int *cyp, int *cwp, int *chp) } else { cw = v; } - cw >>= (RES_MAX - currprefs.gfx_resolution); + cw >>= (RES_MAX - currprefs.gfx_resolution); v = currprefs.gfx_ycenter_size; if (v <= 0) { diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index 67dfefb3..f1d4df37 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -1,5 +1,16 @@ +Beta 5: + +- Search clear ("X" button) didn't store new empty search filter to registry/ini. +- Delete config file confirmation message includes also name of config file. +- Added history list to config file name edit box. New item is only added when emulation is started. +- Reduced config file list redraw flickering when searching/filtering. +- Always force 32-bit if Direct3D 11 mode. 16-bit does not seem to be fully supported, screenmode may open but then some later allocation can fail, making recovery difficult (because you can't easily find out if the problem was 16-bit or something else). RTG "Match color depth" option is now also ignored in D3D11 mode. +- Added support for loading file contents to Z2/Z3 RAM boards (autoconfig or manually configured). Append offset=,fileoffset=,filesize=,file= to fastmemx_options line. Append readonly to make it ROM. Path must be escaped (\ = \\). +- Moved all x86 bridgeboard-only expansions under new category "x86 bridgeboard expansions". +- CD image mounting used original path, when it should have used resolved path (win32.cd_path, environmental variables, etc..) (401b4) + Beta 4: - Horizontal mid-screen resolution changes (Disposable Hero title screen, Runaway / AD 2000 second disk first part) broke when subpixel support was added. -- 2.47.3