summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/ssi2001.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/ssi2001.cpp')
-rw-r--r--src/devices/bus/isa/ssi2001.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/ssi2001.cpp b/src/devices/bus/isa/ssi2001.cpp
index 453c8d5125d..612457ff1fb 100644
--- a/src/devices/bus/isa/ssi2001.cpp
+++ b/src/devices/bus/isa/ssi2001.cpp
@@ -11,7 +11,7 @@
DEFINE_DEVICE_TYPE(ISA8_SSI2001, ssi2001_device, "ssi2001", "Innovation SSI-2001 Audio Adapter")
MACHINE_CONFIG_START(ssi2001_device::device_add_mconfig)
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("sid6581", MOS6581, XTAL(14'318'181)/16)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.00)
MCFG_PC_JOY_ADD("pc_joy")