diff options
Diffstat (limited to 'src/mess/drivers/newbrain.c')
-rw-r--r-- | src/mess/drivers/newbrain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/newbrain.c b/src/mess/drivers/newbrain.c index 87641f6c55a..47c165d7343 100644 --- a/src/mess/drivers/newbrain.c +++ b/src/mess/drivers/newbrain.c @@ -1334,7 +1334,7 @@ static MACHINE_CONFIG_START( newbrain_a, newbrain_state ) // devices MCFG_CASSETTE_ADD("cassette") MCFG_CASSETTE_DEFAULT_STATE(CASSETTE_STOPPED | CASSETTE_MOTOR_ENABLED | CASSETTE_SPEAKER_MUTED) - + MCFG_CASSETTE_ADD("cassette2") MCFG_CASSETTE_DEFAULT_STATE(CASSETTE_STOPPED | CASSETTE_MOTOR_ENABLED | CASSETTE_SPEAKER_MUTED) |