]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
6000b2
authorToni Wilen <twilen@winuae.net>
Sun, 5 Jan 2025 16:36:34 +0000 (18:36 +0200)
committerToni Wilen <twilen@winuae.net>
Sun, 5 Jan 2025 16:36:34 +0000 (18:36 +0200)
custom.cpp
od-win32/win32.h
od-win32/winuaechangelog.txt

index c3bfc3c2a47bd37a256e07f1f5f140507d467632..1043efbaf8894d4f112a1c3870e29861b092bcb8 100644 (file)
@@ -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());
index d77f9bb5019ab3df2ed1438dc12267ecb64b6445..9e4eeb994877a80a87ab30ccc01ce2299e56c56a 100644 (file)
 #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")
index adb59d5979022f18e834f86f6783bec66710ab42..b157473845adcecad46c328c61c94f8c078c44ca 100644 (file)
@@ -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