-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,15 @@ | |
** Keir Fraser <[email protected]> | ||
************************************ | ||
|
||
** v0.12 - 10 March 2020 | ||
- GW Autodetect: General improvements, and now works on Windows 7 | ||
- New read parameter --double-step to double-step drive heads | ||
- Useful for reading a 40-cylinder disk in an 80-cylinder drive | ||
- New 'pin' command allows a floppy pin to be set to specified level | ||
- Currently supported only for pin 2 (DENSEL) | ||
- New 'reset' command resets the Greaseweazle to power-on settings | ||
- Motors off, drives deselected, power-on pin levels and delay values | ||
|
||
** v0.11 - 21 January 2020 | ||
- GW.py: Auto-detect the COM/serial port device name | ||
- The device argument is now optional! | ||
|