picosonic / bbc-fdc

Floppy disk interface for Raspberry Pi
MIT License
243 stars 22 forks source link

Add MFM support #3

Closed picosonic closed 6 years ago

picosonic commented 6 years ago

I've tested MFM processing against the raw sample files, so examples for this should be added.

I've heard that some disks mix both FM and MFM on the same disks, sometimes even on the same track!

So it would be good if the raw sample parser was able to detect any valid sector from FM/MFM.

picosonic commented 6 years ago

MFM support has been added.