From: Toni Wilen Date: Sat, 23 Mar 2019 15:37:02 +0000 (+0200) Subject: 4200b6 X-Git-Tag: 4200~14 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=d2d1e39796515af0b24796317ea471b56d86e7a7;p=francis%2Fwinuae.git 4200b6 --- diff --git a/od-win32/win32.h b/od-win32/win32.h index 6a0d4868..79d302d0 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("5") +#define WINUAEBETA _T("6") #else #define WINUAEBETA _T("") #endif -#define WINUAEDATE MAKEBD(2019, 3, 10) +#define WINUAEDATE MAKEBD(2019, 3, 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 d4e4a7aa..827dbba6 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -1,4 +1,10 @@ +Beta 6: + +- On the fly switching to built-in AROS ROM with low memory config (like basic A500) crashed. +- Tape emulation: only support reads/writes if CDB fixed bit is set, emulated drive is not variable block size compatible and it was wrong anyway. +- Activate debugger if entering halted state and debugger is in use (for example breakpoint active) +- ATAPI tape: ATAPI identity response device type was CD-ROM, not Sequential access device. Beta 5: