From d61d80afec7962a78b0e1c5ce84a213cb14359cd Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Thu, 7 Dec 2023 16:50:12 -0500 Subject: [PATCH] It seems that write protection ends in not-ready. --- Machines/PCCompatible/PCCompatible.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Machines/PCCompatible/PCCompatible.cpp b/Machines/PCCompatible/PCCompatible.cpp index 4f3d3378e..58e2acf17 100644 --- a/Machines/PCCompatible/PCCompatible.cpp +++ b/Machines/PCCompatible/PCCompatible.cpp @@ -119,7 +119,7 @@ class FloppyController { // Just decline to write, for now. status_.set(Intel::i8272::Status1::NotWriteable); - status_.set(Intel::i8272::Status0::AbnormalTermination); + status_.set(Intel::i8272::Status0::BecameNotReady); results_.serialise( status_,