fixed usage of uninitialized member in tms99xx_device (nw)

This commit is contained in:
Oliver Stöneberg 2014-04-30 16:26:30 +00:00
parent 1501b08019
commit 2cc23333dc

View File

@ -220,6 +220,7 @@ void tms99xx_device::device_start()
m_state_any = 0;
PC = 0;
m_hold_state = false;
// add the states for the debugger
for (int i=0; i < 20; i++)