summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m72.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m72.cpp')
-rw-r--r--src/mame/drivers/m72.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/m72.cpp b/src/mame/drivers/m72.cpp
index 19ab8285ebc..acbadc4a37d 100644
--- a/src/mame/drivers/m72.cpp
+++ b/src/mame/drivers/m72.cpp
@@ -248,6 +248,7 @@ TIMER_CALLBACK_MEMBER(m72_state::scanline_interrupt)
if (scanline == 256)
{
m_upd71059c->ir0_w(1);
+ m_upd71059c->ir2_w(0);
}
else
{