mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
gblaster/sblaster: minor corrections
This commit is contained in:
parent
21889a3113
commit
404c955755
@ -19,11 +19,13 @@
|
||||
jumperable? normally 0x220
|
||||
*/
|
||||
static MACHINE_CONFIG_FRAGMENT( game_blaster_config )
|
||||
MCFG_SPEAKER_STANDARD_MONO("mono")
|
||||
MCFG_SAA1099_ADD("saa1099.1", 7159000)
|
||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.50)
|
||||
MCFG_SAA1099_ADD("saa1099.2", 7159000)
|
||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.50)
|
||||
MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")
|
||||
MCFG_SAA1099_ADD("saa1099.1", 7159090)
|
||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "lspeaker", 0.50)
|
||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "rspeaker", 0.50)
|
||||
MCFG_SAA1099_ADD("saa1099.2", 7159090)
|
||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "lspeaker", 0.50)
|
||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "rspeaker", 0.50)
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
READ8_MEMBER( isa8_gblaster_device::saa1099_16_r )
|
||||
|
@ -66,10 +66,10 @@ static MACHINE_CONFIG_FRAGMENT( sblaster1_0_config )
|
||||
MCFG_SOUND_ADD("ym3812", YM3812, ym3812_StdClock)
|
||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "lspeaker", 3.00)
|
||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "rspeaker", 3.00)
|
||||
MCFG_SAA1099_ADD("saa1099.1", 7159000)
|
||||
MCFG_SAA1099_ADD("saa1099.1", 7159090)
|
||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "lspeaker", 0.50)
|
||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "rspeaker", 0.50)
|
||||
MCFG_SAA1099_ADD("saa1099.2", 7159000)
|
||||
MCFG_SAA1099_ADD("saa1099.2", 7159090)
|
||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "lspeaker", 0.50)
|
||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "rspeaker", 0.50)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user