fixed usage of uninitialized member in a2bus_applicard_device (nw)
This commit is contained in:
parent
11f5994d02
commit
d4edd56e66
@ -113,6 +113,7 @@ void a2bus_applicard_device::device_start()
|
||||
void a2bus_applicard_device::device_reset()
|
||||
{
|
||||
m_bROMAtZ80Zero = true;
|
||||
m_z80stat = false;
|
||||
}
|
||||
|
||||
UINT8 a2bus_applicard_device::read_c0nx(address_space &space, UINT8 offset)
|
||||
|
Loading…
Reference in New Issue
Block a user