Skip to content

Commit

Permalink
Update for v0.9.14a
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed Mar 4, 2018
1 parent 7e06730 commit 53d0598
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
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

Expand Down
8 changes: 8 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion inc/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* See the file COPYING for more details, or visit <http://unlicense.org>.
*/

#define FW_VER "0.9.13a"
#define FW_VER "0.9.14a"

#ifndef NDEBUG
#define ASSERT(p) do { if (!(p)) illegal(); } while (0)
Expand Down

0 comments on commit 53d0598

Please sign in to comment.