summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/electron/cart/sndexp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/electron/cart/sndexp.cpp')
-rw-r--r--src/devices/bus/electron/cart/sndexp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/electron/cart/sndexp.cpp b/src/devices/bus/electron/cart/sndexp.cpp
index b7fbf0e837c..c04305cbb57 100644
--- a/src/devices/bus/electron/cart/sndexp.cpp
+++ b/src/devices/bus/electron/cart/sndexp.cpp
@@ -29,7 +29,7 @@ DEFINE_DEVICE_TYPE(ELECTRON_SNDEXP, electron_sndexp_device, "electron_sndexp", "
MACHINE_CONFIG_START(electron_sndexp_device::device_add_mconfig)
MCFG_SPEAKER_STANDARD_MONO("mono")
- MCFG_SOUND_ADD("sn76489", SN76489, 16_MHz_XTAL / 4)
+ MCFG_DEVICE_ADD("sn76489", SN76489, 16_MHz_XTAL / 4)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
MACHINE_CONFIG_END