diff --git a/bin/History.txt b/bin/History.txt index 303d0aed..8f83a222 100644 --- a/bin/History.txt +++ b/bin/History.txt @@ -9,6 +9,13 @@ https://github.com/AppleWin/AppleWin/issues/new Tom Charlesworth +1.30.16.0 - 26 Nov 2023 +----------------------- +- [Change #1258] New command line: -mac-lc-card-dlgr to support the DLGR bug in the 'Apple IIe card Mac LC'. + - NB. This switch only has an effect when in either "Color (Composite Idealized)" or "RGB Card/Monitor" video modes. +- [Bug #1197] Phasor: 6522's AY RESET always resets both attached AYs, regardless of Phasor mode or chip-select bits. + + 1.30.15.0 - 29 Jul 2023 ----------------------- - [Change #1162] Fix joysticks not detected: first & second devices are not always at index 0 & 1. [@fabricecaruso] diff --git a/resource/version.h b/resource/version.h index 0dc133c6..58d04a83 100644 --- a/resource/version.h +++ b/resource/version.h @@ -1,4 +1,4 @@ -#define APPLEWIN_VERSION 1,30,15,0 +#define APPLEWIN_VERSION 1,30,16,0 #define xstr(a) str(a) #define str(a) #a