summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/munchmo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/munchmo.c')
-rw-r--r--src/mame/drivers/munchmo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/munchmo.c b/src/mame/drivers/munchmo.c
index b4648dcc6b4..0ad8631afc3 100644
--- a/src/mame/drivers/munchmo.c
+++ b/src/mame/drivers/munchmo.c
@@ -297,7 +297,7 @@ static MACHINE_DRIVER_START( mnchmobl )
/* sound hardware */
MDRV_SPEAKER_STANDARD_MONO("mono")
-
+
/* AY clock speeds confirmed to match known recording */
MDRV_SOUND_ADD("ay1", AY8910, XTAL_15MHz/4/2)
MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.50)