Add support for the interfacing to an Apple Disk ][

Some folks may want to use interfaces besides PC/Shugart ones.
Together with https://github.com/adafruit/Adafruit_Floppy/pull/15
and a hand wired board I'm able to read flux from an Apple Disk ][
This commit is contained in:
Jeff Epler
2022-04-19 08:35:42 -05:00
parent 8baf4ffd2f
commit 5e4c7719ff
3 changed files with 10 additions and 5 deletions

View File

@@ -37,8 +37,12 @@ Supported features with the GreaseWeazle include:
- simple reading and writing of disks, seeking etc
- erasing disks
- determining disk rotation speed
- both Shugart and normal IBM buses (via
- Shugart and normal IBM buses (via
`--usb.greaseweazle.bus_type=SHUGART` or `IBMPC`; the default is `IBMPC`)
- Apple 5.25 floppy interfaces (via `--usb.greaseweazle.bus_type=APPLE2`)
Which device types are supported depend on the hardware. Genuine Greaseweazle hardware supports SHUGART and IBMPC.
APPLE2 is only supported with hand wiring and the Adafruit\_Floppy greaseweazle-compatible firmware.
What doesn't work
-----------------