From 3ef1938bef49dbc7158ea95ded99e302933fe2f9 Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Fri, 19 Dec 2014 18:25:09 +0100 Subject: [PATCH] init order issue (nw) --- src/emu/cpu/h8/h8_timer16.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(intc_tag); channel_active = false; - + clock_type = DIV_1; + save_item(NAME(tgr_clearing)); save_item(NAME(tcr)); save_item(NAME(tier));