From cefe18dfda337835bdb303e2784519e25f6ce0de Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sun, 12 May 2024 20:06:44 +0300 Subject: [PATCH] 5300b8 --- od-win32/dinput.cpp | 4 ++++ od-win32/win32.h | 4 ++-- od-win32/winuaechangelog.txt | 9 +++++++++ 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/od-win32/dinput.cpp b/od-win32/dinput.cpp index 83d78102..ee27d1b4 100644 --- a/od-win32/dinput.cpp +++ b/od-win32/dinput.cpp @@ -521,6 +521,10 @@ void rawinput_alloc(void) } void rawinput_release(void) { + if (rp_isactive()) { + return; + } + UINT num = 0; int cnt = 0; int v = GetRegisteredRawInputDevices(NULL, &num, sizeof(RAWINPUTDEVICE)); diff --git a/od-win32/win32.h b/od-win32/win32.h index 503a9a6d..bced1d14 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("7") +#define WINUAEBETA _T("8") #else #define WINUAEBETA _T("") #endif -#define WINUAEDATE MAKEBD(2024, 5, 4) +#define WINUAEDATE MAKEBD(2024, 5, 12) //#define WINUAEEXTRA _T("AmiKit Preview") //#define WINUAEEXTRA _T("Amiga Forever Edition") diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index b707f403..7d2ee167 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -1,4 +1,13 @@ +Beta 8: + +- Line 0 is also visible at the bottom of screen in OCS Agnus + OCS Denise combination, works like A1000 but without 1 line delayed vblank interrupt. ("Extra" lines are only visible if Overscan+ or higher mode) +- DMA debugger line 0 strobe type is now correct in OCS Agnus and A1000 configurations. (STRHOR if A1000, STRVBL if OCS Agnus, STREQU if ECS Agnus/AGA) +- Implemented Permedia 2 (CVPPC//BVPPC) LineCount register. Fixes OS4 boot screen hang. NOTE: Read Classic_FAQ on OS41FE CD root directory before attempting to use CVPPC/BVPPC with OS4. +- Flush log file before adding log to crash dump file. +- b5 audio fix (in some situations audio DMA slot was allocated in wrong position causing DMA debugger reported conflict) +- -theme command line parameter now also support "default" value: ignore GUI setting and follow Windows setting. + Beta 7: - b6 NTSC fix corruption fixed. Fix was incomplete. -- 2.47.3