mirror of
https://github.com/holub/mame
synced 2025-06-29 23:48:56 +03:00
ym2151.cpp: initialize one variable more (nw)
This commit is contained in:
parent
f115aa8c66
commit
7448f3f64b
@ -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++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user