From ac25cb79482255650a97bdbf58eb26892e477b52 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Mon, 30 May 2016 20:54:59 +0300 Subject: [PATCH] 3300b17 --- od-win32/win32.h | 6 +++--- od-win32/winuaechangelog.txt | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) 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. -- 2.47.3