summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes/pt554.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/nes/pt554.cpp')
-rw-r--r--src/devices/bus/nes/pt554.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/nes/pt554.cpp b/src/devices/bus/nes/pt554.cpp
index e19bb393a77..4211a27d234 100644
--- a/src/devices/bus/nes/pt554.cpp
+++ b/src/devices/bus/nes/pt554.cpp
@@ -93,7 +93,7 @@ MACHINE_CONFIG_START(nes_bandai_pt554_device::device_add_mconfig)
// additional sound hardware
MCFG_SPEAKER_STANDARD_MONO("addon")
- MCFG_SOUND_ADD("samples", SAMPLES, 0)
+ MCFG_DEVICE_ADD("samples", SAMPLES, 0)
MCFG_SAMPLES_CHANNELS(8)
MCFG_SAMPLES_NAMES(pt554_sample_names)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "addon", 0.50)