From 9088df4871481ef453476332a4fda19f287125c5 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sun, 11 Oct 2020 20:43:46 +0300 Subject: [PATCH] 4500b5 --- custom.cpp | 1 + od-win32/win32.h | 4 ++-- od-win32/winuaechangelog.txt | 10 ++++++++++ 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/custom.cpp b/custom.cpp index c193b717..3e60042e 100644 --- a/custom.cpp +++ b/custom.cpp @@ -11468,6 +11468,7 @@ void check_prefs_changed_custom (void) inputdevice_copyconfig (&changed_prefs, &currprefs); currprefs.immediate_blits = changed_prefs.immediate_blits; currprefs.waiting_blits = changed_prefs.waiting_blits; + currprefs.blitter_speed_throttle = changed_prefs.blitter_speed_throttle; currprefs.collision_level = changed_prefs.collision_level; if (!currprefs.keyboard_connected && changed_prefs.keyboard_connected) { // send powerup sync diff --git a/od-win32/win32.h b/od-win32/win32.h index 0b17e71b..25c32267 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("Beta 4") +#define WINUAEBETA _T("Beta 5") #else #define WINUAEBETA _T("") #endif -#define WINUAEDATE MAKEBD(2020, 10, 10) +#define WINUAEDATE MAKEBD(2020, 10, 11) //#define WINUAEEXTRA _T("AmiKit Preview") //#define WINUAEEXTRA _T("Amiga Forever Edition") diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index 8053e2a2..f3d77bc1 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -1,4 +1,14 @@ +Beta 5: + +- If ADF started with 4 first bytes of executable (x000003f3), it was mounted as a bootable executable. Even if it was disk image and too large to fit in 880k image. Exe mounting is now only done if size is smaller than 880k and file extension is not known disk image extension. (B.A.T. II disk #4) +- Read random data also if disk image is inserted, drive is selected but motor is stopped. Previously random data was only returned if drive was empty. +- CV64/3D 15/16/24-bit graphics glitch fix (b4 debugging code) +- CV64/3D emulated chip model was wrong, fixes WarpTest in perspective correct mode. + +CV64/3D + Picasso96 + Warp3D stuff sort of works. CV64/3D + CGX4 + Warp3D does not, reason unknown. + +Beta 4: - Implemented bsdsocket.library SBTC_GET_BYTES_RECEIVED and SBTC_GET_BYTES_SENT. - Fixed floppy max possible write length, was slightly too short, b1 fixed read timing. -- 2.47.3