1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-19 19:16:34 +00:00

Reinstates proper ready behaviour.

This commit is contained in:
Thomas Harte
2018-06-18 21:35:39 -04:00
parent 6ed3a49fe1
commit 62eef8cb40
-1
View File
@@ -113,7 +113,6 @@ bool Drive::get_is_read_only() {
}
bool Drive::get_is_ready() {
return true;
return ready_index_count_ == 2;
}