summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taitoair.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taitoair.cpp')
-rw-r--r--src/mame/drivers/taitoair.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/taitoair.cpp b/src/mame/drivers/taitoair.cpp
index 5973c5b82e5..5e1ad21fd31 100644
--- a/src/mame/drivers/taitoair.cpp
+++ b/src/mame/drivers/taitoair.cpp
@@ -761,9 +761,9 @@ MACHINE_CONFIG_START(taitoair_state::airsys)
MCFG_SOUND_ROUTE(1, "mono", 0.60)
MCFG_SOUND_ROUTE(2, "mono", 0.60)
- MCFG_DEVICE_ADD("tc0140syt", TC0140SYT, 0)
- MCFG_TC0140SYT_MASTER_CPU("maincpu")
- MCFG_TC0140SYT_SLAVE_CPU("audiocpu")
+ tc0140syt_device &tc0140syt(TC0140SYT(config, "tc0140syt", 0));
+ tc0140syt.set_master_tag(m_maincpu);
+ tc0140syt.set_slave_tag(m_audiocpu);
MACHINE_CONFIG_END