mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-10 23:31:24 +00:00
Reports ::Ready upon a WAI.
This commit is contained in:
parent
98c81749c8
commit
334e0666b7
@ -185,7 +185,7 @@ template <typename BusHandler, bool uses_ready_line> void Processor<BusHandler,
|
||||
continue;
|
||||
} else {
|
||||
--next_op_;
|
||||
perform_bus(0xffffff, nullptr, MOS6502Esque::None);
|
||||
perform_bus(0xffffff, nullptr, (required_exceptions_ & IRQ) ? MOS6502Esque::Ready : MOS6502Esque::None);
|
||||
}
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user