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 6128852d540..33f10916bbc 100644
--- a/src/devices/bus/vic20/speakeasy.cpp
+++ b/src/devices/bus/vic20/speakeasy.cpp
@@ -37,7 +37,7 @@ void vic20_speakeasy_device::device_add_mconfig(machine_config &config)
{
SPEAKER(config, "mono").front_center();
- VOTRAX_SC01(config, m_votrax, 720000).add_route(ALL_OUTPUTS, "mono", 0.85);
+ VOTRAX_SC01A(config, m_votrax, 720000).add_route(ALL_OUTPUTS, "mono", 0.85);
}