fix crash

This commit is contained in:
Michaël Banaan Ananas 2012-05-17 22:55:16 +00:00
parent 2c72a9bd8c
commit bafda0ba03

View File

@ -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