]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
4200b3
authorToni Wilen <twilen@winuae.net>
Sat, 23 Feb 2019 15:12:21 +0000 (17:12 +0200)
committerToni Wilen <twilen@winuae.net>
Sat, 23 Feb 2019 15:12:21 +0000 (17:12 +0200)
od-win32/resources/winuae.rc
od-win32/win32.h
od-win32/winuaechangelog.txt

index e7e2a3163d415d907dc0469fe533e27da864257e..3eb44b55401e473903c180e668953e21eaf60b40 100644 (file)
@@ -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
index c3d06fa632f40f7a8986431b361b434d6af72c20..7d74a41766aa2c636c1b36c36766295c0613d290 100644 (file)
 #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")
index 9ed2233200231e4d98d5c65c6223db123e5118b9..cd865bef75f4f2b90bad42d2768524a69189dbe3 100644 (file)
@@ -1,5 +1,19 @@
 \r
 \r
+- 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..)\r
+- Genlock mode didn't always enable fully (was emulated but transparency was not visible).\r
+- HAM + border sprites visible in border areas: in some situations bitplane data was incorrectly visible in borders.\r
+- Filter border "blanking" was not working (b1).\r
+- Selected filter panel mask/overlay was not updated when filter position (-4..0..4) was modified. (410b4)\r
+- Many video port adapters (which includes grayscale mode and genlock) didn't support all doubling modes.\r
+- Genlock and CD32FMV output was in color even if grayscale mode was enabled.\r
+- 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.\r
+- 68020/030 MOVES in instruction pipeline emulation (prefetch/more compatible) mode had wrong instruction length.\r
+- 68020 full format extension disassembler fix, some addressing modes didn't print address register ([] instead of [an])\r
+- Added IVS Trumpcard (non-Pro) v4.9 ROM.\r
+- 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. \r
+- do not try to validate or canonicalize UNC network paths to reduce unnecessary delays at startup.\r
+\r
 Beta 2:\r
 \r
 - Adjusted CDTV CD drive read/play startup delays. Fixes Town without no name speech audiotrack play stopping too early.\r