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