summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hh_tms1k.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hh_tms1k.cpp')
-rw-r--r--src/mame/drivers/hh_tms1k.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hh_tms1k.cpp b/src/mame/drivers/hh_tms1k.cpp
index dee176d055d..29c7de6901f 100644
--- a/src/mame/drivers/hh_tms1k.cpp
+++ b/src/mame/drivers/hh_tms1k.cpp
@@ -11962,7 +11962,7 @@ void tithermos_state::tithermos(machine_config &config)
m_maincpu->r().set(FUNC(tithermos_state::write_r));
m_maincpu->o().set(FUNC(tithermos_state::write_o));
- CLOCK(config, "ac_line", 60).signal_handler().set_nop();
+ CLOCK(config, "ac_line", 60);
/* video hardware */
PWM_DISPLAY(config, m_display).set_size(4, 7);