fixed usage of uninitialized member in sh2_device (nw)

This commit is contained in:
Oliver Stöneberg 2014-04-23 18:42:10 +00:00
parent bde030740b
commit 46e31a56a7

View File

@ -184,6 +184,7 @@ sh2_device::sh2_device(const machine_config &mconfig, const char *tag, device_t
, m_interrupt(NULL)
, m_nocode(NULL)
, m_out_of_cycles(NULL)
, m_debugger_temp(0)
{
m_isdrc = mconfig.options().drc() ? true : false;
}