1.30.18.0: History.txt

This commit is contained in:
tomcw 2024-03-22 22:30:26 +00:00
parent 10bf60e149
commit abfdb8e0db
2 changed files with 13 additions and 1 deletions

View File

@ -9,6 +9,18 @@ https://github.com/AppleWin/AppleWin/issues/new
Tom Charlesworth
1.30.18.0 - 23 Mar 2023
-----------------------
- [Change #1272] New HDC firmware v2 to support returning HDD size in Y:X for status call. [@peteri]
- [Change #1277] Add (debug) cmd line switch to revert to HDC firmware v1: -hdc-firmware-v1.
- [Change #1279] Support Saturn RAM card in slot 3 for any Apple II model (for Robo Systems' RoboCAD 2).
- [Change #1159] Speaker: change from mono to stereo sound buffer.
- [Change #1247] Robocom's Interface Module dongle: use actual values for 1000 & 1500 series dongles.
- [Bug #1261] Fix for $C010 which should not read the keyboard latch on Apple II and Apple II+.
- [Bug #1257] 6502/65C02: Fix JSR for edge-case where JSR ABS16 is on stack and SP points to ABS16!
- [Bug #1276] Phasor in Echo+ mode: fix the chip-select polarity.
1.30.17.0 - 31 Dec 2023
-----------------------
- [Bug #1262] Fix loading save-state for RAMWorks III card with 2 or more aux 64K banks.

View File

@ -1,4 +1,4 @@
#define APPLEWIN_VERSION 1,30,17,0
#define APPLEWIN_VERSION 1,30,18,0
#define xstr(a) str(a)
#define str(a) #a