summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/ide.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/ide.cpp')
-rw-r--r--src/devices/bus/isa/ide.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/isa/ide.cpp b/src/devices/bus/isa/ide.cpp
index 5b856f9dcec..3c31fed1061 100644
--- a/src/devices/bus/isa/ide.cpp
+++ b/src/devices/bus/isa/ide.cpp
@@ -49,8 +49,8 @@ WRITE_LINE_MEMBER(isa16_ide_device::ide_interrupt)
void isa16_ide_device::cdrom_headphones(device_t *device)
{
device = device->subdevice("cdda");
- MCFG_SOUND_ROUTE(0, "^^^^lheadphone", 1.0)
- MCFG_SOUND_ROUTE(1, "^^^^rheadphone", 1.0)
+ MCFG_SOUND_ROUTE(0, "^^lheadphone", 1.0)
+ MCFG_SOUND_ROUTE(1, "^^rheadphone", 1.0)
}
static INPUT_PORTS_START( ide )