From 1b00bba9c649b2a5f134a4423f79e770473339d8 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Fri, 13 Oct 2023 20:34:56 +0300 Subject: [PATCH] 5100b5 --- 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 04cb08e9..10929447 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(2023, 10, 8) +#define WINUAEDATE MAKEBD(2023, 10, 13) //#define WINUAEEXTRA _T("AmiKit Preview") //#define WINUAEEXTRA _T("Amiga Forever Edition") diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index 8db3c1c7..6ab71fb1 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -1,4 +1,10 @@ +Beta 5: + +- Screen mode switch (for example native<>RTG) could have caused blank screen, especially in D3D9 mode, if old and new mode had identical size. (b1) +- Restoring statefile without FPU when configuration with FPU was active: FPU was not disabled. +- Fixed random flickering last line in non-interlaced fields/fields+ modes. + Beta 4: - Exiting any GUI subwindow (hardfiles etc) was always cancelled, ignoring changes. (b3) -- 2.47.3