1
0
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:
Thomas Harte
2016-12-01 07:41:52 -05:00
parent b31fd11470
commit 82899f2f47
5 changed files with 83 additions and 65 deletions
+1 -1
View File
@@ -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)