summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/thepit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/thepit.c')
-rw-r--r--src/mame/drivers/thepit.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/drivers/thepit.c b/src/mame/drivers/thepit.c
index eed9db9157c..fab97968363 100644
--- a/src/mame/drivers/thepit.c
+++ b/src/mame/drivers/thepit.c
@@ -147,7 +147,6 @@ WRITE8_MEMBER(thepit_state::thepit_sound_enable_w)
WRITE8_MEMBER(thepit_state::nmi_mask_w)
{
-
m_nmi_mask = data & 1;
}
@@ -637,7 +636,6 @@ static const ay8910_interface ay8910_config =
INTERRUPT_GEN_MEMBER(thepit_state::vblank_irq)
{
-
if(m_nmi_mask)
device.execute().set_input_line(INPUT_LINE_NMI, PULSE_LINE);
}