summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/c80.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/c80.c')
-rw-r--r--src/mess/drivers/c80.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/c80.c b/src/mess/drivers/c80.c
index ccde4c4fdb3..c6c0722611c 100644
--- a/src/mess/drivers/c80.c
+++ b/src/mess/drivers/c80.c
@@ -269,7 +269,7 @@ static MACHINE_CONFIG_START( c80, c80_state )
MCFG_CASSETTE_ADD("cassette")
MCFG_CASSETTE_DEFAULT_STATE(CASSETTE_STOPPED | CASSETTE_MOTOR_ENABLED | CASSETTE_SPEAKER_ENABLED )
-
+
MCFG_SPEAKER_STANDARD_MONO("mono")
MCFG_SOUND_WAVE_ADD(WAVE_TAG, "cassette")
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25)