mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
initialise variables (nw)
This commit is contained in:
parent
7be120ab7d
commit
181d1d4ca0
@ -92,6 +92,9 @@ DEFINE_DEVICE_TYPE(CAT702, cat702_device, "cat702", "CAT702")
|
||||
cat702_device::cat702_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
|
||||
device_t(mconfig, CAT702, tag, owner, clock),
|
||||
m_region(*this, DEVICE_SELF),
|
||||
m_select(1),
|
||||
m_clock(1),
|
||||
m_datain(1),
|
||||
m_dataout_handler(*this)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user