summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/h8/h8_timer16.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/h8/h8_timer16.c')
-rw-r--r--src/emu/cpu/h8/h8_timer16.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/emu/cpu/h8/h8_timer16.c b/src/emu/cpu/h8/h8_timer16.c
index 9b02ae30740..d8fa8f89679 100644
--- a/src/emu/cpu/h8/h8_timer16.c
+++ b/src/emu/cpu/h8/h8_timer16.c
@@ -162,7 +162,8 @@ void h8_timer16_channel_device::device_start()
{
intc = owner()->siblingdevice<h8_intc_device>(intc_tag);
channel_active = false;
-
+ clock_type = DIV_1;
+
save_item(NAME(tgr_clearing));
save_item(NAME(tcr));
save_item(NAME(tier));