Adafruit_Floppy/host_src
Jeff Epler 9c8121304f mfm_impl: A full re-write, adds encoding
The old implementation literally decoded MFM on the fly which was cool
but irrelevant: we can store a track worth of flux on all the micros
we care about, in addition to the decoded sector data.

The new implementation also includes an encoder, which writes data
that is understood by a USB 3.5" floppy drive. The MSD demo is enhanced
for read/write support.
2024-03-06 07:58:21 -06:00
..
greaseweazle@f155a3dcbf mfm_impl: A full re-write, adds encoding 2024-03-06 07:58:21 -06:00
.gitignore mfm_impl: A full re-write, adds encoding 2024-03-06 07:58:21 -06:00
check_flux.py mfm_impl: A full re-write, adds encoding 2024-03-06 07:58:21 -06:00
main.c mfm_impl: A full re-write, adds encoding 2024-03-06 07:58:21 -06:00
make_flux.py mfm_impl: A full re-write, adds encoding 2024-03-06 07:58:21 -06:00
Makefile mfm_impl: A full re-write, adds encoding 2024-03-06 07:58:21 -06:00