teiram / FlashFloppy

Floppy drive emulator for STM32F10x

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlashFloppy

A retro floppy emulator for the ubiquitous Gotek hardware.

  • Directly supports HFE, ADF, IMG and ST image formats.
  • Supports usage with no configuration! Just dump images into the root of an empty USB stick.
  • Compatible with the HxC ecosystem: Autoboot and Indexed modes supported, and HFE image files.

Binaries can be downloaded from the Releases page.

The latest documentation is on the wiki.

Redistribution

Most code is public domain; the rest is MIT/BSD (see the COPYING file).

The source code, and all binary releases, are freely redistributable in any form. Because FlashFloppy includes third-party code under MIT/BSD license, you should include or link to the COPYING file in any redistribution.

This means, for example, you are free to sell and profit from Gotek devices programmed with a binary release of FlashFloppy. However at a minimum you should incorporate or link to the COPYING file on your selling page. For example:

  • FlashFloppy is free software. For more information see the license.

About

Floppy drive emulator for STM32F10x

License:Other


Languages

Language:C 99.6%Language:Makefile 0.3%Language:Assembly 0.1%Language:Python 0.0%Language:C++ 0.0%Language:Shell 0.0%