diff --git a/Core/Gameboy/GbCpu.cpp b/Core/Gameboy/GbCpu.cpp index 615ee5a5..4ad1a70c 100644 --- a/Core/Gameboy/GbCpu.cpp +++ b/Core/Gameboy/GbCpu.cpp @@ -868,7 +868,9 @@ void GbCpu::STOP() } else { _state.Stopped = true; _state.HaltCounter = 1; +#ifndef DUMMYCPU _ppu->SetCpuStopState(true); +#endif } }