1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-30 22:56:03 +00:00

Fixed seek verify. First ADFS directory is visible.

This commit is contained in:
Thomas Harte 2016-09-25 21:44:46 -04:00
parent 4db086949a
commit 6330e5706c

View File

@ -317,6 +317,7 @@ void WD1770::posit_event(Event new_event_type)
}
index_hole_count_ = 0;
distance_into_section_ = 0;
verify_read_data:
WAIT_FOR_EVENT(Event::IndexHole | Event::Token);