]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
3100b20
authorToni Wilen <twilen@winuae.net>
Tue, 19 May 2015 16:39:56 +0000 (19:39 +0300)
committerToni Wilen <twilen@winuae.net>
Tue, 19 May 2015 16:39:56 +0000 (19:39 +0300)
od-win32/win32.h
od-win32/winuaechangelog.txt

index 33457c4469589400ef32316490a388eb4f5b06fe..043eb4dd57c2c3008a953cd5b8f7dd446d5cba98 100644 (file)
 #define LANG_DLL_FULL_VERSION_MATCH 1
 
 #if WINUAEPUBLICBETA
-#define WINUAEBETA _T("18")
+#define WINUAEBETA _T("20")
 #else
 #define WINUAEBETA _T("")
 #endif
 
-#define WINUAEDATE MAKEBD(2015, 5, 17)
+#define WINUAEDATE MAKEBD(2015, 5, 19)
 
 //#define WINUAEEXTRA _T("AmiKit Preview")
 //#define WINUAEEXTRA _T("Amiga Forever Edition")
index e4a195c5137793a03f9718b0153061ae923117da..e255bb16407dd1f97874e6fa4eea667177c4a46c 100644 (file)
@@ -1,4 +1,13 @@
 
+Beta 20:
+
+- Drive sound noise fixed. (b19)
+- FireCracker 24 6-bit (R2G2B2) overlay fully emulated.
+- Video-only recording is now possible. (Audio codec can be disabled by canceling audio dialog)
+- Chip RAM mirroring disappeared in b3.
+- Do not crash if on the fly switching from non-uae boot rom config to boot rom config.
+- Bus error emulation in non-MMU mode (not really Amiga specific) didn't call do_specialties() correctly.
+
 Beta 19:
 
 - Switching from non-lace to/from lace didn't always select correct long/short/interlace frame timing.