From e6166e5d28d6e5b91f33699935362b4f0dfc64f0 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Mon, 24 Jan 2022 21:11:59 +0200 Subject: [PATCH] 4910b7 --- od-win32/win32.h | 4 ++-- od-win32/winuaechangelog.txt | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/od-win32/win32.h b/od-win32/win32.h index cbd81d29..8a4761a7 100644 --- a/od-win32/win32.h +++ b/od-win32/win32.h @@ -20,12 +20,12 @@ #define LANG_DLL_FULL_VERSION_MATCH 0 #if WINUAEPUBLICBETA -#define WINUAEBETA _T("Beta 6") +#define WINUAEBETA _T("Beta 7") #else #define WINUAEBETA _T("") #endif -#define WINUAEDATE MAKEBD(2022, 1, 22) +#define WINUAEDATE MAKEBD(2022, 1, 24) //#define WINUAEEXTRA _T("AmiKit Preview") //#define WINUAEEXTRA _T("Amiga Forever Edition") diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index 61c197a1..55b35c2c 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -1,4 +1,11 @@ +Beta 7: + +- 68020/030 CE mode too long interrupt delay fix. +- Possible fix for mouse counter overflow after emulator has been running many hours. +- Weird programmed mode blanking position calculation fix. + +Beta 6: - Use pre-430b5 lagless vsync behavior by default if Windows 7. -beamrace 0 command line will force 430b5+ behavior and -beamrace 1 will force pre-430b5 behavior. - ECS Denise CSYNC blanking fixes. Denise ignores vblank strobes when deciding blanking if EXTBLKEN=1. -- 2.47.3