diff options
Diffstat (limited to 'src/mess/drivers/compis.c')
-rw-r--r-- | src/mess/drivers/compis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/compis.c b/src/mess/drivers/compis.c index 8bf21a5171c..688304fa45a 100644 --- a/src/mess/drivers/compis.c +++ b/src/mess/drivers/compis.c @@ -697,7 +697,7 @@ static MACHINE_CONFIG_START( compis, compis_state ) MCFG_CASSETTE_ADD(CASSETTE_TAG) MCFG_CASSETTE_DEFAULT_STATE(CASSETTE_STOPPED | CASSETTE_MOTOR_DISABLED | CASSETTE_SPEAKER_MUTED) - + MCFG_TIMER_DRIVER_ADD_PERIODIC("tape", compis_state, tape_tick, attotime::from_hz(44100)) MCFG_RS232_PORT_ADD(RS232_A_TAG, default_rs232_devices, NULL) |