1.30.16.0: Update History.txt

This commit is contained in:
tomcw 2023-11-26 18:12:16 +00:00
parent e7f2e3d541
commit 2b3576faf6
2 changed files with 8 additions and 1 deletions

View File

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

View File

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