diff --git a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp index 249d15fd1..fd337f724 100644 --- a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp +++ b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp @@ -2793,6 +2793,7 @@ void Processor void Processor::reset() { state_ = Reset; + time_remaining_ = HalfCycles(0); } }