From 1a6cf7e40365aefcc30876388ab9e52357ca0a9f Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sun, 11 Sep 2016 19:43:05 +0300 Subject: [PATCH] 3400b6 --- od-win32/win32.h | 4 ++-- od-win32/winuae_msvc14/winuae_msvc.vcxproj | 14 +++++++++++--- .../winuae_msvc14/winuae_msvc.vcxproj.filters | 1 + od-win32/winuaechangelog.txt | 17 +++++++++++++++++ 4 files changed, 31 insertions(+), 5 deletions(-) diff --git a/od-win32/win32.h b/od-win32/win32.h index 410fcf49..01e0086e 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("5") +#define WINUAEBETA _T("6") #else #define WINUAEBETA _T("") #endif -#define WINUAEDATE MAKEBD(2016, 9, 10) +#define WINUAEDATE MAKEBD(2016, 9, 11) //#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 b543f131..b3a38dd7 100644 --- a/od-win32/winuae_msvc14/winuae_msvc.vcxproj +++ b/od-win32/winuae_msvc14/winuae_msvc.vcxproj @@ -1,5 +1,6 @@  + Debug @@ -625,7 +626,7 @@ Full - OnlyExplicitInline + AnySuitable true Speed true @@ -649,7 +650,7 @@ .\FullRelease/ .\FullRelease/ Level3 - true + false FastCall Default 4996;%(DisableSpecificWarnings) @@ -727,7 +728,7 @@ $(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\ Level3 - true + false FastCall Default 4996;%(DisableSpecificWarnings) @@ -1044,6 +1045,7 @@ + @@ -1118,4 +1120,10 @@ + + + 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/winuae_msvc14/winuae_msvc.vcxproj.filters b/od-win32/winuae_msvc14/winuae_msvc.vcxproj.filters index ace976c2..8dd17569 100644 --- a/od-win32/winuae_msvc14/winuae_msvc.vcxproj.filters +++ b/od-win32/winuae_msvc14/winuae_msvc.vcxproj.filters @@ -920,6 +920,7 @@ + diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index cf4f3b98..779541ae 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -5,6 +5,23 @@ JIT Direct current rules are less complex now. It automatically switches off onl - RTG VRAM is outside of reserved natmem space. Workaround: Move RTG in earlier position using Hardware info GUI panel. Note that in 64-bit version RTG VRAM must be inside of reserved natmem space. (Outside = error message and return back to GUI) +Beta 6: + +- Workaround for possible NCR53C720+ emulation bug when read is shorter than command's allocation size. CSPPC SCSI driver gets confused + if it causes phase mismatch error. (b5 REQUEST SENSE fix caused this side-effect) +- CSMK3/CSPPC/BPPC without UAE Boot ROM: accelerator boot ROM didn't work very well. +- Picasso IV enabled + reset: always caused hard reset. +- If extended ADF's track space is smaller than write length, ignore first bits in sector buffer (it is most likely part of the gap). +- Fill REQUEST SENSE Information Bytes (if SCSI) or Address bytes (if SASI) if error was LBA related. +- x86 VGA board didn't correctly skip autoconfig. (It is technically shared with normal autoconfig boards) +- b5 memory bank update broke ECS 0.5M+0.5M config. +- Compiled again with pre-release MSVC compiler. Does speed now match 3.3.0? (Few reported that 3.4 betas have slower performance) + This breaks most SHIFT+ shortcuts.. (It appears to be optimizer bug related to 64-bit variables in 32-bit mode) + Temporary change, either I'll add workaround or I'll use official version or final/fixed version will be released soon. + Only confirming if this helps with performance. + +Beta 5: + - Buddha Z2 IDE controller emulation added. Catweasel Z2 model optionally selectable (Has nearly identical Buddha hardware, CW part is not emulated). No ROMs added, flash rom images are available from manufacturer's web site. IDE doubler is not emulated. - Reset drive sound state when emulated Amiga is reset. -- 2.47.3