mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +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_add = 1 << EG_SH;
|
||||||
eg_timer_overflow = 3 * eg_timer_add;
|
eg_timer_overflow = 3 * eg_timer_add;
|
||||||
|
|
||||||
|
irqlinestate = 0;
|
||||||
|
|
||||||
/* save all 32 operators */
|
/* save all 32 operators */
|
||||||
for (int j=0; j<32; j++)
|
for (int j=0; j<32; j++)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user