From b2877eeb48e2a922f2a9ca50481e7d3ca16d0f5c Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Mon, 20 May 2024 21:19:08 +0300 Subject: [PATCH] 5300b9 --- od-win32/win32.h | 4 ++-- od-win32/winuaechangelog.txt | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/od-win32/win32.h b/od-win32/win32.h index bced1d14..adf7466f 100644 --- a/od-win32/win32.h +++ b/od-win32/win32.h @@ -15,7 +15,7 @@ #define GETBDM(x) (((x) - ((x / 10000) * 10000)) / 100) #define GETBDD(x) ((x) % 100) -#define WINUAEPUBLICBETA 1 +#define WINUAEPUBLICBETA 0 #define LANG_DLL 1 #define LANG_DLL_FULL_VERSION_MATCH 0 @@ -25,7 +25,7 @@ #define WINUAEBETA _T("") #endif -#define WINUAEDATE MAKEBD(2024, 5, 12) +#define WINUAEDATE MAKEBD(2024, 5, 20) //#define WINUAEEXTRA _T("AmiKit Preview") //#define WINUAEEXTRA _T("Amiga Forever Edition") diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index 7d2ee167..7b8de0e3 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -1,4 +1,8 @@ +Beta 9: + +- AGA mode color register with set genlock bit was misdetected as blanking being enabled. (b1 made it visible but real bug was introduced long time ago) + 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) -- 2.47.3