summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mz3500.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mz3500.cpp')
-rw-r--r--src/mame/drivers/mz3500.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mz3500.cpp b/src/mame/drivers/mz3500.cpp
index e5b4df59860..35b57574329 100644
--- a/src/mame/drivers/mz3500.cpp
+++ b/src/mame/drivers/mz3500.cpp
@@ -820,7 +820,7 @@ MACHINE_CONFIG_START(mz3500_state::mz3500)
MCFG_DEVICE_PROGRAM_MAP(mz3500_slave_map)
MCFG_DEVICE_IO_MAP(mz3500_slave_io)
- MCFG_QUANTUM_PERFECT_CPU("master")
+ config.m_perfect_cpu_quantum = subtag("master");
i8255_device &ppi(I8255A(config, "i8255"));
ppi.out_pa_callback().set(FUNC(mz3500_state::mz3500_pa_w));