summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Couriersud <couriersud@users.noreply.github.com>2008-08-22 20:27:42 +0000
committer Couriersud <couriersud@users.noreply.github.com>2008-08-22 20:27:42 +0000
commit85e674d7fb9c93a709f9ffff21be83988ad9b959 (patch)
tree6b1fed0bad1f6b106052a90203c847c1c373495d
parent06f9e522927f19a14efa318a49cb4e68b55eea9e (diff)
02142: centipdb, magworm, millpac: No Sound
* adjusted output volumes
-rw-r--r--src/mame/drivers/centiped.c4
1 files 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