diff --git a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp index d87e7f656..62ced29af 100644 --- a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp +++ b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp @@ -81,7 +81,7 @@ enum ExecutionState: int { /// -(An) n /// (d8, An, Xn) n np n /// (d8, PC, Xn) n np n - CalcEffectiveAddressIdleFor8bitDisplacementAndPreDec, + AddressingDispatch(CalcEffectiveAddressIdleFor8bitDisplacementAndPreDec), // Various forms of perform; each of these will // perform the current instruction, then do the @@ -1073,16 +1073,8 @@ void Processor