diff --git a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp index 44081e06a..5c02598da 100644 --- a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp +++ b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp @@ -107,6 +107,8 @@ enum ExecutionState: int { MOVE, MOVE_predec, + MOVE_predec_l, + MOVE_prefetch_decode, MOVE_complete, MOVE_complete_l, @@ -1581,8 +1583,20 @@ void Processor