From dfc39f82ad6455b0ec7cbde4b6d83b2bf1f384a3 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sun, 14 Jan 2024 20:18:02 +0200 Subject: [PATCH] 5200b4 --- od-win32/win32.h | 4 ++-- od-win32/winuaechangelog.txt | 13 +++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/od-win32/win32.h b/od-win32/win32.h index ba903eae..d26eb2ce 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("3") +#define WINUAEBETA _T("4") #else #define WINUAEBETA _T("") #endif -#define WINUAEDATE MAKEBD(2024, 1, 13) +#define WINUAEDATE MAKEBD(2024, 1, 14) //#define WINUAEEXTRA _T("AmiKit Preview") //#define WINUAEEXTRA _T("Amiga Forever Edition") diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index 88da6440..9b996c7c 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -1,4 +1,17 @@ +Beta 4: + +- Changing OSD font when in full-window or fullscreen mode saved it incorrectly and nothing changed. +- DraCo Amiga HD disks supported. Note that DraCo hardware does not support writing to Amiga formatted floppies. It is CPU polled read only. +- DraCo PC floppy writing and formatting implemented (Required PIO support which original Bridgeboard emulation didn't need or use) +- DraCo PC keyboard right shift key code fixed. DraCo PC keyboard repeat implemented. +- UAE AHI ignored AHI volume slider setting. Also master volume was not converted to correct DS API volume range that AHI driver uses. (Paula DSound mode had different master volume than UAE AHI volume) +- Some config file paths (for example "statefile") was not saved as a path but as a string. Saving as a path automatically converts between absolute and relative paths. +- "Warp mode reset" on the fly change was not possible. (I always forgot this when adding new Misc panel option..) +- Loading filter presets that changed line doubling mode would not reset the display completely, leaving weird doubled or half-size image visible. +- Game Ports panel default config overrode button 4 with OSK enable/disable option even if it was already configured in Input panel. +- SX32Pro memory mapping fixed, bumped max memory from 64M to 128M. + Beta 3: - Added GVP A1230 Turbo+ II (Jaws II) v5.3 ROM. -- 2.47.3