fixed usage of uninitialized member in tms9995_device (nw)

This commit is contained in:
Oliver Stöneberg 2014-04-27 14:55:56 +00:00
parent f781c3cd54
commit dcc43c8c08

View File

@ -254,6 +254,8 @@ void tms9995_device::device_start()
m_idle_state = false;
m_source_value = 0;
// add the states for the debugger
for (int i=0; i < 20; i++)
{