mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-26 08:29:33 +00:00
Add disabled longer serialisation.
This commit is contained in:
parent
8fec9bef11
commit
c19c356c10
@ -83,6 +83,7 @@ class FloppyController {
|
||||
|
||||
case Command::SenseInterruptStatus:
|
||||
pic_.apply_edge<6>(false);
|
||||
// results_.serialise(status_, 0);
|
||||
results_.serialise_none();
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user