]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
4300b5
authorToni Wilen <twilen@winuae.net>
Sat, 16 Nov 2019 19:36:30 +0000 (21:36 +0200)
committerToni Wilen <twilen@winuae.net>
Sat, 16 Nov 2019 19:36:30 +0000 (21:36 +0200)
od-win32/win32.h
od-win32/winuaechangelog.txt

index 044a6c68cb7eb6e27772fe8fa9d3369041a088eb..500b2334f927f8e4aa9799099434ae1aacde0222 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(2019, 11, 9)
+#define WINUAEDATE MAKEBD(2019, 11, 16)
 
 //#define WINUAEEXTRA _T("AmiKit Preview")
 //#define WINUAEEXTRA _T("Amiga Forever Edition")
index 22e36d69b880f2f76727b1c6f1ed4efca0f2d56f..25d0ff4fc72e03064cd1c33e71c286623c841bde 100644 (file)
@@ -1,4 +1,10 @@
 \r
+Beta 5:\r
+\r
+- Don't map invalid Blizzard 2060 maprom space and crash if board has no RAM installed.\r
+- Added support for new cooked adf variant that can store sector headers: sector header data is appended at the end of normal ADF. Only enabled if ADF file size is exactly (80 to 82) * (512 + 16) * (11 or 22) * 2. Practically useless because almost no program uses sector headers and extended adf can already store them (but only in raw mfm form). GUI create disk image creator won't support it.\r
+- Lagless vsync stability improvements. Current raster line polling removed, replaced with scanline calculation using last vsync time and total scanlines. Raster line polling causes huge GPU driver stalls.\r
+- IVS Trumpcard *.driver to boot ROM automatic conversion didn't support older single hunk driver file versions.\r
 \r
 Beta 4:\r
 \r