1
0
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:
Thomas Harte
2021-10-06 04:42:44 -07:00
parent e961d0b4a3
commit ce8f782577
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ void Drive::step(HeadPosition offset) {
return;
}
if(ready_type_ == ReadyType::IBMRDY) {
if(disk_ && ready_type_ == ReadyType::IBMRDY) {
is_ready_ = true;
}