summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/midxunit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/midxunit.cpp')
-rw-r--r--src/mame/drivers/midxunit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/midxunit.cpp b/src/mame/drivers/midxunit.cpp
index 651fa53e887..f9bbe07a9e6 100644
--- a/src/mame/drivers/midxunit.cpp
+++ b/src/mame/drivers/midxunit.cpp
@@ -280,7 +280,7 @@ MACHINE_CONFIG_START(midxunit_state::midxunit)
adc.ch6_callback().set_ioport("AN5");
/* sound hardware */
- MCFG_DEVICE_ADD("dcs", DCS_AUDIO_2K_UART, 0)
+ DCS_AUDIO_2K_UART(config, m_dcs, 0);
MACHINE_CONFIG_END