From 43f850efff3cd8628a6acdbfcbf05422f5151278 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sun, 5 Jan 2025 18:36:34 +0200 Subject: [PATCH] 6000b2 --- custom.cpp | 2 +- od-win32/win32.h | 4 ++-- od-win32/winuaechangelog.txt | 13 +++++++++++++ 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/custom.cpp b/custom.cpp index c3bfc3c2..1043efba 100644 --- a/custom.cpp +++ b/custom.cpp @@ -8439,7 +8439,7 @@ uae_u8 *save_cycles(size_t *len, uae_u8 *dstptr) if (dstptr) dstbak = dst = dstptr; else - dstbak = dst = xmalloc(uae_u8, 1000); + dstbak = dst = xmalloc(uae_u8, 128); save_u32(1); save_u32(CYCLE_UNIT); save_u64(get_cycles()); diff --git a/od-win32/win32.h b/od-win32/win32.h index d77f9bb5..9e4eeb99 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("1") +#define WINUAEBETA _T("2") #else #define WINUAEBETA _T("") #endif -#define WINUAEDATE MAKEBD(2025, 1, 4) +#define WINUAEDATE MAKEBD(2025, 1, 5) //#define WINUAEEXTRA _T("AmiKit Preview") //#define WINUAEEXTRA _T("Amiga Forever Edition") diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index adb59d59..b1574738 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -1,4 +1,17 @@ + +Beta 2: + +- Fixed 32-bit wide AGA sprite horizontally doubled image. +- Fixed automatic scaling in AGA modes. +- Fixed "HAM" mode with 4 or less planes. HAM previous pixel color variable was not reset correctly. +- NTSC right edge artifact was incorrectly visible in left edge in normal overscan mode. Now it is only visible in Overscan+ and higher modes. +- Doublescan modes that VGA autoswitched to superhires had random looking horizontal offset. +- BLTCON1 write didn't update internal DESC bit, causing possible following BLTBDAT write to use previous blit's direction value when doing initial shift. +- Fixed blitter statefile buffer overflow when saving. +- Fixed strange window movement when clicking on title bar and keeping it pressed and "Automatically capture mouse when window is activated" was enabled. +- Internal display buffer height was few pixels too tall, if window height was exactly same as visible display, bottom of window had black line and topmost line was missing. + Beta 1: IMPORTANT NOTE -- 2.47.3