From 5e06ddaa948d03536a9d8c09a8683d2937600b0f Mon Sep 17 00:00:00 2001 From: tomcw Date: Sat, 11 Mar 2023 23:12:11 +0000 Subject: [PATCH] 1.30.14.1: Update History.txt --- bin/History.txt | 5 +++++ resource/version.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bin/History.txt b/bin/History.txt index 177425fc..d0e43f0f 100644 --- a/bin/History.txt +++ b/bin/History.txt @@ -9,6 +9,11 @@ https://github.com/AppleWin/AppleWin/issues/new Tom Charlesworth +1.30.14.1 - 11 Mar 2023 +----------------------- +- [Bug #1193] Fix for reading AY regs after AY Function set to INACTIVE. (Fix for mb-audit v1.3.) + + 1.30.14.0 - 5 Mar 2023 ---------------------- - [Change #1080] Support Mockingboard and Mouse at same time. (Improvement for: "Witch Trial".) diff --git a/resource/version.h b/resource/version.h index 51cf47ca..d87b3670 100644 --- a/resource/version.h +++ b/resource/version.h @@ -1,4 +1,4 @@ -#define APPLEWIN_VERSION 1,30,14,0 +#define APPLEWIN_VERSION 1,30,14,1 #define xstr(a) str(a) #define str(a) #a