1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-06 01:28:57 +00:00

It provisionally seems as though spin_up should be reset by a force interrupt?

This commit is contained in:
Thomas Harte 2019-12-24 19:37:37 -05:00
parent 5068328a15
commit 80cb06eb33

View File

@ -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;