fix namcos23 crash: http://mametesters.org/view.php?id=5762 (problem with uninitialized variables)

This commit is contained in:
hap 2015-08-26 00:21:15 +02:00
parent 314affc3a0
commit 016f430cea

View File

@ -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));