mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
Fixed MT05852 , stupid copy/paste error on my part (nw)
This commit is contained in:
parent
3c130ba696
commit
8e08d034be
@ -1646,7 +1646,7 @@ MACHINE_CONFIG_FRAGMENT( m4_audio )
|
||||
MCFG_SAMPLES_NAMES(m4_sample_names)
|
||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "lspeaker", 1)
|
||||
|
||||
MCFG_SOUND_ADD("samples", SAMPLES, 0)
|
||||
MCFG_SOUND_ADD("samples2", SAMPLES, 0)
|
||||
MCFG_SAMPLES_CHANNELS(2)
|
||||
MCFG_SAMPLES_NAMES(m4_sample_names)
|
||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "rspeaker", 1)
|
||||
|
Loading…
Reference in New Issue
Block a user