From: Toni Wilen Date: Fri, 15 Dec 2023 20:15:56 +0000 (+0200) Subject: 5100b14 X-Git-Tag: 5.1.0~5 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=7861e3f16d7d5182d96517ba62c428b3ad73d7c3;p=francis%2Fwinuae.git 5100b14 --- diff --git a/od-win32/win32.h b/od-win32/win32.h index d5c81edc..61576c02 100644 --- a/od-win32/win32.h +++ b/od-win32/win32.h @@ -20,18 +20,18 @@ #define LANG_DLL_FULL_VERSION_MATCH 1 #if WINUAEPUBLICBETA -#define WINUAEBETA _T("13") +#define WINUAEBETA _T("14") #else #define WINUAEBETA _T("") #endif -#define WINUAEDATE MAKEBD(2023, 12, 11) +#define WINUAEDATE MAKEBD(2023, 12, 15) //#define WINUAEEXTRA _T("AmiKit Preview") //#define WINUAEEXTRA _T("Amiga Forever Edition") #ifndef WINUAEEXTRA -#define WINUAEEXTRA _T("RC2") +#define WINUAEEXTRA _T("RC3") #endif #ifndef WINUAEREV #define WINUAEREV _T("") diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index a889d1e1..723ce538 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -1,4 +1,13 @@ + +Beta 14: + +- Fixed FSINCOS disassembly (swapped destination registers) +- 68060 MMU MOVEM.L (An)+, restored regs and updated An in wrong order which previously was mostly harmless but not anymore after b1 MMU MOVEM.L ,-(An) update and if An was included in list. +- GUI parent window was not disabled when child window was open (b1) +- Quickstart config is not anymore reset when only entering Quickstart panel, unless it was first Quickstart panel open in current session. +- Disk read DMA sometimes stopped 2 words too early (b8) + Beta 13: - Interlaced programmed modes detected mode change every frame. (b9)