1.30.14.1: Update History.txt

This commit is contained in:
tomcw 2023-03-11 23:12:11 +00:00
parent 17a4746df6
commit 5e06ddaa94
2 changed files with 6 additions and 1 deletions

View File

@ -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".)

View File

@ -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