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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/eolith.cpp b/src/mame/drivers/eolith.cpp
index 32abd745d10..c39c8c23e61 100644
--- a/src/mame/drivers/eolith.cpp
+++ b/src/mame/drivers/eolith.cpp
@@ -558,7 +558,7 @@ void eolith_state::eolith45(machine_config &config)
// for testing sound sync
// config.m_perfect_cpu_quantum = subtag("maincpu");
-// config.m_minimum_quantum = attotime::from_hz(6000);
+// config.set_maximum_quantum(attotime::from_hz(6000));
/* video hardware */
SCREEN(config, m_screen, SCREEN_TYPE_RASTER);