summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/stvcd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/stvcd.cpp')
-rw-r--r--src/devices/machine/stvcd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/stvcd.cpp b/src/devices/machine/stvcd.cpp
index ef3333e9773..fe6343e602c 100644
--- a/src/devices/machine/stvcd.cpp
+++ b/src/devices/machine/stvcd.cpp
@@ -84,7 +84,7 @@ MACHINE_CONFIG_START(stvcd_device::device_add_mconfig)
MCFG_TIMER_DRIVER_ADD("sector_timer", stvcd_device, stv_sector_cb)
MCFG_TIMER_DRIVER_ADD("sh1_cmd", stvcd_device, stv_sh1_sim)
- MCFG_SOUND_ADD("cdda", CDDA, 0)
+ MCFG_DEVICE_ADD("cdda", CDDA)
// FIXME: these outputs should not be hardcoded
MCFG_SOUND_ROUTE(0, ":lspeaker", 1.0)
MCFG_SOUND_ROUTE(1, ":rspeaker", 1.0)