From 2cc5070ce2615dba3cd1727eff7a518f86741d60 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sat, 23 Feb 2019 17:12:21 +0200 Subject: [PATCH] 4200b3 --- od-win32/resources/winuae.rc | 2 +- od-win32/win32.h | 4 ++-- od-win32/winuaechangelog.txt | 14 ++++++++++++++ 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/od-win32/resources/winuae.rc b/od-win32/resources/winuae.rc index e7e2a316..3eb44b55 100644 --- a/od-win32/resources/winuae.rc +++ b/od-win32/resources/winuae.rc @@ -468,7 +468,7 @@ BEGIN CONTROL "WASAPI",IDC_SOUND_WASAPI,"Button",BS_AUTOCHECKBOX | BS_LEFT | WS_GROUP | WS_TABSTOP,292,248,98,10 CONTROL "OpenAL",IDC_SOUND_OPENAL,"Button",BS_AUTOCHECKBOX | BS_LEFT | WS_GROUP | WS_TABSTOP,292,262,98,10 CONTROL "PortAudio",IDC_SOUND_PORTAUDIO,"Button",BS_AUTOCHECKBOX | BS_LEFT | WS_GROUP | WS_TABSTOP,292,276,98,10 - CONTROL "Volume Counter mode",IDC_SOUND_VOLCNT,"Button",BS_AUTOCHECKBOX | BS_LEFT | WS_GROUP | WS_TABSTOP,13,114,108,10 + CONTROL "Volume Counter mode",IDC_SOUND_VOLCNT,"Button",BS_AUTOCHECKBOX | BS_LEFT | NOT WS_VISIBLE | WS_GROUP | WS_TABSTOP,13,114,108,10 END IDD_LOADSAVE DIALOGEX 0, 0, 396, 318 diff --git a/od-win32/win32.h b/od-win32/win32.h index c3d06fa6..7d74a417 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("2") +#define WINUAEBETA _T("3") #else #define WINUAEBETA _T("") #endif -#define WINUAEDATE MAKEBD(2019, 2, 16) +#define WINUAEDATE MAKEBD(2019, 2, 23) //#define WINUAEEXTRA _T("AmiKit Preview") //#define WINUAEEXTRA _T("Amiga Forever Edition") diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index 9ed22332..cd865bef 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -1,5 +1,19 @@ +- If win32.guikey is set to zero, disable F12 special handling. Normally if win32.guikey equals valid keycode, F12 can't open GUI, even if F12 in Input panel is configured to open GUI. (Another historic reason..) +- Genlock mode didn't always enable fully (was emulated but transparency was not visible). +- HAM + border sprites visible in border areas: in some situations bitplane data was incorrectly visible in borders. +- Filter border "blanking" was not working (b1). +- Selected filter panel mask/overlay was not updated when filter position (-4..0..4) was modified. (410b4) +- Many video port adapters (which includes grayscale mode and genlock) didn't support all doubling modes. +- Genlock and CD32FMV output was in color even if grayscale mode was enabled. +- 68030 MMU emulation now also creates short bus error frames. They are created when bus error is caused by write and write was instruction's last memory access. For some reason documentation mentions that some instruction prefetch faults also generate short frame but it seems to be incorrect. +- 68020/030 MOVES in instruction pipeline emulation (prefetch/more compatible) mode had wrong instruction length. +- 68020 full format extension disassembler fix, some addressing modes didn't print address register ([] instead of [an]) +- Added IVS Trumpcard (non-Pro) v4.9 ROM. +- uaedbg ELF executable support. Not much different compared to HUNK support except ELF SHF_WRITE and SHF_EXECINSTR section flags are used to detect invalid writes or instruction fetches from non-code sections. uaedbg changed, old version is not compatible anymore. Separate debug files used in AROS are not yet parsed. +- do not try to validate or canonicalize UNC network paths to reduce unnecessary delays at startup. + Beta 2: - Adjusted CDTV CD drive read/play startup delays. Fixes Town without no name speech audiotrack play stopping too early. -- 2.47.3