summaryrefslogtreecommitdiffstats
path: root/src/mame/machine/mm1kb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/mm1kb.cpp')
-rw-r--r--src/mame/machine/mm1kb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/mm1kb.cpp b/src/mame/machine/mm1kb.cpp
index bb2663e070b..fe649ab2518 100644
--- a/src/mame/machine/mm1kb.cpp
+++ b/src/mame/machine/mm1kb.cpp
@@ -59,7 +59,7 @@ bool mm1_keyboard_device::first_time = true;
MACHINE_CONFIG_START(mm1_keyboard_device::device_add_mconfig)
MCFG_SPEAKER_STANDARD_MONO("mono")
- MCFG_SOUND_ADD("keyboard_and_chassis_sounds", SAMPLES, 0)
+ MCFG_DEVICE_ADD("keyboard_and_chassis_sounds", SAMPLES)
MCFG_SAMPLES_CHANNELS(2)
MCFG_SAMPLES_NAMES(mm1_kb_sample_names)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.7)