From: Toni Wilen Date: Wed, 14 Jun 2017 17:46:41 +0000 (+0300) Subject: 3500b14 X-Git-Tag: 3500~1 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=fdde3851174518572ea6f581a247a1768ca9c671;p=francis%2Fwinuae.git 3500b14 --- diff --git a/od-win32/win32.h b/od-win32/win32.h index 6f229d8b..7aeeae90 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("13") +#define WINUAEBETA _T("14") #else #define WINUAEBETA _T("") #endif -#define WINUAEDATE MAKEBD(2017, 6, 13) +#define WINUAEDATE MAKEBD(2017, 6, 14) //#define WINUAEEXTRA _T("AmiKit Preview") //#define WINUAEEXTRA _T("Amiga Forever Edition") diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index ed01991e..bd98eed7 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -5,6 +5,10 @@ JIT Direct current rules are less complex now. It automatically switches off onl Note that in 64-bit version RTG VRAM must be inside of reserved natmem space. (Outside = error message and return back to GUI) +Beta 14: + +- Fixed MMU mode HALT3 errors (b7) + Beta 13: - Masoboshi Mastercard fully emulated. SCSI fake DMA write and true SCSI and IDE DMA read/write support implemented.