mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-19 19:16:34 +00:00
Corrects meaning of IBM-style RDY.
This commit is contained in:
@@ -85,7 +85,7 @@ void Drive::step(HeadPosition offset) {
|
||||
return;
|
||||
}
|
||||
|
||||
if(ready_type_ == ReadyType::IBMRDY) {
|
||||
if(disk_ && ready_type_ == ReadyType::IBMRDY) {
|
||||
is_ready_ = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user