fixed usage of uninitialized member in mc68681_device (nw)

This commit is contained in:
Oliver Stöneberg 2014-04-25 09:36:56 +00:00
parent 417174ab64
commit 91ee265a77

View File

@ -75,6 +75,7 @@ mc68681_device::mc68681_device(const machine_config &mconfig, const char *tag, d
ip4clk(0),
ip5clk(0),
ip6clk(0),
ACR(0),
IP_last_state(0)
{
}