diff --git a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp index f2e136dcd..af9055586 100644 --- a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp +++ b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp @@ -17,7 +17,7 @@ namespace CPU { namespace MC68000Mk2 { -// TODO: VPA, BERR, interrupt inputs, etc. +// TODO: BERR, interrupt inputs, etc. // Also, from Instruction.hpp: // // MOVEAw, MOVEAl, STOP @@ -181,6 +181,7 @@ enum ExecutionState: int { UNLINK, RESET, NOP, + STOP, }; // MARK: - The state machine. @@ -332,6 +333,11 @@ void Processor