summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/eolith.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/eolith.cpp')
-rw-r--r--src/mame/drivers/eolith.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/eolith.cpp b/src/mame/drivers/eolith.cpp
index 2f812b13f8d..7608da87cac 100644
--- a/src/mame/drivers/eolith.cpp
+++ b/src/mame/drivers/eolith.cpp
@@ -557,8 +557,8 @@ void eolith_state::eolith45(machine_config &config)
.write_time(attotime::from_usec(250));
// for testing sound sync
-// MCFG_QUANTUM_PERFECT_CPU("maincpu")
-// MCFG_QUANTUM_TIME(attotime::from_hz(6000))
+// config.m_perfect_cpu_quantum = subtag("maincpu");
+// config.m_minimum_quantum = attotime::from_hz(6000);
/* video hardware */
SCREEN(config, m_screen, SCREEN_TYPE_RASTER);