From e498def69a409a6ebe7baf561fd07c494ffdad7e Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sat, 13 Jan 2024 17:10:01 +0200 Subject: [PATCH] 5200b3 --- od-win32/win32.h | 4 ++-- od-win32/winuaechangelog.txt | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/od-win32/win32.h b/od-win32/win32.h index 6b52710c..ba903eae 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("2") +#define WINUAEBETA _T("3") #else #define WINUAEBETA _T("") #endif -#define WINUAEDATE MAKEBD(2024, 1, 8) +#define WINUAEDATE MAKEBD(2024, 1, 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 470d0437..88da6440 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -1,4 +1,19 @@ +Beta 3: + +- Added GVP A1230 Turbo+ II (Jaws II) v5.3 ROM. +- Input panel custom event window was stuck in top/left corner (b1) +- Monochrome and genlock now uses calculated display start/end values. Previously it always used hardwired PAL or NTSC values. +- Display port adapters had blank screen in Fields+ interlace mode. +- Fixed double free and memory leak in debugger/custom event parser/calculator. +- OSD led/status bar font configuration added to GUI misc panel. Default font size slightly increased. +- DraCo accelerator settings new option: PC keyboard connected. Can be used to enable/disable PC keyboard and use DraCoTools to enable Amiga keyboard only. +- DraCo PC keyboard double press/releases fixed. +- x86 bridgeboard floppy emulation fixes, interrupt clears automatically after reading response data set by read/write/etc commands, floppy change detection requires also motor turned on. Fixes DraCo floppy driver read errors. DraCo PC formatted drive reading now works. Writing is not (yet) supported. +- DraCo now supports Amiga formatted floppies, implemented CPU polled flux change timing DraCo custom IO register. +- Retina Z2/Z3/Altais board 15-bit mode implemented. ICS RAMDAC emulation improved, fixes corrupted DraCo+CGX >8 bit modes. +- NCR 77C32BLT 64 pixel wide mouse cursor positioning (horizontal offset) fix. + Beta 2: - "Simple mode" path string escaping in config file directory harddrive paths incorrectly escaped single quotes which added unwanted \'s to path. -- 2.47.3