summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2010-03-10 19:32:03 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2010-03-10 19:32:03 +0000
commite5ac159fb7a80939d74a978eed17d734554a65da (patch)
tree61ddc68804f80df3472d7d376a2de76e29171c02
parent5ffea188d38dbab3b594878ab2c41eca0be47333 (diff)
Fixed wrong assert_line -> that became pulse_line for abitudinary matters
-rw-r--r--src/mame/drivers/munchmo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/munchmo.c b/src/mame/drivers/munchmo.c
index ceae08f1915..2115dc37dc2 100644
--- a/src/mame/drivers/munchmo.c
+++ b/src/mame/drivers/munchmo.c
@@ -59,7 +59,7 @@ static INTERRUPT_GEN( mnchmobl_sound_irq )
munchmo_state *state = (munchmo_state *)device->machine->driver_data;
if (!(state->sound_nmi_enable))
- cpu_set_input_line(device, INPUT_LINE_NMI, PULSE_LINE);
+ cpu_set_input_line(device, INPUT_LINE_NMI, ASSERT_LINE);
}
static WRITE8_HANDLER( mnchmobl_soundlatch_w )