From 7448f3f64bc235f08607183bf5d70fb53d11dc5c Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Sat, 14 Dec 2019 15:38:26 +0100 Subject: ym2151.cpp: initialize one variable more (nw) --- src/devices/sound/ym2151.cpp | 2 ++ 1 file changed, 2 insertions(+) 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++) { -- cgit v1.2.3