From: Toni Wilen Date: Tue, 15 Jun 2021 18:39:53 +0000 (+0300) Subject: 4900b23 X-Git-Tag: 4900~119 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=8ade8868eacae005f123fd51cdcae344403dc741;p=francis%2Fwinuae.git 4900b23 --- diff --git a/od-win32/win32.h b/od-win32/win32.h index a2edf447..39405e4b 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("Beta 22") +#define WINUAEBETA _T("Beta 23") #else #define WINUAEBETA _T("") #endif -#define WINUAEDATE MAKEBD(2021, 6, 13) +#define WINUAEDATE MAKEBD(2021, 6, 15) //#define WINUAEEXTRA _T("AmiKit Preview") //#define WINUAEEXTRA _T("Amiga Forever Edition") diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index a9100c77..583d55b5 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -1,4 +1,13 @@ +Beta 23: + +- Display positioned was shifted in some programs. (b22) +- Fixed horizontal jitter in some AGA programs. (b22) +- Black screen in some programs. (b22) +- Automatic scaling fixed. (b22) +- Switching from programmed horizontal blanking back to hardwired h-blanking didn't work. +- Added Overscan option to Display panel. Overscan selection is default from previous versions. This probably will replace will TV filter options in the future. Overscan+ and Extreme are even more larger modes, only useful if programmed blanking is enabled, more details later. + Beta 22: - Copper vblank start was delayed by few cycles.