From: Toni Wilen Date: Thu, 3 Feb 2022 16:41:14 +0000 (+0200) Subject: 4910 X-Git-Tag: 4910^0 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=1f3cc2b9352d460d998387f5ce0c104d26b9b4fe;p=francis%2Fwinuae.git 4910 --- diff --git a/od-win32/resources/winuae_minimal.rc b/od-win32/resources/winuae_minimal.rc index 66712112..2e506810 100644 --- a/od-win32/resources/winuae_minimal.rc +++ b/od-win32/resources/winuae_minimal.rc @@ -1404,8 +1404,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 4,9,0,0 - PRODUCTVERSION 4,9,0,0 + FILEVERSION 4,9,1,0 + PRODUCTVERSION 4,9,1,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -1421,12 +1421,12 @@ BEGIN BLOCK "040904b0" BEGIN VALUE "FileDescription", "WinUAE" - VALUE "FileVersion", "4.9.0.0" + VALUE "FileVersion", "4.9.1.0" VALUE "InternalName", "WinUAE" - VALUE "LegalCopyright", "© 1996-2021 under the GNU Public License (GPL)" + VALUE "LegalCopyright", "© 1996-2022 under the GNU Public License (GPL)" VALUE "OriginalFilename", "WinUAE.exe" VALUE "ProductName", "WinUAE" - VALUE "ProductVersion", "4.9.0.0" + VALUE "ProductVersion", "4.9.1.0" END END BLOCK "VarFileInfo" diff --git a/od-win32/win32.h b/od-win32/win32.h index 5de0e4b0..172b4533 100644 --- a/od-win32/win32.h +++ b/od-win32/win32.h @@ -20,12 +20,12 @@ #define LANG_DLL_FULL_VERSION_MATCH 0 #if WINUAEPUBLICBETA -#define WINUAEBETA _T("Beta 9") +#define WINUAEBETA _T("") #else #define WINUAEBETA _T("") #endif -#define WINUAEDATE MAKEBD(2022, 2, 1) +#define WINUAEDATE MAKEBD(2022, 2, 2) //#define WINUAEEXTRA _T("AmiKit Preview") //#define WINUAEEXTRA _T("Amiga Forever Edition") diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index fc98f994..c017662e 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -1,4 +1,6 @@ +4.9.1 + Beta 9: - b8 "default" filter update was not complete. Now image is automatically integer scaled if original image is half (or less) size of host window/fullscreen size. @@ -7,7 +9,7 @@ Beta 9: Beta 8: -- Sprite collision bitplane end position calculation was not updated to 4.9.0+ chipset emulation. Probably didn't cause problems because it was too large and it most likely could not cause any spurious collisions. +- Sprite collision bitplane end position calculation was not updated to 4.9.0+ chipset emulation. Probably didn't cause problems because it was too large and it most likely could not cause any spurious collisions. - b6 ECS Denise CSYNC fix broke vertical blanking when EXTBLANKEN=1. Made only visible difference if mode was weird (not WB monitor driver) - If programmed mode HSYNC start is later than normal, use it instead of standard VGA-like config. (More correct horizontal position if weird mode) - Yet another Copper comparator update. WAIT and SKIP timing change again, all my statefile tests still work (and one that didn't also works now). SKIP comparison check timing is not same as WAIT, SKIP seems to check comparison result just before next copper instruction gets loaded (SKIP comparison active as long as IR1 and IR2 bits 0 are set) diff --git a/od-win32/wix/Product.wxs b/od-win32/wix/Product.wxs index 423245db..be7d0c83 100644 --- a/od-win32/wix/Product.wxs +++ b/od-win32/wix/Product.wxs @@ -2,8 +2,8 @@ - - + +