1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-27 18:55:48 +00:00

Fix ANDI/ORI/EORI to CCR/SR timing.

This commit is contained in:
Thomas Harte 2022-05-25 16:20:26 -04:00
parent 4ad0e04c23
commit 56ad6d24ee

View File

@ -2018,6 +2018,8 @@ void Processor<BusHandler, dtack_is_implicit, permit_overrun, signal_will_perfor
// [EORI/ORI/ANDI] #, [CCR/SR]
//
BeginState(LogicalToSR):
IdleBus(4);
// Perform the operation.
PerformDynamic();