mirror of
https://github.com/holub/mame
synced 2025-05-17 11:15:06 +03:00
Mantis 01756: 800fath, knockout, marine, triplep: No sound in game.
This commit is contained in:
parent
558aab9d08
commit
bde6932ef4
@ -1777,7 +1777,10 @@ static const struct AY8910interface scorpion_ay8910_interface_1 =
|
|||||||
|
|
||||||
static const struct AY8910interface triplep_ay8910_interface =
|
static const struct AY8910interface triplep_ay8910_interface =
|
||||||
{
|
{
|
||||||
0
|
AY8910_LEGACY_OUTPUT,
|
||||||
|
AY8910_DEFAULT_LOADS,
|
||||||
|
NULL,
|
||||||
|
NULL,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
@ -2135,7 +2138,7 @@ static MACHINE_DRIVER_START( triplep )
|
|||||||
/* sound hardware */
|
/* sound hardware */
|
||||||
MDRV_SOUND_MODIFY("8910.1")
|
MDRV_SOUND_MODIFY("8910.1")
|
||||||
MDRV_SOUND_CONFIG(triplep_ay8910_interface)
|
MDRV_SOUND_CONFIG(triplep_ay8910_interface)
|
||||||
MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.33)
|
MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
|
||||||
|
|
||||||
MDRV_SOUND_REMOVE("8910.2")
|
MDRV_SOUND_REMOVE("8910.2")
|
||||||
MACHINE_DRIVER_END
|
MACHINE_DRIVER_END
|
||||||
|
Loading…
Reference in New Issue
Block a user