mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-20 10:17:05 +00:00
Adds an assert to verify the interrupt line is clear after a full reset.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user