mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-26 09:29:45 +00:00
It provisionally seems as though spin_up should be reset by a force interrupt?
This commit is contained in:
parent
5068328a15
commit
80cb06eb33
@ -192,6 +192,7 @@ void WD1770::posit_event(int new_event_type) {
|
||||
update_status([] (Status &status) {
|
||||
status.type = Status::One;
|
||||
status.data_request = false;
|
||||
status.spin_up = false;
|
||||
});
|
||||
} else {
|
||||
if(!(interesting_event_mask_ & int(new_event_type))) return;
|
||||
|
Loading…
Reference in New Issue
Block a user