bnstars.cpp: fixed MT06391 (nw)

This commit is contained in:
Ivan Vangelista 2016-09-30 07:53:20 +02:00 committed by GitHub
parent 209e110e08
commit 84fb03f4a8

View File

@ -849,6 +849,8 @@ static MACHINE_CONFIG_START( bnstars, bnstars_state )
/* sound hardware */
MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")
MCFG_GENERIC_LATCH_8_ADD("soundlatch")
MCFG_SOUND_ADD("ymf1", YMF271, 16934400)
MCFG_SOUND_ROUTE(0, "lspeaker", 1.0)
MCFG_SOUND_ROUTE(1, "rspeaker", 1.0)