mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
fix namcos23 crash: http://mametesters.org/view.php?id=5762 (problem with uninitialized variables)
This commit is contained in:
parent
314affc3a0
commit
016f430cea
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user