]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
4210b3
authorToni Wilen <twilen@winuae.net>
Tue, 30 Apr 2019 17:33:45 +0000 (20:33 +0300)
committerToni Wilen <twilen@winuae.net>
Tue, 30 Apr 2019 17:33:45 +0000 (20:33 +0300)
od-win32/win32.h
od-win32/winuaechangelog.txt

index f86db697bcfb24d776875c0f75c19dbeb19021ac..6a5058b24ba0ecf3f08ecfe22f7e0b13268d64f7 100644 (file)
 #define LANG_DLL_FULL_VERSION_MATCH 0
 
 #if WINUAEPUBLICBETA
-#define WINUAEBETA _T("2")
+#define WINUAEBETA _T("3")
 #else
 #define WINUAEBETA _T("")
 #endif
 
-#define WINUAEDATE MAKEBD(2019, 4, 27)
+#define WINUAEDATE MAKEBD(2019, 4, 30)
 
 //#define WINUAEEXTRA _T("AmiKit Preview")
 //#define WINUAEEXTRA _T("Amiga Forever Edition")
index 31abd55985a81969ff83d710253ad86cc8a2543d..ad90f4f92b0eb71826adbceb18b6cbee3dd80594 100644 (file)
@@ -1,5 +1,11 @@
 \r
 \r
+Beta 3:\r
+\r
+- Number of partitions in single UAE HDF was still not correctly restricted to max supported (420b8).\r
+- PPC CPU incorrectly used direct access when accessing Picasso IV byteswap memory regions. (Shogo color error, probably other PPC games/demos too)\r
+- Added support for Picasso IV Zorro II 2M VRAM mode. (J1 jumper in real hardware, VRAM size adjustment in UAE)\r
+\r
 Beta 2:\r
 \r
 - It was not possible to delete existing floppy disk saveimage using GUI button if write protected checkbox was ticked. (Very old bug)\r