mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +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);
|
intc = owner()->siblingdevice<h8_intc_device>(intc_tag);
|
||||||
channel_active = false;
|
channel_active = false;
|
||||||
clock_type = DIV_1;
|
device_reset();
|
||||||
|
|
||||||
save_item(NAME(tgr_clearing));
|
save_item(NAME(tgr_clearing));
|
||||||
save_item(NAME(tcr));
|
save_item(NAME(tcr));
|
||||||
|
Loading…
Reference in New Issue
Block a user