summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/einstein/userport/speech.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/einstein/userport/speech.cpp')
-rw-r--r--src/devices/bus/einstein/userport/speech.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/einstein/userport/speech.cpp b/src/devices/bus/einstein/userport/speech.cpp
index b2713641ce1..3d049ae1355 100644
--- a/src/devices/bus/einstein/userport/speech.cpp
+++ b/src/devices/bus/einstein/userport/speech.cpp
@@ -39,7 +39,7 @@ const tiny_rom_entry *einstein_speech_device::device_rom_region() const
MACHINE_CONFIG_START(einstein_speech_device::device_add_mconfig)
MCFG_SPEAKER_STANDARD_MONO("mono")
- MCFG_SOUND_ADD("sp0256", SP0256, 3120000) // ???
+ MCFG_DEVICE_ADD("sp0256", SP0256, 3120000) // ???
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.00)
MACHINE_CONFIG_END