summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/emu/cpu/h8/h8_timer16.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/h8/h8_timer16.c b/src/emu/cpu/h8/h8_timer16.c
index 2498d3bf743..5714985dd84 100644
--- a/src/emu/cpu/h8/h8_timer16.c
+++ b/src/emu/cpu/h8/h8_timer16.c
@@ -164,7 +164,7 @@ void h8_timer16_channel_device::device_start()
{
intc = owner()->siblingdevice<h8_intc_device>(intc_tag);
channel_active = false;
- clock_type = DIV_1;
+ device_reset();
save_item(NAME(tgr_clearing));
save_item(NAME(tcr));