fix possible buffer overflow

This commit is contained in:
Michaël Banaan Ananas 2013-06-26 19:54:09 +00:00
parent fe18d852ce
commit ea2039ef85

View File

@ -981,6 +981,7 @@ void ymf271_device::sound_stream_update(sound_stream &stream, stream_sample_t **
}
}
mixp = &mix[0];
update_pcm(j + (3*12), mixp, samples);
break;
}