summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a2bus/ssbapple.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/a2bus/ssbapple.cpp')
-rw-r--r--src/devices/bus/a2bus/ssbapple.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/a2bus/ssbapple.cpp b/src/devices/bus/a2bus/ssbapple.cpp
index 508f4b46685..bde53973c13 100644
--- a/src/devices/bus/a2bus/ssbapple.cpp
+++ b/src/devices/bus/a2bus/ssbapple.cpp
@@ -35,7 +35,7 @@ DEFINE_DEVICE_TYPE(A2BUS_SSBAPPLE, a2bus_ssb_device, "a2ssbapl", "Multitech Indu
//-------------------------------------------------
MACHINE_CONFIG_START(a2bus_ssb_device::device_add_mconfig)
- MCFG_SPEAKER_STANDARD_MONO("ssbapple")
+ SPEAKER(config, "ssbapple").front_center();
MCFG_DEVICE_ADD(TMS_TAG, TMS5220, 640000) // guess - this gives 8 kHz output according to the datasheet
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "ssbapple", 1.0)
MACHINE_CONFIG_END