mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-25 11:17:26 +00:00
Ensured flag setting is atomic, removed duplication of interrupt request versus busy, found better names for the personality testers, unified delegate protocol.
This commit is contained in:
@@ -50,7 +50,7 @@ void Microdisc::set_control_register(uint8_t control)
|
||||
bool has_irq = get_interrupt_request_line();
|
||||
if(has_irq != had_irq && delegate_)
|
||||
{
|
||||
delegate_->wd1770_did_change_interrupt_request_status(this);
|
||||
delegate_->wd1770_did_change_output(this);
|
||||
}
|
||||
|
||||
// b7: EPROM select (0 = select)
|
||||
|
||||
Reference in New Issue
Block a user