summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/indigo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/indigo.cpp')
-rw-r--r--src/mame/drivers/indigo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/indigo.cpp b/src/mame/drivers/indigo.cpp
index 3d756db2499..8b4e5805f92 100644
--- a/src/mame/drivers/indigo.cpp
+++ b/src/mame/drivers/indigo.cpp
@@ -580,7 +580,7 @@ INPUT_PORTS_END
void indigo_state::cdrom_config(device_t *device)
{
device = device->subdevice("cdda");
- MCFG_SOUND_ROUTE(0, "^^^^mono", 1.0)
+ MCFG_SOUND_ROUTE(ALL_OUTPUTS, "^^mono", 1.0)
}
MACHINE_CONFIG_START(indigo_state::indigo3k)