summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/kinst.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/kinst.cpp')
-rw-r--r--src/mame/drivers/kinst.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/kinst.cpp b/src/mame/drivers/kinst.cpp
index 2f0fb213fcf..edb37fba599 100644
--- a/src/mame/drivers/kinst.cpp
+++ b/src/mame/drivers/kinst.cpp
@@ -743,7 +743,7 @@ MACHINE_CONFIG_START(kinst_state::kinst)
MCFG_PALETTE_ADD_BBBBBGGGGGRRRRR("palette")
/* sound hardware */
- MCFG_DEVICE_ADD(m_dcs, DCS_AUDIO_2K, 0)
+ DCS_AUDIO_2K(config, m_dcs, 0);
MACHINE_CONFIG_END