From 37445c4e35adc4ff0aa502fb631c3ab9fa76e5e6 Mon Sep 17 00:00:00 2001 From: tomcw Date: Wed, 23 Mar 2022 20:11:50 +0000 Subject: [PATCH 1/2] 1.30.9.0: Update History.txt --- bin/History.txt | 13 +++++++++++++ resource/version.h | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/bin/History.txt b/bin/History.txt index 64267add..b36c8b63 100644 --- a/bin/History.txt +++ b/bin/History.txt @@ -8,6 +8,19 @@ https://github.com/AppleWin/AppleWin/issues/new Tom Charlesworth + +1.30.9.0 - 23 Mar 2022 +---------------------- +. [Change #518] Support Uthernet II card in slot 3. [audetto] + - EG. Use with Contiki, A2osX, ii-vision, a2stream etc. + - Support for W5100 modes: TCP, UDP, IPRAW and MACRAW (no support for PPPoE mode, interrupts and SPI). +. [Bug #1066] Fix for save-states where (eg) disk image name contains '#' character. +. [Bug #1017] Fix for printer interface where character got output twice. +. [PR #1031 + others] Internal: refactor string output handling. [kiyolee] +. Change: default install of AppleWin now sets slot 3 as empty (was Uthernet I card) +. Fix 6522 bug: IFR.T2 was always set when counter.b15=1 + + 1.30.8.0 - 8 Feb 2022 --------------------- . [Bug #1023] WOZ support: Tweak to track sync support. diff --git a/resource/version.h b/resource/version.h index 346d04e5..ed1f2627 100644 --- a/resource/version.h +++ b/resource/version.h @@ -1,4 +1,4 @@ -#define APPLEWIN_VERSION 1,30,8,0 +#define APPLEWIN_VERSION 1,30,9,0 #define xstr(a) str(a) #define str(a) #a From a3774705e980acb0b4956c394c02004b133b51f4 Mon Sep 17 00:00:00 2001 From: TomCh Date: Wed, 23 Mar 2022 21:43:24 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43a3486e..23bff957 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Peripheral cards and add-on hardware supported: - Apple IIe Extended 80-Column Text Card and RamWorks III (8MB) - RGB cards: Apple's Extended 80-Column Text/AppleColor Adaptor Card, 'Le Chat Mauve' FĂ©line and Eve. - CP/M SoftCard -- Uthernet I (ethernet card) +- Uthernet I and II (ethernet cards) - Language Card and Saturn 64/128K for Apple II/II+ - 4Play and SNES MAX joystick cards - VidHD card (functionality limited to IIgs' Super Hi-Res video modes)