mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
It seems that write protection ends in not-ready.
This commit is contained in:
parent
1985d7da6a
commit
d61d80afec
@ -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_,
|
||||
|
Loading…
Reference in New Issue
Block a user