diff --git a/Components/6850/6850.cpp b/Components/6850/6850.cpp index 6c1c9b1b4..dfc71a61b 100644 --- a/Components/6850/6850.cpp +++ b/Components/6850/6850.cpp @@ -41,6 +41,7 @@ void ACIA::reset() { next_transmission_ = received_data_ = NoValueMask; update_interrupt_line(); + assert(!interrupt_line_); } void ACIA::write(int address, uint8_t value) {