From 85e674d7fb9c93a709f9ffff21be83988ad9b959 Mon Sep 17 00:00:00 2001 From: Couriersud Date: Fri, 22 Aug 2008 20:27:42 +0000 Subject: [PATCH] 02142: centipdb, magworm, millpac: No Sound * adjusted output volumes --- src/mame/drivers/centiped.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mame/drivers/centiped.c b/src/mame/drivers/centiped.c index 54aaba82435..244a98e1987 100644 --- a/src/mame/drivers/centiped.c +++ b/src/mame/drivers/centiped.c @@ -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