summaryrefslogtreecommitdiffstats
path: root/src/mame/audio/depthch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/depthch.cpp')
-rw-r--r--src/mame/audio/depthch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/depthch.cpp b/src/mame/audio/depthch.cpp
index 84ad14d635d..15f92dfc617 100644
--- a/src/mame/audio/depthch.cpp
+++ b/src/mame/audio/depthch.cpp
@@ -86,7 +86,7 @@ WRITE8_MEMBER( vicdual_state::depthch_audio_w )
MACHINE_CONFIG_START(vicdual_state::depthch_audio)
/* samples */
- MCFG_SOUND_ADD("samples", SAMPLES, 0)
+ MCFG_DEVICE_ADD("samples", SAMPLES)
MCFG_SAMPLES_CHANNELS(5)
MCFG_SAMPLES_NAMES(depthch_sample_names)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.5)