summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video.cpp')
-rw-r--r--src/emu/video.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/video.cpp b/src/emu/video.cpp
index a4b02e2e2f3..2501cd4966d 100644
--- a/src/emu/video.cpp
+++ b/src/emu/video.cpp
@@ -85,7 +85,7 @@ video_manager::video_manager(running_machine &machine)
, m_overall_real_ticks(0)
, m_overall_emutime(attotime::zero)
, m_overall_valid_counter(0)
- , m_throttled(machine.options().throttle())
+ , m_throttled(true)
, m_throttle_rate(1.0f)
, m_fastforward(false)
, m_seconds_to_run(machine.options().seconds_to_run())