cat702: init 2 more variables

This commit is contained in:
hap 2022-04-26 15:10:29 +02:00 committed by Vas Crabb
parent 56ecdeef03
commit 11daee9c80

View File

@ -95,6 +95,8 @@ cat702_device::cat702_device(const machine_config &mconfig, const char *tag, dev
m_select(1),
m_clock(1),
m_datain(1),
m_state(0),
m_bit(0),
m_dataout_handler(*this)
{
}