diff --git a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp index 60d3fe521..1fae61432 100644 --- a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp +++ b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp @@ -110,13 +110,6 @@ enum ExecutionState: int { Perform_np_n, Perform_np_nn, - MOVE, - MOVE_predec, - MOVE_predec_l, - MOVE_prefetch_decode, - MOVE_complete, - MOVE_complete_l, - TwoOp_Predec_bw, TwoOp_Predec_l, @@ -194,6 +187,7 @@ enum ExecutionState: int { MOVE_b, MOVE_w, AddressingDispatch(MOVE_bw), MOVE_bw_AbsoluteLong_prefetch_first, + AddressingDispatch(MOVE_l), MOVE_l_AbsoluteLong_prefetch_first, }; #undef AddressingDispatch @@ -756,7 +750,7 @@ void Processor