mirror of
https://github.com/holub/mame
synced 2025-05-11 08:38:47 +03:00
fixed usage of uninitialized member in f8_cpu_device (nw)
This commit is contained in:
parent
d7d614c1a9
commit
fca2615f3a
@ -82,6 +82,7 @@ f8_cpu_device::f8_cpu_device(const machine_config &mconfig, const char *tag, dev
|
|||||||
, m_a(0)
|
, m_a(0)
|
||||||
, m_w(0)
|
, m_w(0)
|
||||||
, m_is(0)
|
, m_is(0)
|
||||||
|
, m_pc(0)
|
||||||
{
|
{
|
||||||
memset(m_r, 0x00, sizeof(m_r));
|
memset(m_r, 0x00, sizeof(m_r));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user