mirror of
https://github.com/TomHarte/CLK.git
synced 2025-07-31 06:25:20 +00:00
It seems that write protection ends in not-ready.
This commit is contained in:
@@ -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_,
|
||||
|
Reference in New Issue
Block a user