ym2151.cpp: initialize one variable more (nw)

This commit is contained in:
Ivan Vangelista 2019-12-14 15:38:26 +01:00 committed by GitHub
parent f115aa8c66
commit 7448f3f64b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -935,6 +935,8 @@ void ym2151_device::device_start()
eg_timer_add = 1 << EG_SH;
eg_timer_overflow = 3 * eg_timer_add;
irqlinestate = 0;
/* save all 32 operators */
for (int j=0; j<32; j++)
{