summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nsm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/nsm.cpp')
-rw-r--r--src/mame/drivers/nsm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/nsm.cpp b/src/mame/drivers/nsm.cpp
index 8bf496b22a9..b6f8c1f9d12 100644
--- a/src/mame/drivers/nsm.cpp
+++ b/src/mame/drivers/nsm.cpp
@@ -134,9 +134,9 @@ MACHINE_CONFIG_START(nsm_state::nsm)
/* Sound */
MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")
- MCFG_SOUND_ADD("ay1", AY8912, 11052000/8)
+ MCFG_DEVICE_ADD("ay1", AY8912, 11052000/8)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "lspeaker", 0.75)
- MCFG_SOUND_ADD("ay2", AY8912, 11052000/8)
+ MCFG_DEVICE_ADD("ay2", AY8912, 11052000/8)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "rspeaker", 0.75)
MACHINE_CONFIG_END