mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
bnstars.cpp: fixed MT06391 (nw)
This commit is contained in:
parent
209e110e08
commit
84fb03f4a8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user