From 09fd7e87827548970e18b1c9f112298b7bb3c5ee Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sun, 10 Aug 2025 19:03:38 +0300 Subject: [PATCH] =?utf8?q?=C2=A86010b2?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- od-win32/win32.h | 6 +++--- od-win32/winuaechangelog.txt | 11 ++++++++++- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/od-win32/win32.h b/od-win32/win32.h index 704ac3c8..bade0bdd 100644 --- a/od-win32/win32.h +++ b/od-win32/win32.h @@ -15,17 +15,17 @@ #define GETBDM(x) (((x) - ((x / 10000) * 10000)) / 100) #define GETBDD(x) ((x) % 100) -#define WINUAEPUBLICBETA 1 +#define WINUAEPUBLICBETA 0 #define LANG_DLL 1 #define LANG_DLL_FULL_VERSION_MATCH 1 #if WINUAEPUBLICBETA -#define WINUAEBETA _T("1") +#define WINUAEBETA _T("") #else #define WINUAEBETA _T("") #endif -#define WINUAEDATE MAKEBD(2025, 8, 4) +#define WINUAEDATE MAKEBD(2025, 8, 10) //#define WINUAEEXTRA _T("AmiKit Preview") //#define WINUAEEXTRA _T("Amiga Forever Edition") diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index 3bba2ecb..01116edb 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -1,4 +1,13 @@ +Beta 2: + +- ROM scanner detected ROMs dialog didn't list CD32 if only detected CD32 ROM was single 1M ROM. +- CD32 single 1M ROM was not supported in Quickstart mode. +- Single CD32 1M ROM with swapped upper and lower 512k was not swapped when loading ROM. (Scanner swapped it but loader did not) +- Debugger S and L command now accept quoted path/filename. + +Beta 1: + 6.0.0 bug fixes: - Fixed TCP serial mode hang. @@ -28,7 +37,7 @@ Other bug fixes/updates: - PC keyboard without numpad/end key optional translation mode. When enabled, PageUp becomes End (End still works normally). Because cartridge freeze is also PageUp, freeze becomes PageUp + PageDown. END/PageUp + cursor left is Pause and cursor right is Warp mode. (Replacing print screen key). PageUp + 7890/UIOP/JKL/M emulates numpad. Note that numpad emulation is done before PC to Amiga translation which means it does not override enabled numpad joystick option. Option in Input panel. This is registry/ini specific setting (just like F11 option). - Built-in AROS ROM finally updated. - Debugger disassembler (d16,An) addressing mode was (An,d16). If (d16,PC) addressing mode's d16 was negative (for example -1), it was output as $FFFF not -$0001. -- Debugger disassembler DIVSL.L second output register was not listed (shared code with MULxL which didn't have this special case) +- Debugger disassembler DIVxL.L second output register was not listed (shared code with MULxL which didn't have this special case) - Debugger memwatch point change mode detected negative byte/word value writes as always changed due to sign extension before comparison. 6.0.0 -- 2.47.3