aboutsummaryrefslogtreecommitdiff
path: root/source/gfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/gfx.cpp')
-rw-r--r--source/gfx.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/source/gfx.cpp b/source/gfx.cpp
index e9e2e7f..0936430 100644
--- a/source/gfx.cpp
+++ b/source/gfx.cpp
@@ -839,22 +839,6 @@ void S9xEndScreenRefresh ()
}
S9xApplyCheats ();
-#ifdef DEBUGGER
- if (CPU.Flags & FRAME_ADVANCE_FLAG)
- {
- if (ICPU.FrameAdvanceCount)
- {
- ICPU.FrameAdvanceCount--;
- IPPU.RenderThisFrame = TRUE;
- IPPU.FrameSkip = 0;
- }
- else
- {
- CPU.Flags &= ~FRAME_ADVANCE_FLAG;
- CPU.Flags |= DEBUG_MODE_FLAG;
- }
- }
-#endif
if (CPU.SRAMModified)
{