mirror of
https://github.com/TomHarte/CLK.git
synced 2026-03-12 10:42:14 +00:00
Add disabled longer serialisation.
This commit is contained in:
@@ -83,6 +83,7 @@ class FloppyController {
|
||||
|
||||
case Command::SenseInterruptStatus:
|
||||
pic_.apply_edge<6>(false);
|
||||
// results_.serialise(status_, 0);
|
||||
results_.serialise_none();
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user