1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-24 05:18:36 +00:00

Makes a more concrete attempt at track/sector combination.

This commit is contained in:
Thomas Harte
2020-01-12 22:18:31 -05:00
parent 83ed36eb08
commit 2d233b6358
3 changed files with 135 additions and 226 deletions
+1
View File
@@ -336,6 +336,7 @@ void WD1770::posit_event(int new_event_type) {
READ_ID();
if(index_hole_count_ == 6) {
LOG("Nothing found to verify");
update_status([] (Status &status) {
status.seek_error = true;
});