From: Toni Wilen Date: Tue, 19 May 2015 16:39:56 +0000 (+0300) Subject: 3100b20 X-Git-Tag: 3100~20 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=9ccc1359f51fa2ac608b496985a328a16d569558;p=francis%2Fwinuae.git 3100b20 --- diff --git a/od-win32/win32.h b/od-win32/win32.h index 33457c44..043eb4dd 100644 --- a/od-win32/win32.h +++ b/od-win32/win32.h @@ -20,12 +20,12 @@ #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") diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index e4a195c5..e255bb16 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -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.