summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taotaido.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taotaido.c')
-rw-r--r--src/mame/drivers/taotaido.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/taotaido.c b/src/mame/drivers/taotaido.c
index eb93af9996f..c7bc0e39f9b 100644
--- a/src/mame/drivers/taotaido.c
+++ b/src/mame/drivers/taotaido.c
@@ -391,6 +391,7 @@ static MACHINE_CONFIG_START( taotaido, taotaido_state )
MCFG_SOUND_ADD("ymsnd", YM2610, 8000000)
MCFG_YM2610_IRQ_HANDLER(WRITELINE(taotaido_state, irqhandler))
+ MCFG_AY8910_OUTPUT_TYPE(AY8910_LEGACY_OUTPUT | AY8910_SINGLE_OUTPUT)
MCFG_SOUND_ROUTE(0, "lspeaker", 0.25)
MCFG_SOUND_ROUTE(0, "rspeaker", 0.25)
MCFG_SOUND_ROUTE(1, "lspeaker", 1.0)