fixed usage of uninitialized member in s2650_device (nw)

This commit is contained in:
Oliver Stöneberg 2014-04-25 07:23:40 +00:00
parent ce4a1750b1
commit d7d614c1a9

View File

@ -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));