]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
5300b8
authorToni Wilen <twilen@winuae.net>
Sun, 12 May 2024 17:06:44 +0000 (20:06 +0300)
committerToni Wilen <twilen@winuae.net>
Sun, 12 May 2024 17:06:44 +0000 (20:06 +0300)
od-win32/dinput.cpp
od-win32/win32.h
od-win32/winuaechangelog.txt

index 83d78102f2779f20401f372c12435019ef170e3d..ee27d1b4dce667f4a930d2035e20ddc847a9561a 100644 (file)
@@ -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));
index 503a9a6d09c30d637bd81404dbf99e2266df0547..bced1d14f02ea3943bc949a0b80d493d22cd0acf 100644 (file)
 #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")
index b707f40331e9a313e55fa6ecdbe35979eb012d0e..7d2ee167a1352225f8b2a249d338f5189653a579 100644 (file)
@@ -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.