diff --git a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp index 857d4f6e5..025ad01d7 100644 --- a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp +++ b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp @@ -191,6 +191,8 @@ enum ExecutionState: int { AddressingDispatch(PEA), PEA_np_nS_ns, // Used to complete (An), (d16, [An/PC]) and (d8, [An/PC], Xn). PEA_np_nS_ns_np, // Used to complete (xxx).w and (xxx).l + + AddressingDispatch(MOVE_b), MOVE_b_AbsoluteLong_prefetch_first, }; #undef AddressingDispatch @@ -744,7 +746,7 @@ void Processor