From d2d1e39796515af0b24796317ea471b56d86e7a7 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sat, 23 Mar 2019 17:37:02 +0200 Subject: [PATCH] 4200b6 --- od-win32/win32.h | 4 ++-- od-win32/winuaechangelog.txt | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) 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: -- 2.47.3