summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nightgal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/nightgal.cpp')
-rw-r--r--src/mame/drivers/nightgal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/nightgal.cpp b/src/mame/drivers/nightgal.cpp
index 8552f07a6a8..602b09be10a 100644
--- a/src/mame/drivers/nightgal.cpp
+++ b/src/mame/drivers/nightgal.cpp
@@ -812,7 +812,7 @@ MACHINE_CONFIG_START(nightgal_state::royalqn)
MCFG_PALETTE_INIT_OWNER(nightgal_state, nightgal)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("aysnd", AY8910, MASTER_CLOCK / 8)
MCFG_AY8910_PORT_A_READ_CB(READ8(*this, nightgal_state, input_1p_r))