]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
5100b14
authorToni Wilen <twilen@winuae.net>
Fri, 15 Dec 2023 20:15:56 +0000 (22:15 +0200)
committerToni Wilen <twilen@winuae.net>
Fri, 15 Dec 2023 20:15:56 +0000 (22:15 +0200)
od-win32/win32.h
od-win32/winuaechangelog.txt

index d5c81edcf2a67f958942d0a4af804e4c2c5b3839..61576c02721139cfd8ce5e5e9ab422778969cc53 100644 (file)
 #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("")
index a889d1e12b27cccae6afb6e218c148ce74037f4c..723ce5387774dac5d7aa60df04fe5f7af5f0b267 100644 (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)