summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/overdriv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/overdriv.cpp')
-rw-r--r--src/mame/drivers/overdriv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/overdriv.cpp b/src/mame/drivers/overdriv.cpp
index b61be4c5beb..a36620e2f82 100644
--- a/src/mame/drivers/overdriv.cpp
+++ b/src/mame/drivers/overdriv.cpp
@@ -341,7 +341,7 @@ void overdriv_state::overdriv(machine_config &config)
/* This might just mean that the video refresh rate is less than */
/* 60 fps, that's how I fixed it for now. */
- config.m_minimum_quantum = attotime::from_hz(12000);
+ config.set_maximum_quantum(attotime::from_hz(12000));
EEPROM_ER5911_16BIT(config, "eeprom").default_data(overdriv_default_eeprom, 128);