summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/crbaloon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/crbaloon.c')
-rw-r--r--src/mame/drivers/crbaloon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/crbaloon.c b/src/mame/drivers/crbaloon.c
index d95f5f4ee19..e1696122941 100644
--- a/src/mame/drivers/crbaloon.c
+++ b/src/mame/drivers/crbaloon.c
@@ -355,7 +355,6 @@ void crbaloon_state::machine_reset()
INTERRUPT_GEN_MEMBER(crbaloon_state::vblank_irq)
{
-
if(m_irq_mask)
device.execute().set_input_line(0, HOLD_LINE);
}