mirror of
https://github.com/holub/mame
synced 2025-05-20 20:58:51 +03:00
fix crash
This commit is contained in:
parent
2c72a9bd8c
commit
bafda0ba03
@ -466,7 +466,7 @@ static MACHINE_CONFIG_START( xmen6p, xmen_state )
|
||||
MCFG_SOUND_ROUTE(0, "lspeaker", 0.20)
|
||||
MCFG_SOUND_ROUTE(1, "rspeaker", 0.20)
|
||||
|
||||
MCFG_SOUND_ADD("k054539", K054539, 48000)
|
||||
MCFG_K054539_ADD("k054539", 48000, k054539_config)
|
||||
MCFG_SOUND_ROUTE(0, "lspeaker", 1.00)
|
||||
MCFG_SOUND_ROUTE(1, "rspeaker", 1.00)
|
||||
MACHINE_CONFIG_END
|
||||
|
Loading…
Reference in New Issue
Block a user