diff options
Diffstat (limited to 'src/mess/drivers/super80.c')
-rw-r--r-- | src/mess/drivers/super80.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/super80.c b/src/mess/drivers/super80.c index 353ea9003c9..64e1f53d250 100644 --- a/src/mess/drivers/super80.c +++ b/src/mess/drivers/super80.c @@ -732,7 +732,7 @@ static MACHINE_CONFIG_START( super80, super80_state ) /* cassette */ MCFG_CASSETTE_ADD( "cassette" ) MCFG_CASSETTE_DEFAULT_STATE(CASSETTE_PLAY | CASSETTE_MOTOR_DISABLED | CASSETTE_SPEAKER_ENABLED) - + MCFG_TIMER_DRIVER_ADD_PERIODIC("timer_p", super80_state, timer_p, attotime::from_hz(40000)) // cass read MCFG_TIMER_DRIVER_ADD_PERIODIC("timer_k", super80_state, timer_k, attotime::from_hz(300)) // keyb scan MCFG_TIMER_DRIVER_ADD_PERIODIC("timer_h", super80_state, timer_h, attotime::from_hz(100)) // half-speed |