MFM Reader

This is a study how to read and write Floppies without a floppy disk controller. I developed two solutions. One is a pure software solution running on a AVR processor and the other is a MFM de/encoder using a small CPLD

Read more

MFM Write Sector with Timer

Instead of counting cycles a far better approach is to use a timer. Here is now a MFM write sector routine that uses a timer to create the write pulses.

Read more