mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
fixed usage of uninitialized member in tms9995_device (nw)
This commit is contained in:
parent
f781c3cd54
commit
dcc43c8c08
@ -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++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user