summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dpb7000.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dpb7000.cpp')
-rw-r--r--src/mame/drivers/dpb7000.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dpb7000.cpp b/src/mame/drivers/dpb7000.cpp
index b57a3857b44..138a47cf9de 100644
--- a/src/mame/drivers/dpb7000.cpp
+++ b/src/mame/drivers/dpb7000.cpp
@@ -1136,7 +1136,7 @@ void dpb7000_state::dpb7000(machine_config &config)
RS232_PORT(config, m_fdd_serial, default_rs232_devices, nullptr);
m_fdd_serial->rxd_handler().set(FUNC(dpb7000_state::fddcpu_debug_rx));
- config.m_perfect_cpu_quantum = subtag("fddcpu");
+ config.set_perfect_quantum(m_fddcpu);
// Filter Card
TDC1008(config, m_filter_cd);