taitoio.cpp: fix compile (nw)

This commit is contained in:
Ivan Vangelista 2017-06-03 08:46:39 +02:00
parent 30e42bb986
commit a36b0279f3

View File

@ -58,8 +58,8 @@ DEFINE_DEVICE_TYPE(TC0220IOC, tc0220ioc_device, "tc0220ioc", "Taito TC0220IOC")
tc0220ioc_device::tc0220ioc_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
device_t(mconfig, TC0220IOC, tag, owner, clock),
m_port(0),
m_regs{ 0, 0, 0, 0, 0, 0, 0, 0 },
m_port(0),
m_watchdog(*this, "watchdog"),
m_read_0_cb(*this),
m_read_1_cb(*this),