summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/nichisnd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/nichisnd.cpp')
-rw-r--r--src/mame/audio/nichisnd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/nichisnd.cpp b/src/mame/audio/nichisnd.cpp
index 8609756730c..d5b4d0ceb1c 100644
--- a/src/mame/audio/nichisnd.cpp
+++ b/src/mame/audio/nichisnd.cpp
@@ -91,7 +91,7 @@ MACHINE_CONFIG_START(nichisnd_device::device_add_mconfig)
MCFG_TMPZ84C011_ZC0_CB(WRITELINE("audiocpu", tmpz84c011_device, trg3))
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("speaker")
+ SPEAKER(config, "speaker").front_center();
MCFG_GENERIC_LATCH_8_ADD("soundlatch")