summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bankp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bankp.c')
-rw-r--r--src/mame/drivers/bankp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/drivers/bankp.c b/src/mame/drivers/bankp.c
index 1e9a3256464..4a229b20224 100644
--- a/src/mame/drivers/bankp.c
+++ b/src/mame/drivers/bankp.c
@@ -284,14 +284,12 @@ static const sn76496_config psg_intf =
void bankp_state::machine_reset()
{
-
m_scroll_x = 0;
m_priority = 0;
}
INTERRUPT_GEN_MEMBER(bankp_state::vblank_irq)
{
-
if(m_nmi_mask)
device.execute().set_input_line(INPUT_LINE_NMI, PULSE_LINE);
}