Skip to content

Commit

Permalink
Debugger: GB - Fixed screen sometimes turning black when STOP instruc…
Browse files Browse the repository at this point in the history
…tion was shown in the disassembly
  • Loading branch information
SourMesen committed Jul 7, 2024
1 parent 8f94cbe commit 0056e59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Core/Gameboy/GbCpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,9 @@ void GbCpu::STOP()
} else {
_state.Stopped = true;
_state.HaltCounter = 1;
#ifndef DUMMYCPU
_ppu->SetCpuStopState(true);
#endif
}
}

Expand Down

0 comments on commit 0056e59

Please sign in to comment.