mirror of
https://github.com/holub/mame
synced 2025-05-20 20:58:51 +03:00
(...and another one,sorry for these two extra updates. -.-")
This commit is contained in:
parent
a4d3481229
commit
f3bacac990
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user