Skip to content

Releases: keirf/flashfloppy

v2.12

02 Jun 09:09
Compare
Choose a tag to compare

Release Notes:

v1.3

26 May 14:57
Compare
Choose a tag to compare

Release Notes:

  • Indexed mode: Fix for *.ST images
  • MFM generation: Fix small error for DSK and IMG

v2.11a

23 May 16:04
Compare
Choose a tag to compare

Release Notes:

  • Simpler bootloader update process with all-in-one update file
  • Update firmware via SD card as alternative to USB (on enhanced Goteks with SD card slot)
  • FF.CFG: sort-priority= to prioritise folders vs files during navigation
    • Default: Folders are listed before files

v2.10a

20 May 12:14
Compare
Choose a tag to compare

Release Notes:

  • Fix breakages since v2.2a:
    • host=acorn: *.ADF handling
    • host=tandy-coco: *.DSK handling

v2.8a

10 May 12:25
Compare
Choose a tag to compare

Release Notes:

  • DSK, IMG: Fix small error in generated MFM data
  • Increase write buffer to 32kB, enough for a full high-density track
    • More reliable whole-track writes and disk formatting, especially to HFE images

v2.7a

23 Apr 16:41
Compare
Choose a tag to compare

Release Notes:

  • Sort folders into alphabetical order during direct navigation
    • FF.CFG: folder-sort= to modify this new default behaviour
  • Fix memory corruption issues (stack overflow)
  • ATR: Interleave sectors for best performance over slow SIO interface

v2.6a

14 Apr 17:33
Compare
Choose a tag to compare

Release Notes:

  • Fix feature breakages in v2.5a
    • SSD/DSD/TRD auto-extend feature
    • FF.CFG: eject-on-startup=yes feature
  • Update HxC Compat to v5-FF

v1.2

14 Apr 17:39
Compare
Choose a tag to compare

Release Notes:

  • OLED: Fix horizontal offset on SH1106 128x32 displays
  • Update HxC Compat to v5-FF

v2.4a

09 Apr 08:53
Compare
Choose a tag to compare

Release Notes:

  • This release fixes many raw track formats (SSD, DSD, OPD, VDK, ...)
    • Thanks to John Gray for bug report, and testing!
  • RAW: Fix FM track generation
    • FM and IAM flags not plumbed through from front-end image handlers
  • RAW: Fix interleaved/skewed track generation
    • Data fetch not loading sectors from image file in the right order

v2.1a

26 Mar 13:38
Compare
Choose a tag to compare

Release Notes:

  • IMG.CFG: Allow up to 256 sectors per track
  • IMG.CFG: Split skew into per-cylinder and per-side values (cskew/sskew)
  • IMG.CFG: Introduce image-file layout option (file-layout=):
    • sequential,interleaved: Cylinder-first or side-first track ordering
    • reverse-sideN: Side-N cylinders in reverse order (high to low) (N=0,1)
    • sides-swapped: Ordering of disk sides is swapped in the image file
  • 7-Segment LED: Display track number when an image is mounted
    • FF.CFG: "display-type = led-trk"
    • Displays slot number as usual during image selection/navigation
    • First button press reverts to slot display; Next press begins navigation
  • LCD/OLED: Display full cylinder number on displays wider than 16 columns
    • Previously truncated at cylinder 99