summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/exidy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/exidy.cpp')
-rw-r--r--src/mame/drivers/exidy.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/exidy.cpp b/src/mame/drivers/exidy.cpp
index de262b538c4..7fc7b7b7ace 100644
--- a/src/mame/drivers/exidy.cpp
+++ b/src/mame/drivers/exidy.cpp
@@ -909,7 +909,7 @@ MACHINE_CONFIG_START(exidy_state::venture)
MCFG_DEVICE_MODIFY("maincpu")
MCFG_DEVICE_PROGRAM_MAP(venture_map)
- MCFG_QUANTUM_TIME(attotime::from_hz(600))
+ config.m_minimum_quantum = attotime::from_hz(600);
/* audio hardware */
pia6821_device &pia(PIA6821(config, "pia", 0));
@@ -945,7 +945,7 @@ MACHINE_CONFIG_START(exidy_state::mtrap)
MCFG_DEVICE_MODIFY("maincpu")
MCFG_DEVICE_PROGRAM_MAP(mtrap_map)
- MCFG_QUANTUM_TIME(attotime::from_hz(1920))
+ config.m_minimum_quantum = attotime::from_hz(1920);
/* audio hardware */
pia6821_device &pia(PIA6821(config, "pia", 0));