From f3bacac9908028efa7bfd02acebcaa49dd200b95 Mon Sep 17 00:00:00 2001 From: Angelo Salese Date: Tue, 25 Nov 2008 17:49:28 +0000 Subject: [PATCH] (...and another one,sorry for these two extra updates. -.-") --- src/mame/drivers/deshoros.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mame/drivers/deshoros.c b/src/mame/drivers/deshoros.c index 599d70cb51e..64703d93003 100644 --- a/src/mame/drivers/deshoros.c +++ b/src/mame/drivers/deshoros.c @@ -142,9 +142,10 @@ static INPUT_PORTS_START( deshoros ) // 0x40, Normal Mode again INPUT_PORTS_END +/*Is it there an IRQ mask?*/ static INTERRUPT_GEN( deshoros_irq ) { - cpu_set_input_line(device->machine->cpu[0], M6809_IRQ_LINE, PULSE_LINE); + cpu_set_input_line(device->machine->cpu[0], M6809_IRQ_LINE, HOLD_LINE); } static MACHINE_RESET( deshoros )