summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/emu/machine.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/emu/machine.cpp b/src/emu/machine.cpp
index 6d3de46de32..5815dd9115a 100644
--- a/src/emu/machine.cpp
+++ b/src/emu/machine.cpp
@@ -345,10 +345,7 @@ int running_machine::run(bool quiet)
// execute CPUs if not paused
if (!m_paused)
- {
m_scheduler.timeslice();
- emulator_info::periodic_check();
- }
// otherwise, just pump video updates through
else
m_video->frame_update();