From 80cb06eb33bbf1767baa7e67c5428c67ea731327 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Tue, 24 Dec 2019 19:37:37 -0500 Subject: [PATCH] It provisionally seems as though spin_up should be reset by a force interrupt? --- Components/1770/1770.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Components/1770/1770.cpp b/Components/1770/1770.cpp index 7f4bb95bd..aa29fdb97 100644 --- a/Components/1770/1770.cpp +++ b/Components/1770/1770.cpp @@ -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;