diff --git a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp index 1b4cbeb88..b3ce31921 100644 --- a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp +++ b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp @@ -29,6 +29,7 @@ enum ExecutionState: int { FetchOperand_l, StoreOperand, + StoreOperand_l, // Specific addressing mode fetches. @@ -167,8 +168,8 @@ void Processor