From 92ea6f0c6193f7b10e5d13a822e818c2ee01c847 Mon Sep 17 00:00:00 2001 From: tomcw Date: Thu, 23 Jun 2022 20:26:09 +0100 Subject: [PATCH] 1.30.11.0: Update History.txt --- bin/History.txt | 4 +++- resource/version.h | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/History.txt b/bin/History.txt index cbad6a02..6d79dfa0 100644 --- a/bin/History.txt +++ b/bin/History.txt @@ -9,11 +9,13 @@ https://github.com/AppleWin/AppleWin/issues/new Tom Charlesworth -1.30.11.0 - 8 Jun 2022 +1.30.11.0 - 23 Jun 2022 ----------------------- . [Change #1103] Debugger: support memory breakpoints for HDD DMA r/w's: - When the debugger is active (eg. breakpoints enabled) then trap on HDD r/w's that match the BPM[R|W]. - NB. the breakpoint will fire after the whole HDD r/w operation has completed. +. [Bug #1110] Fix for WOZ and quarter tracks for A2osX's 192K floppy image. + - Support two adjacent phases turned off in rapid sequence. . [Bug #1108] Fix for C3 ROM not set correctly when loading a save-state with a VidHD (in slot 3). . [Bug #1106] Fix for minor screen corruption with VidHD enabled. - Debugger: fix for mouse-click hit-tests with VidHD enabled. diff --git a/resource/version.h b/resource/version.h index 13083824..bc1890a1 100644 --- a/resource/version.h +++ b/resource/version.h @@ -1,4 +1,4 @@ -#define APPLEWIN_VERSION 1,30,10,0 +#define APPLEWIN_VERSION 1,30,11,0 #define xstr(a) str(a) #define str(a) #a