-
Notifications
You must be signed in to change notification settings - Fork 194
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
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
export FW_VER := 3.16 | ||
export FW_VER := 3.17 | ||
|
||
PROJ := FlashFloppy | ||
VER := v$(FW_VER) | ||
|
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,13 @@ | |
** Keir Fraser <[email protected]> | ||
************************************ | ||
|
||
** v3.17 - 17 September 2020 | ||
- DSK: Fix infinite loop when trying to open a bad DSK image file | ||
- Quick Disk: Restart read stream immediately after a write | ||
- QD support now works on Sharp MZ-800 | ||
- IMG.CFG: Remove [default] stanza from example config | ||
- Users copying the example file will no longer break their IMG files | ||
|
||
** v3.16 - 22 August 2020 | ||
- Rotary encoder: Velocity curve during image navigation | ||
- Fast spin of the encoder skips multiple entries per click | ||
|