summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vicdual.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vicdual.cpp')
-rw-r--r--src/mame/drivers/vicdual.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vicdual.cpp b/src/mame/drivers/vicdual.cpp
index 9c1cda94826..990e0ff8aeb 100644
--- a/src/mame/drivers/vicdual.cpp
+++ b/src/mame/drivers/vicdual.cpp
@@ -2233,7 +2233,7 @@ void carnival_state::carnival(machine_config &config)
/* basic machine hardware */
m_maincpu->set_addrmap(AS_IO, &carnival_state::carnival_io_map);
- config.m_perfect_cpu_quantum = subtag("maincpu");
+ config.set_perfect_quantum(m_maincpu);
/* audio hardware */
SPEAKER(config, "mono").front_center();