summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/currah_speech.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/currah_speech.cpp')
-rw-r--r--src/devices/bus/c64/currah_speech.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/c64/currah_speech.cpp b/src/devices/bus/c64/currah_speech.cpp
index 3c5d33fd8b1..25c870085b0 100644
--- a/src/devices/bus/c64/currah_speech.cpp
+++ b/src/devices/bus/c64/currah_speech.cpp
@@ -114,7 +114,7 @@ const tiny_rom_entry *c64_currah_speech_cartridge_device::device_rom_region() co
MACHINE_CONFIG_START(c64_currah_speech_cartridge_device::device_add_mconfig)
MCFG_SPEAKER_STANDARD_MONO("mono")
- MCFG_SOUND_ADD(SP0256_TAG, SP0256, 4000000) // ???
+ MCFG_DEVICE_ADD(SP0256_TAG, SP0256, 4000000) // ???
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.00)
MACHINE_CONFIG_END