mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-18 17:06:15 +00:00
Fixed seek verify. First ADFS directory is visible.
This commit is contained in:
parent
4db086949a
commit
6330e5706c
@ -317,6 +317,7 @@ void WD1770::posit_event(Event new_event_type)
|
|||||||
}
|
}
|
||||||
|
|
||||||
index_hole_count_ = 0;
|
index_hole_count_ = 0;
|
||||||
|
distance_into_section_ = 0;
|
||||||
|
|
||||||
verify_read_data:
|
verify_read_data:
|
||||||
WAIT_FOR_EVENT(Event::IndexHole | Event::Token);
|
WAIT_FOR_EVENT(Event::IndexHole | Event::Token);
|
||||||
|
Loading…
Reference in New Issue
Block a user