diff options
-rw-r--r-- | src/devices/sound/ym2151.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/sound/ym2151.cpp b/src/devices/sound/ym2151.cpp index 459d87776ab..f6284aa0360 100644 --- a/src/devices/sound/ym2151.cpp +++ b/src/devices/sound/ym2151.cpp @@ -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++) { |