From: Toni Wilen Date: Tue, 4 Oct 2016 16:21:45 +0000 (+0300) Subject: 3400b10 X-Git-Tag: 3400~65 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=e3b70b0abc8ba97b09436873fb11aa8d48048c9b;p=francis%2Fwinuae.git 3400b10 --- diff --git a/drawing.cpp b/drawing.cpp index cd7447df..8336db01 100644 --- a/drawing.cpp +++ b/drawing.cpp @@ -3301,7 +3301,6 @@ static void init_drawing_frame (void) currprefs.gfx_autoresolution_minh, currprefs.gfx_autoresolution_minv, gfxvidinfo.gfx_resolution_reserved, gfxvidinfo.gfx_vresolution_reserved); set_config_changed (); - //activate_debugger (); } if (src->width > 0 && src->height > 0) { if (memcmp (dst, src, sizeof *dst)) { diff --git a/od-win32/win32.h b/od-win32/win32.h index 347f5f3a..42926de8 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("9") +#define WINUAEBETA _T("10") #else #define WINUAEBETA _T("") #endif -#define WINUAEDATE MAKEBD(2016, 9, 25) +#define WINUAEDATE MAKEBD(2016, 10, 4) //#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 21748d3e..d1b2f113 100644 --- a/od-win32/winuae_msvc14/winuae_msvc.vcxproj +++ b/od-win32/winuae_msvc14/winuae_msvc.vcxproj @@ -1,6 +1,6 @@  - + Debug @@ -1125,6 +1125,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 0ea65115..9856b98a 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -1,10 +1,24 @@ - JIT Direct current rules are less complex now. It automatically switches off only in following situations: - Accelerator mirrored maprom address space is not JIT Direct compatible. (CyberStorm, Blizzards etc) - 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 10: + +- OpalVision emulation. Not fully supported yet, King of Karate does not work but for example OpalPaint mostly work with some glitches. +- ColorBurst emulation, partial. Only existing software seems to be "CB Paint Update" in TOSEC. ColorBurst is functionally nearly + identical to OpalVision but has less features. Note: that most test programs are buggy and very CPU speed sensitive, the slower the + CPU the less you see.. +- It was not possible to edit directory harddrive volume or device name. +- Current visible RTG display state was not fully re-initialized when system was reset. +- Increased GUI max size limits to support very high resolution screens. +- Some accelerator boards (for example CSMK1) mapped 128k board to Z2 autoconfig space when correct size was 64k. Caused validation + halt error and/or reset loop if it wasn't last Z2 board. + +OpalVision and ColorBurst note: Multiple per-pixel calculations are needed to render the output (priority/plane/genlock stencil masking, +memory bank selection, color modes, copro line-based mode changes, etc..). If it is too slow: buy a new PC. I am not going to optimize it. + Beta 9: - Untrap = middle mouse button default was wrong and setting was nearly always incorrectly loaded from config file. (b8) @@ -12,7 +26,7 @@ Beta 9: - Game Ports panel Remap/test option now supports button-specific autofire configuration. Main Game Ports panel autofire option is now ignored when any custom slot is selected. Other confusing Input panel options may be moved later here with more logical grouping. Does not yet hide options that are not compatible with selected input event. -- Orphaned (no bridgeboard configured) x86 VGA board caused bogus error message at starup. +- Orphaned (no bridgeboard configured) x86 VGA board caused bogus error message at startup. - Enabling Picasso IV added incorrectly "NOROM" ROM type to Expansions panel. - For some reason QEMU Cirrus Logic code only stored chip model when initialized for the first time, this caused graphics glitches if any 4M board was initialized after 2M or smaller board. For example Picasso IV + x86 VGA.