diff --git a/Machines/PCCompatible/PCCompatible.cpp b/Machines/PCCompatible/PCCompatible.cpp index 421a64fa9..65d95396e 100644 --- a/Machines/PCCompatible/PCCompatible.cpp +++ b/Machines/PCCompatible/PCCompatible.cpp @@ -142,6 +142,7 @@ class FloppyController { switch(access_result) { default: break; case AccessResult::NotAccepted: + complete = true; wrote_in_full = false; break; case AccessResult::AcceptedWithEOP: