diff options
Diffstat (limited to 'src/mess/drivers/a2600.c')
-rw-r--r-- | src/mess/drivers/a2600.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/a2600.c b/src/mess/drivers/a2600.c index 6bc798501a3..a165be50b88 100644 --- a/src/mess/drivers/a2600.c +++ b/src/mess/drivers/a2600.c @@ -1949,7 +1949,7 @@ static MACHINE_CONFIG_START( a2600, a2600_state ) MCFG_CASSETTE_ADD( "cassette" ) MCFG_CASSETTE_FORMATS(a26_cassette_formats) MCFG_CASSETTE_DEFAULT_STATE(CASSETTE_PLAY | CASSETTE_MOTOR_DISABLED | CASSETTE_SPEAKER_ENABLED) - MCFG_CASSETTE_INTERFACE("a2600_cass") + MCFG_CASSETTE_INTERFACE("a2600_cass") MACHINE_CONFIG_END |