mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
fixed usage of uninitialized member in s2650_device (nw)
This commit is contained in:
parent
ce4a1750b1
commit
d7d614c1a9
@ -36,6 +36,7 @@ s2650_device::s2650_device(const machine_config &mconfig, const char *tag, devic
|
||||
, m_program_config("program", ENDIANNESS_LITTLE, 8, 15)
|
||||
, m_io_config("io", ENDIANNESS_LITTLE, 8, 9)
|
||||
, m_flag_handler(*this)
|
||||
, m_halt(0)
|
||||
, m_debugger_temp(0)
|
||||
{
|
||||
memset(m_reg, 0x00, sizeof(m_reg));
|
||||
|
Loading…
Reference in New Issue
Block a user