mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
fixed usage of uninitialized member in mc68681_device (nw)
This commit is contained in:
parent
417174ab64
commit
91ee265a77
@ -75,6 +75,7 @@ mc68681_device::mc68681_device(const machine_config &mconfig, const char *tag, d
|
|||||||
ip4clk(0),
|
ip4clk(0),
|
||||||
ip5clk(0),
|
ip5clk(0),
|
||||||
ip6clk(0),
|
ip6clk(0),
|
||||||
|
ACR(0),
|
||||||
IP_last_state(0)
|
IP_last_state(0)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user