diff --git a/Machines/PCCompatible/PCCompatible.cpp b/Machines/PCCompatible/PCCompatible.cpp index a625a2d6e..d538ca3e1 100644 --- a/Machines/PCCompatible/PCCompatible.cpp +++ b/Machines/PCCompatible/PCCompatible.cpp @@ -83,6 +83,7 @@ class FloppyController { case Command::SenseInterruptStatus: pic_.apply_edge<6>(false); +// results_.serialise(status_, 0); results_.serialise_none(); break; }