Add support for selecting the Shugart or IBMPC GreaseWeazle bus types.

This commit is contained in:
David Given
2022-01-01 22:45:27 +01:00
parent d7b21bf07e
commit a32ea6e5f8
5 changed files with 26 additions and 7 deletions

View File

@@ -30,6 +30,8 @@ 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
`--usb.greaseweazle.bus_type=SHUGART` or `IBMPC`; the default is `IBMPC`)
What doesn't work
-----------------