summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vic20/speakeasy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vic20/speakeasy.cpp')
-rw-r--r--src/devices/bus/vic20/speakeasy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/vic20/speakeasy.cpp b/src/devices/bus/vic20/speakeasy.cpp
index d6a7dab07ee..4a068b2daaf 100644
--- a/src/devices/bus/vic20/speakeasy.cpp
+++ b/src/devices/bus/vic20/speakeasy.cpp
@@ -34,7 +34,7 @@ DEFINE_DEVICE_TYPE(VIC20_SPEAKEASY, vic20_speakeasy_device, "vic20_speakeasy", "
//-------------------------------------------------
MACHINE_CONFIG_START(vic20_speakeasy_device::device_add_mconfig)
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD(SC01A_TAG, VOTRAX_SC01, 720000)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.85)