From: Toni Wilen Date: Mon, 12 May 2025 18:11:28 +0000 (+0300) Subject: 6000b27 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=42dd5f07f1a85b23f137302ee2693504fd543ff2;p=francis%2Fwinuae.git 6000b27 --- diff --git a/od-win32/win32.h b/od-win32/win32.h index 1492c6fd..3df4adc4 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("26") +#define WINUAEBETA _T("27") #else #define WINUAEBETA _T("") #endif -#define WINUAEDATE MAKEBD(2025, 5, 10) +#define WINUAEDATE MAKEBD(2025, 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 e5ff70ff..4d78bf35 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -1,4 +1,13 @@ +Beta 27: + +- Interlace timing was broken, fast drawing mode calculations affected non-fast modes. (b26) +- Remove interlace artifacts works again (b26) +- "Default" filter mode now adjusts to Display panel overscan selection. +- Fast mode superhires + Display panel resolution set to hires had horizontal scrolling glitches. +- Add Harddrive listed some CF cards (maybe others too) as unaccessible MBR partitioned with single partition even if they had RDB (or nothing). Broken in some earlier beta. +- 65HC05 and 8039 keyboard MCUs was not fully reset when reconnecting keyboard on the fly. + Beta 26: - Automatic resize filter added size multiplier twice in some situations.