summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/s11c.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/s11c.cpp')
-rw-r--r--src/mame/drivers/s11c.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mame/drivers/s11c.cpp b/src/mame/drivers/s11c.cpp
index 554402d8024..d935b721d4d 100644
--- a/src/mame/drivers/s11c.cpp
+++ b/src/mame/drivers/s11c.cpp
@@ -145,10 +145,7 @@ void s11c_state::machine_reset()
void s11c_state::init_s11c()
{
- emu_timer* timer = timer_alloc(TIMER_IRQ);
set_invert(true);
- set_timer(timer);
- timer->adjust(attotime::from_ticks(32,E_CLOCK),0);
}
void s11c_state::init_s11c7()