mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
taitoio.cpp: fix compile (nw)
This commit is contained in:
parent
30e42bb986
commit
a36b0279f3
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user