diff --git a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp index 1acfef412..f26df65c8 100644 --- a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp +++ b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp @@ -27,6 +27,7 @@ enum ExecutionState: int { Reset = std::numeric_limits::min(), Decode, WaitForDTACK, + WaitForInterrupt, StoreOperand, StoreOperand_bw, @@ -377,14 +378,21 @@ void Processor