From 2bb919576d1b581c1ed73aa0b30264ac4796a0ef Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sun, 3 Oct 2021 18:16:27 +0300 Subject: [PATCH] 4900b36 --- od-win32/win32.h | 4 ++-- od-win32/winuaechangelog.txt | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/od-win32/win32.h b/od-win32/win32.h index ca76df45..9be49a85 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 35") +#define WINUAEBETA _T("Beta 36") #else #define WINUAEBETA _T("") #endif -#define WINUAEDATE MAKEBD(2021, 9, 28) +#define WINUAEDATE MAKEBD(2021, 10, 3) //#define WINUAEEXTRA _T("AmiKit Preview") //#define WINUAEEXTRA _T("Amiga Forever Edition") diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index ef515c9e..66adb70e 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -1,4 +1,13 @@ +Beta 36: + +- Lores Display panel resolution mode: horizontal DIW values had wrong masking, bitplane left/right edge missed 1 pixel row or had 1 pixel row too much. (b29) +- 68000 IPL timing adjustment, IPL copy seems to be done when CPU is going to do read/write data during second part of memory cycle if followed by prefetch memory access. Previously it was after memory access which seems to be too late. +- Horizontal mid screen HAM mode enable/disable combined with resolution change didn't anymore work correctly (Runaway / 2000AD, "Use joystick to move scroller!!" part) +- Fixed "box art" window image filehandle leak. +- Warp mode was much slower in Direct3D 9 compared to Direct3D 11. +- Don't emulate chipset emulation interrupt delays if not approximate/more compatible CPU speed. Delays are far too large in fast modes where chipset/chip ram accesses have unrestricted speeds. Fixes random hangs when formatting/writing to floppies. + Beta 35: - Adjusted 68000 IPL sampling timing. (Spectre Party / Phenomena, F1GP by MicroValue. Not Microprose!) -- 2.47.3