]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
5300b9
authorToni Wilen <twilen@winuae.net>
Mon, 20 May 2024 18:19:08 +0000 (21:19 +0300)
committerToni Wilen <twilen@winuae.net>
Mon, 20 May 2024 18:19:08 +0000 (21:19 +0300)
od-win32/win32.h
od-win32/winuaechangelog.txt

index bced1d14f02ea3943bc949a0b80d493d22cd0acf..adf7466f233bad769c549201e14500259379b612 100644 (file)
@@ -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")
index 7d2ee167a1352225f8b2a249d338f5189653a579..7b8de0e3bfe635204830b5b91b326afe8fc267ad 100644 (file)
@@ -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)