]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
4100b5
authorToni Wilen <twilen@winuae.net>
Sun, 16 Sep 2018 17:23:44 +0000 (20:23 +0300)
committerToni Wilen <twilen@winuae.net>
Sun, 16 Sep 2018 17:23:44 +0000 (20:23 +0300)
od-win32/win32.h
od-win32/win32_scaler.cpp
od-win32/winuaechangelog.txt

index c0a77010cfb81797d34b5c6471f851ceb3a9c244..4fc242fb66a206352956ec364d934ffe6551cd3d 100644 (file)
 #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")
index bd7a69db74e49385e3eb9dd139658ee259832fd4..32c99d7e65a13669e7c533c7d810557e8869e779 100644 (file)
@@ -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) {
index 67dfefb31b346f37e0b7101085ebe906135d2a56..f1d4df375817d4808b4ec7014f45c161a47e90f4 100644 (file)
@@ -1,5 +1,16 @@
 \r
 \r
+Beta 5:\r
+\r
+- Search clear ("X" button) didn't store new empty search filter to registry/ini.\r
+- Delete config file confirmation message includes also name of config file.\r
+- Added history list to config file name edit box. New item is only added when emulation is started.\r
+- Reduced config file list redraw flickering when searching/filtering.\r
+- 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.\r
+- Added support for loading file contents to Z2/Z3 RAM boards (autoconfig or manually configured). Append offset=<RAM byte offset>,fileoffset=<file byte offset>,filesize=<bytes to load>,file=<path to file> to fastmemx_options line. Append readonly to make it ROM. Path must be escaped (\ = \\).\r
+- Moved all x86 bridgeboard-only expansions under new category "x86 bridgeboard expansions".\r
+- CD image mounting used original path, when it should have used resolved path (win32.cd_path, environmental variables, etc..) (401b4)\r
+\r
 Beta 4:\r
 \r
 - Horizontal mid-screen resolution changes (Disposable Hero title screen, Runaway / AD 2000 second disk first part) broke when subpixel support was added.\r