diff --git a/src/emucore/FrameBuffer.cxx b/src/emucore/FrameBuffer.cxx index a925cdbc8..307ede68d 100644 --- a/src/emucore/FrameBuffer.cxx +++ b/src/emucore/FrameBuffer.cxx @@ -424,6 +424,7 @@ void FrameBuffer::updateInEmulationMode(float framesPerSecond) // We don't worry about selective rendering here; the rendering // always happens at the full framerate + clear(); // TODO - test this: it may cause slowdowns on older systems myTIASurface->render(); // Show frame statistics