diff options
Diffstat (limited to 'src/devices/bus/c64/speakeasy.cpp')
-rw-r--r-- | src/devices/bus/c64/speakeasy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/c64/speakeasy.cpp b/src/devices/bus/c64/speakeasy.cpp index ff566a8456b..09427458fe7 100644 --- a/src/devices/bus/c64/speakeasy.cpp +++ b/src/devices/bus/c64/speakeasy.cpp @@ -32,7 +32,7 @@ DEFINE_DEVICE_TYPE(C64_SPEAKEASY, c64_speakeasy_cartridge_device, "c64_speakeasy //------------------------------------------------- MACHINE_CONFIG_START(c64_speakeasy_cartridge_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) |