mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-25 03:32:01 +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) {
|
update_status([] (Status &status) {
|
||||||
status.type = Status::One;
|
status.type = Status::One;
|
||||||
status.data_request = false;
|
status.data_request = false;
|
||||||
|
status.spin_up = false;
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
if(!(interesting_event_mask_ & int(new_event_type))) return;
|
if(!(interesting_event_mask_ & int(new_event_type))) return;
|
||||||
|
Loading…
Reference in New Issue
Block a user