mirror of
https://github.com/holub/mame
synced 2025-04-27 02:33:13 +03:00
cat702: init 2 more variables
This commit is contained in:
parent
56ecdeef03
commit
11daee9c80
@ -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)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user