Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Andrea Odetti 2022-03-25 15:24:55 +00:00
commit 2ea14ee2de
3 changed files with 15 additions and 2 deletions

View file

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

View file

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

View file

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