From abfdb8e0dbdff14442ebb1fcfa0fffc17085cfe9 Mon Sep 17 00:00:00 2001 From: tomcw Date: Fri, 22 Mar 2024 22:30:26 +0000 Subject: [PATCH] 1.30.18.0: History.txt --- bin/History.txt | 12 ++++++++++++ resource/version.h | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/bin/History.txt b/bin/History.txt index 90e97571..ea55dfb7 100644 --- a/bin/History.txt +++ b/bin/History.txt @@ -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. diff --git a/resource/version.h b/resource/version.h index b906f2b2..39fcef20 100644 --- a/resource/version.h +++ b/resource/version.h @@ -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