summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/midwunit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/midwunit.cpp')
-rw-r--r--src/mame/drivers/midwunit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/midwunit.cpp b/src/mame/drivers/midwunit.cpp
index d29a9971081..951589f4971 100644
--- a/src/mame/drivers/midwunit.cpp
+++ b/src/mame/drivers/midwunit.cpp
@@ -651,7 +651,7 @@ MACHINE_CONFIG_START(midwunit_state::wunit)
MCFG_VIDEO_START_OVERRIDE(midwunit_state,midwunit)
/* sound hardware */
- MCFG_DEVICE_ADD("dcs", DCS_AUDIO_8K, 0)
+ DCS_AUDIO_8K(config, m_dcs, 0);
MACHINE_CONFIG_END
MACHINE_CONFIG_START(midwunit_state::wunit_picsim)