From 139c0c52daf4955180256b3d8b545f2e4ca0dce2 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Fri, 3 Jun 2016 20:44:59 +0300 Subject: [PATCH] 3300b18 --- od-win32/picasso96_win.cpp | 1 - od-win32/win32.h | 4 ++-- od-win32/winuae_msvc14/winuae_msvc.vcxproj | 4 ++-- od-win32/winuaechangelog.txt | 7 +++++++ 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/od-win32/picasso96_win.cpp b/od-win32/picasso96_win.cpp index 05efb248..3b62aa60 100644 --- a/od-win32/picasso96_win.cpp +++ b/od-win32/picasso96_win.cpp @@ -3929,7 +3929,6 @@ static uae_u32 REGPARAM2 picasso_BlitPlanar2Direct (TrapContext *ctx) uae_u8 Mask = trap_get_dreg(ctx, 7); struct RenderInfo local_ri; struct BitMap local_bm; - struct ColorIndexMapping local_cim; uae_u32 result = 0; if (NOBLITTER) diff --git a/od-win32/win32.h b/od-win32/win32.h index 37e9c0aa..6f4e847d 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("17") +#define WINUAEBETA _T("18") #else #define WINUAEBETA _T("") #endif -#define WINUAEDATE MAKEBD(2016, 5, 30) +#define WINUAEDATE MAKEBD(2016, 6, 3) //#define WINUAEEXTRA _T("AmiKit Preview") //#define WINUAEEXTRA _T("Amiga Forever Edition") diff --git a/od-win32/winuae_msvc14/winuae_msvc.vcxproj b/od-win32/winuae_msvc14/winuae_msvc.vcxproj index 90305431..24529e5e 100644 --- a/od-win32/winuae_msvc14/winuae_msvc.vcxproj +++ b/od-win32/winuae_msvc14/winuae_msvc.vcxproj @@ -1,6 +1,6 @@  - + Debug @@ -1124,6 +1124,6 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index 55213daa..298dd1bf 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -1,4 +1,11 @@ +Beta 18: + +- "ROM needs 68020+" dialog repeated forever. +- Fall back to old GDI screenshot method if GetRenderTarget() fails. +- Logitech color LCDs work again, old API did the conversion automatically. +- Fixed UAE boot ROM trap code corruption if "too many" UAE expansions were enabled. (b3) + Beta 17: - Pre-KS1.3 boot hack code and data was overwritten by new resident structure update in b4. -- 2.47.3