From: Toni Wilen Date: Mon, 30 May 2016 17:54:59 +0000 (+0300) Subject: 3300b17 X-Git-Tag: 3300~7 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=ac25cb79482255650a97bdbf58eb26892e477b52;p=francis%2Fwinuae.git 3300b17 --- diff --git a/od-win32/win32.h b/od-win32/win32.h index 37da1ee6..37e9c0aa 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("16") +#define WINUAEBETA _T("17") #else #define WINUAEBETA _T("") #endif -#define WINUAEDATE MAKEBD(2016, 5, 28) +#define WINUAEDATE MAKEBD(2016, 5, 30) //#define WINUAEEXTRA _T("AmiKit Preview") //#define WINUAEEXTRA _T("Amiga Forever Edition") @@ -171,7 +171,7 @@ struct winuae_lang WORD id; TCHAR *name; }; -extern struct winuae_lang langs[]; +extern const struct winuae_lang langs[]; extern HMODULE language_load (WORD language); extern unsigned int fpucontrol; extern void fpux_save (int *v); diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index fc903387..55213daa 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -1,4 +1,9 @@ +Beta 17: + +- Pre-KS1.3 boot hack code and data was overwritten by new resident structure update in b4. +- PlanarToDirect RTG optimization fixed. (b16 included forgotten borken version). + Beta 16: - Replaced obsolete Logitech LCD API usage with current version. No other changes, still plain black and white only.