summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mcatadv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mcatadv.c')
-rw-r--r--src/mame/drivers/mcatadv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/mcatadv.c b/src/mame/drivers/mcatadv.c
index c034cbd0d2b..37cb586a10a 100644
--- a/src/mame/drivers/mcatadv.c
+++ b/src/mame/drivers/mcatadv.c
@@ -146,7 +146,6 @@ Stephh's notes (based on the games M68000 code and some tests) :
WRITE16_MEMBER(mcatadv_state::mcat_soundlatch_w)
{
-
soundlatch_byte_w(space, 0, data);
m_soundcpu->set_input_line(INPUT_LINE_NMI, PULSE_LINE);
}