summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tp84.c
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2013-01-11 19:43:14 +0000
committer smf- <smf-@users.noreply.github.com>2013-01-11 19:43:14 +0000
commit1940866c70674f0a625a79677b90f9f4a33b2e25 (patch)
tree0b18ac32397ff89ef7fc1ed27ff03fb8fbc92fa6 /src/mame/drivers/tp84.c
parentcff79778372c37b3b2eb9f64e31bd0abfdab978d (diff)
output of new srcclean changes that are relatively small [smf]
Diffstat (limited to 'src/mame/drivers/tp84.c')
-rw-r--r--src/mame/drivers/tp84.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/drivers/tp84.c b/src/mame/drivers/tp84.c
index 781d04d95f8..03a08da7fc7 100644
--- a/src/mame/drivers/tp84.c
+++ b/src/mame/drivers/tp84.c
@@ -169,7 +169,6 @@ ADDRESS_MAP_END
WRITE8_MEMBER(tp84_state::sub_irq_mask_w)
{
-
m_sub_irq_mask = data & 1;
}
@@ -280,7 +279,6 @@ GFXDECODE_END
INTERRUPT_GEN_MEMBER(tp84_state::sub_vblank_irq)
{
-
if(m_sub_irq_mask)
device.execute().set_input_line(0, HOLD_LINE);
}