mirror of
https://github.com/holub/mame
synced 2025-06-10 06:47:18 +03:00
vgmplay : Allow HuC6280 stereo output (#3130)
This commit is contained in:
parent
398c29c5cf
commit
b07ba89294
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user