diff options
Diffstat (limited to 'src/mess/drivers/atom.c')
-rw-r--r-- | src/mess/drivers/atom.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/drivers/atom.c b/src/mess/drivers/atom.c index cd347c7c4c7..2b526f69205 100644 --- a/src/mess/drivers/atom.c +++ b/src/mess/drivers/atom.c @@ -811,7 +811,7 @@ static MACHINE_CONFIG_START( atom, atom_state ) MCFG_CASSETTE_ADD("cassette") MCFG_CASSETTE_FORMATS(atom_cassette_formats) MCFG_CASSETTE_DEFAULT_STATE(CASSETTE_STOPPED | CASSETTE_MOTOR_ENABLED | CASSETTE_SPEAKER_MUTED) - + MCFG_QUICKLOAD_ADD("quickload", atom_state, atom_atm, "atm", 0) /* cartridge */ @@ -897,7 +897,7 @@ static MACHINE_CONFIG_START( atombb, atom_state ) MCFG_CENTRONICS_OUTPUT_LATCH_ADD("cent_data_out", CENTRONICS_TAG) - MCFG_CASSETTE_ADD("cassette") + MCFG_CASSETTE_ADD("cassette") MCFG_CASSETTE_FORMATS(atom_cassette_formats) MCFG_CASSETTE_DEFAULT_STATE(CASSETTE_STOPPED | CASSETTE_MOTOR_ENABLED | CASSETTE_SPEAKER_MUTED) |