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: readme.md
+8-9Lines changed: 8 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -63,18 +63,17 @@ For further details including how to wire this up please visit
63
63
[https://amiga.robsmithdev.co.uk]
64
64
65
65
# Whats changed?
66
-
v2.4 Improved support for Usb to Serial devices based on findings from GitHub user "prickle" - firmware is now V1.7
67
-
v2.33 Merged with Pull Request #9 (Detect and read out HD floppy disks 1.44M by kollokollo) - firmware is now V1.6
68
-
v2.32 Merged with Pull Request #6 (Modified the behavior of the current track location on Arduino boot - paulofduarte) which also addresses issues with some drives and updated firmware to 1.4
66
+
*v2.4 Improved support for Usb to Serial devices based on findings from GitHub user "prickle" - firmware is now V1.7
67
+
*v2.33 Merged with Pull Request #9 (Detect and read out HD floppy disks 1.44M by kollokollo) - firmware is now V1.6
68
+
*v2.32 Merged with Pull Request #6 (Modified the behavior of the current track location on Arduino boot - paulofduarte) which also addresses issues with some drives and updated firmware to 1.4
69
69
Made a small change to the diagnostics code to also erase the track before writing it
70
-
v2.31 Upgraded the PC code side to work with Visual Studio 2019 resolving issue #11 (ourIThome) and merging pull request #13 (bassclefstudio)
70
+
*v2.31 Upgraded the PC code side to work with Visual Studio 2019 resolving issue #11 (ourIThome) and merging pull request #13 (bassclefstudio)
71
71
Fixed a few typos in ArduinoInterface.cpp from pull request #12 (Crkk)
72
-
V2.2 Fixed 99% of checksum errors when writing by erasing the track first
73
-
V2.1 Diagnostics and potential write bug fixed
74
-
V2.0 Disk reading has been vastly improved and you can now also write disks!
75
-
V1.0 Initial release, can read disks fairly well
72
+
*V2.2 Fixed 99% of checksum errors when writing by erasing the track first
73
+
*V2.1 Diagnostics and potential write bug fixed
74
+
*V2.0 Disk reading has been vastly improved and you can now also write disks!
75
+
*V1.0 Initial release, can read disks fairly well
76
76
77
77
# Licence
78
78
This entire project is available under the GNU General Public License v3
0 commit comments