mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
fixed usage of uninitialized member in unsp_device (nw)
This commit is contained in:
parent
2776c554c3
commit
ec13217c5f
@ -126,6 +126,7 @@ void unsp_device::device_start()
|
|||||||
m_sirq = 0;
|
m_sirq = 0;
|
||||||
m_sb = 0;
|
m_sb = 0;
|
||||||
m_saved_sb = 0;
|
m_saved_sb = 0;
|
||||||
|
m_debugger_temp = 0;
|
||||||
|
|
||||||
m_program = &space(AS_PROGRAM);
|
m_program = &space(AS_PROGRAM);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user