summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a2bus/ssprite.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/a2bus/ssprite.cpp')
-rw-r--r--src/devices/bus/a2bus/ssprite.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/a2bus/ssprite.cpp b/src/devices/bus/a2bus/ssprite.cpp
index 2307bd5ac5e..a9c44aed117 100644
--- a/src/devices/bus/a2bus/ssprite.cpp
+++ b/src/devices/bus/a2bus/ssprite.cpp
@@ -40,7 +40,7 @@ MACHINE_CONFIG_START(a2bus_ssprite_device::device_add_mconfig)
MCFG_TMS9928A_SCREEN_ADD_NTSC( SCREEN_TAG )
MCFG_SCREEN_UPDATE_DEVICE( TMS_TAG, tms9918a_device, screen_update )
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD(AY_TAG, AY8912, 1022727)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
MCFG_DEVICE_ADD(TMS5220_TAG, TMS5220, 640000)