From 2970c0b16d38be0f071859d34e1c47f617d46421 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sat, 16 Nov 2019 21:36:30 +0200 Subject: [PATCH] 4300b5 --- od-win32/win32.h | 4 ++-- od-win32/winuaechangelog.txt | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/od-win32/win32.h b/od-win32/win32.h index 044a6c68..500b2334 100644 --- a/od-win32/win32.h +++ b/od-win32/win32.h @@ -20,12 +20,12 @@ #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") diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index 22e36d69..25d0ff4f 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -1,4 +1,10 @@ +Beta 5: + +- Don't map invalid Blizzard 2060 maprom space and crash if board has no RAM installed. +- 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. +- 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. +- IVS Trumpcard *.driver to boot ROM automatic conversion didn't support older single hunk driver file versions. Beta 4: -- 2.47.3