fixed usage of uninitialized member in gf1_device (nw)

This commit is contained in:
Oliver Stöneberg 2014-03-09 18:21:41 +00:00
parent 7094422e59
commit 26be9b26b1

View File

@ -440,6 +440,7 @@ void gf1_device::device_reset()
{
int x;
memset(m_voice, 0x00, sizeof(m_voice));
// init voices
for(x=0;x<32;x++)
{