You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,16 @@
2
2
3
3
## [Unreleased]
4
4
5
+
## [2.1.3] - 2024-01-03
6
+
5
7
### Changed
6
8
7
9
-[apple2] sp_init looks from slot 7 down to 1 instead of up from 1 to 7
8
10
-[apple2] sp_init now additionally looks for an SP card WITH the network adapter on it, which should skip other installed SP devices
9
11
-[apple2] sp_init only runs once and stores network id, close no longer resets it.
10
12
- lots of tests fixed (cycle count errors mostly)
13
+
- add network_init to detect network errors early. Implemented on APPLE2, nop on atari.
14
+
Note: network_open still checks if appropriate init has happened on apple, but network_init will do same thing first, and then open will use the results from init.
0 commit comments