mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
fixed usage of uninitialized member in tms99xx_device (nw)
This commit is contained in:
parent
1501b08019
commit
2cc23333dc
@ -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++)
|
||||
|
Loading…
Reference in New Issue
Block a user