mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-17 10:06:21 +00:00
Reinstates proper ready behaviour.
This commit is contained in:
parent
6ed3a49fe1
commit
62eef8cb40
@ -113,7 +113,6 @@ bool Drive::get_is_read_only() {
|
||||
}
|
||||
|
||||
bool Drive::get_is_ready() {
|
||||
return true;
|
||||
return ready_index_count_ == 2;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user