This commit is contained in:
Toni Wilen 2023-12-15 22:15:56 +02:00
parent c2dc0f3719
commit 7861e3f16d
2 changed files with 12 additions and 3 deletions

View File

@ -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("")

View File

@ -1,4 +1,13 @@
Beta 14:
- Fixed FSINCOS disassembly (swapped destination registers)
- 68060 MMU MOVEM.L (An)+,<regs> restored regs and updated An in wrong order which previously was mostly harmless but not anymore after b1 MMU MOVEM.L <regs>,-(An) update and if An was included in <regs> 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)