mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-05 08:26:28 +00:00
Reinstates proper ready behaviour.
This commit is contained in:
@@ -113,7 +113,6 @@ bool Drive::get_is_read_only() {
|
||||
}
|
||||
|
||||
bool Drive::get_is_ready() {
|
||||
return true;
|
||||
return ready_index_count_ == 2;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user