mirror of
https://github.com/LIV2/WinUAE.git
synced 2025-12-06 00:12:52 +00:00
5100b14
This commit is contained in:
parent
c2dc0f3719
commit
7861e3f16d
@ -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("")
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user