mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
fixed uninitialized member in src/emu/sound/mos6560.c (nw)
This commit is contained in:
parent
1ec5b84aa8
commit
db24344ae6
@ -860,6 +860,8 @@ void mos6560_device::device_reset()
|
|||||||
m_multiinverted[2] = 0;
|
m_multiinverted[2] = 0;
|
||||||
m_multiinverted[3] = 0;
|
m_multiinverted[3] = 0;
|
||||||
|
|
||||||
|
m_last_data = 0;
|
||||||
|
|
||||||
m_tone1pos = 0;
|
m_tone1pos = 0;
|
||||||
m_tone2pos = 0;
|
m_tone2pos = 0;
|
||||||
m_tone3pos = 0;
|
m_tone3pos = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user