From: Toni Wilen Date: Sun, 10 Aug 2025 16:03:38 +0000 (+0300) Subject: ¨6010b2 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=09fd7e87827548970e18b1c9f112298b7bb3c5ee;p=francis%2Fwinuae.git ¨6010b2 --- 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