summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/scsi/scsicd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/scsi/scsicd.cpp')
-rw-r--r--src/devices/bus/scsi/scsicd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/scsi/scsicd.cpp b/src/devices/bus/scsi/scsicd.cpp
index 42da6f2fc6c..1a5e6f8002d 100644
--- a/src/devices/bus/scsi/scsicd.cpp
+++ b/src/devices/bus/scsi/scsicd.cpp
@@ -33,5 +33,5 @@ void scsicd_device::device_start()
MACHINE_CONFIG_START(scsicd_device::device_add_mconfig)
MCFG_CDROM_ADD("image")
MCFG_CDROM_INTERFACE("cdrom")
- MCFG_SOUND_ADD("cdda", CDDA, 0)
+ MCFG_DEVICE_ADD("cdda", CDDA)
MACHINE_CONFIG_END