keirf / amiga-stuff

The Unlicense
259 stars 26 forks source link

implement disk alignment map - fixes issue #27 #28

Closed fook42 closed 4 years ago

fook42 commented 4 years ago

first implementation of a disk aligment map. based on head calibration routine but now for a complete disk (80 tracks). Misaligned sectors are sum up to a value for each track.

fook42 commented 4 years ago

this is only an example implementation for issue #27 (disk alignment map) - for demo purposes! not to be merged automatically !!!

keirf commented 4 years ago

I think this will replace the current read test. It's more informative.