]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
4210b1
authorToni Wilen <twilen@winuae.net>
Thu, 18 Apr 2019 17:19:06 +0000 (20:19 +0300)
committerToni Wilen <twilen@winuae.net>
Thu, 18 Apr 2019 17:19:06 +0000 (20:19 +0300)
include/options.h
od-win32/resources/winuae.rc
od-win32/win32.h
od-win32/winuaechangelog.txt

index 035c39f9ca3a796d09df4aa14beb2db75abd87e4..ee76df48b4b4d67d20a8eabdb17552f816c37068 100644 (file)
@@ -16,7 +16,7 @@
 
 #define UAEMAJOR 4
 #define UAEMINOR 2
-#define UAESUBREV 0
+#define UAESUBREV 1
 
 #define MAX_AMIGADISPLAYS 4
 
index 3eb44b55401e473903c180e668953e21eaf60b40..884729f904f98116dad9f745c13260192ed371ce 100644 (file)
@@ -1395,8 +1395,8 @@ END
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 4,2,0,0
- PRODUCTVERSION 4,2,0,0
+ FILEVERSION 4,2,1,0
+ PRODUCTVERSION 4,2,1,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -1412,12 +1412,12 @@ BEGIN
         BLOCK "040904b0"
         BEGIN
             VALUE "FileDescription", "WinUAE"
-            VALUE "FileVersion", "4.2.0.0"
+            VALUE "FileVersion", "4.2.1.0"
             VALUE "InternalName", "WinUAE"
             VALUE "LegalCopyright", "© 1996-2019 under the GNU Public License (GPL)"
             VALUE "OriginalFilename", "WinUAE.exe"
             VALUE "ProductName", "WinUAE"
-            VALUE "ProductVersion", "4.2.0.0"
+            VALUE "ProductVersion", "4.2.1.0"
         END
     END
     BLOCK "VarFileInfo"
index cb39d479a0b23af71b6d31f49db87dc69e7e7fca..30b82bead33a681a8f1f31c382d0d51a91ceb518 100644 (file)
 #define GETBDM(x) (((x) - ((x / 10000) * 10000)) / 100)
 #define GETBDD(x) ((x) % 100)
 
-#define WINUAEPUBLICBETA 0
+#define WINUAEPUBLICBETA 1
 #define LANG_DLL 1
-#define LANG_DLL_FULL_VERSION_MATCH 1
+#define LANG_DLL_FULL_VERSION_MATCH 0
 
 #if WINUAEPUBLICBETA
-#define WINUAEBETA _T("0")
+#define WINUAEBETA _T("1")
 #else
 #define WINUAEBETA _T("")
 #endif
 
-#define WINUAEDATE MAKEBD(2019, 4, 8)
+#define WINUAEDATE MAKEBD(2019, 4, 18)
 
 //#define WINUAEEXTRA _T("AmiKit Preview")
 //#define WINUAEEXTRA _T("Amiga Forever Edition")
index 7f6b85496186dcf02c5e99908c25f65951d95bed..8322eda6c18917ae7fb98670d4750dd60468e6d7 100644 (file)
@@ -1,4 +1,18 @@
 \r
+\r
+\r
+\r
+- 420b2 "Fixed AGA HAM graphics corruption.." missed one special case. Fixes Alien Breed 3D graphics corruption.\r
+- Reset/Restart didn't clear uaegfx overlay state.\r
+- Added uaegfx overlay statefile support.\r
+- uaegfx statefile restore and hardware sprite mode: mouse cursor image was not restored.\r
+- Picasso IV and uaegfx YUV422 overlay support fixed (frogger, moovid). Note that scaling is linear, real chip uses interpolation. YUV411 is still untested but I am not sure if it was ever used.\r
+- New 128k UAE ROM stored statefile didn't restore correctly.\r
+- Changing accelerator board options (jumpers etc) on the fly didn't do anything.\r
+- uaedbg chip ram memory allocation fallback to normal chip ram fixed.\r
+- Updated remaining weird instruction names in disassembler (MOVEP, MOVE USP, MOVE/AND/OR/EOR SR/CCR, memory rotate instructions)\r
+\r
+\r
 4.2.0\r
 \r
 Beta 8:\r