-
Notifications
You must be signed in to change notification settings - Fork 200
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
3 changed files
with
10 additions
and
2 deletions.
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,6 +1,6 @@ | ||
|
||
PROJ = FlashFloppy | ||
VER = v0.9.13a | ||
VER = v0.9.14a | ||
|
||
SUBDIRS += src bootloader reloader | ||
|
||
|
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,14 @@ | |
** Keir Fraser <[email protected]> | ||
************************************ | ||
|
||
** v0.9.14a - 4 March 2018 | ||
- Fix write pipeline: record track nr for delayed write processing | ||
- General Music (GEM): New host option "host=gem" fr direct IMG support | ||
- Direct support for Spectrum Opus Discovery (OPD) image files | ||
- HFE, ADF: Batch writeback to the USB drive where possible | ||
- FF.CFG: Replace "index-during-seek" with "index-suppression" | ||
- Direct Access: Restart read at correct track position after a write | ||
|
||
** v0.9.13a - 1 March 2018 | ||
- HFE: Emulate non-standard drive speeds (eg. Sony 600 RPM drive) | ||
- HFE: Fix single-sector writes (broken since v0.9.8a) | ||
|
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