]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
3300b17
authorToni Wilen <twilen@winuae.net>
Mon, 30 May 2016 17:54:59 +0000 (20:54 +0300)
committerToni Wilen <twilen@winuae.net>
Mon, 30 May 2016 17:54:59 +0000 (20:54 +0300)
od-win32/win32.h
od-win32/winuaechangelog.txt

index 37da1ee61a9301aa20f7240fd1159a01c236b168..37e9c0aae185b4521018e663bd3b23f6b408370f 100644 (file)
 #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);
index fc903387fa105ff05aaa6689137d0dec0a966027..55213daab7ec9a6d8da6d3d21ba6d1f1bdc51c0f 100644 (file)
@@ -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.