summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/solomon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/solomon.c')
-rw-r--r--src/mame/drivers/solomon.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/drivers/solomon.c b/src/mame/drivers/solomon.c
index 95287ce5ba7..a9a92d77a1b 100644
--- a/src/mame/drivers/solomon.c
+++ b/src/mame/drivers/solomon.c
@@ -40,7 +40,6 @@ READ8_MEMBER(solomon_state::solomon_0xe603_r)
WRITE8_MEMBER(solomon_state::nmi_mask_w)
{
-
m_nmi_mask = data & 1;
}
@@ -195,7 +194,6 @@ GFXDECODE_END
INTERRUPT_GEN_MEMBER(solomon_state::vblank_irq)
{
-
if(m_nmi_mask)
device.execute().set_input_line(INPUT_LINE_NMI, PULSE_LINE);
}