picosonic / bbc-fdc

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

Detect and process data from "flippy" disks #6

Closed picosonic closed 5 years ago

picosonic commented 6 years ago

I've got some flippy disks with two sets of index holes, these normally would be flipped upside down to be read.

I could just sample the lower surface with the disk inserted label up and then reverse the sample buffer processing to remove the need for flipping.

picosonic commented 5 years ago

This is now working