vgmplay : Allow HuC6280 stereo output (#3130)

This commit is contained in:
cam900 2018-01-26 21:27:35 +09:00 committed by Vas Crabb
parent 398c29c5cf
commit b07ba89294

View File

@ -1600,8 +1600,8 @@ MACHINE_CONFIG_START(vgmplay_state::vgmplay)
MCFG_SOUND_ADD("c6280", C6280, 3579545)
MCFG_C6280_CPU("h6280")
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "lspeaker", 1)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "rspeaker", 1)
MCFG_SOUND_ROUTE(0, "lspeaker", 1)
MCFG_SOUND_ROUTE(1, "rspeaker", 1)
MCFG_K053260_ADD("k053260", 3579545)
MCFG_DEVICE_ADDRESS_MAP(0, k053260_map)