You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe where we can find the problematic topic
Appendix T, section "Track Auto-Tune Function" is deprecated and probably should be removed. The auto-tune function seems to be non-functional anymore. It looks like it was only implemented to work around another bug with the floppy controller, which is now solved and there is no need for the auto-tuning anymore.
Describe the solution you'd like
Remove that section from the manual. The correct procedure to step the head to the correct track is already described in section "Reading Sectors from a Disk" directly before.
Additional context
We should also remove the auto-tune flag from the fdc controller register $D696 description (bit 7). But this needs to be done in the core.
The text was updated successfully, but these errors were encountered:
-- (Actually the auto-tuner is now effectively defunct, as the bug that caused
-- us to implement it has now been fixed).
I quickly tested it and for me, the track was not automatically seeked, and the requested sector was not found. Maybe it was an error on my side, though, but it seems the auto-tune is a feature either non-functional or at least not recommended.
The 45IO27 also includes a track “auto-tune” function, which is enabled by clearing bit 7 of $D696.
In fact, it is enabled by setting bit 7 of $D696. It is in fact enabled by default and works. It makes strange noises when seeking the track, though. My own routine seeking the correct track seems to work more smoothly. We need to find a decision on whether this feature should stay or not.
Describe where we can find the problematic topic
Appendix T, section "Track Auto-Tune Function" is deprecated and probably should be removed. The auto-tune function seems to be non-functional anymore. It looks like it was only implemented to work around another bug with the floppy controller, which is now solved and there is no need for the auto-tuning anymore.
Describe the solution you'd like
Remove that section from the manual. The correct procedure to step the head to the correct track is already described in section "Reading Sectors from a Disk" directly before.
Additional context
We should also remove the auto-tune flag from the fdc controller register $D696 description (bit 7). But this needs to be done in the core.
The text was updated successfully, but these errors were encountered: