02142: centipdb, magworm, millpac: No Sound

* adjusted output volumes
This commit is contained in:
Couriersud 2008-08-22 20:27:42 +00:00
parent 06f9e52292
commit 85e674d7fb

View File

@ -1633,7 +1633,7 @@ static MACHINE_DRIVER_START( centipdb )
/* sound hardware */
MDRV_SOUND_REPLACE("pokey", AY8910, 12096000/8)
MDRV_SOUND_CONFIG(centipdb_ay8910_interface)
MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 10.0)
MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 2.0)
MACHINE_DRIVER_END
@ -1646,7 +1646,7 @@ static MACHINE_DRIVER_START( magworm )
/* sound hardware */
MDRV_SOUND_REPLACE("pokey", AY8910, 12096000/8)
MDRV_SOUND_CONFIG(centipdb_ay8910_interface)
MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 15.0)
MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 2.0)
MACHINE_DRIVER_END