summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lasso.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/lasso.cpp')
-rw-r--r--src/mame/drivers/lasso.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/lasso.cpp b/src/mame/drivers/lasso.cpp
index b24e35076f3..53053abc7ca 100644
--- a/src/mame/drivers/lasso.cpp
+++ b/src/mame/drivers/lasso.cpp
@@ -501,7 +501,7 @@ MACHINE_CONFIG_START(lasso_state::base)
MCFG_DEVICE_ADD("audiocpu", M6502, 600000)
MCFG_DEVICE_PROGRAM_MAP(lasso_audio_map)
- MCFG_QUANTUM_TIME(attotime::from_hz(6000))
+ config.m_minimum_quantum = attotime::from_hz(6000);
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)