diff --git a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp index 969cc501c..f6d15c328 100644 --- a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp +++ b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp @@ -216,7 +216,7 @@ void Processor> 1); return; } [[fallthrough]]; case ExecutionState::Max + (__COUNTER__ >> 1): // Subtracts `n` half-cycles from `time_remaining_`; if permit_overrun is false, also ConsiderExit() #define Spend(n) time_remaining_ -= (n); if constexpr (!permit_overrun) ConsiderExit() @@ -294,15 +294,15 @@ void Processor> 1); \ + state_ = ExecutionState::WaitForDTACK; \ + break; \ + } \ + [[fallthrough]]; case ExecutionState::Max + (__COUNTER__ >> 1): // Performs the bus operation provided, which will be one with a // SelectWord or SelectByte operation, stretching it to match the E