mirror of
https://github.com/holub/mame
synced 2025-05-03 04:56:45 +03:00
![]() Before this patch a: cpunum_set_input_line(5, ASSERT_LINE); cpunum_set_input_line(3, ASSERT_LINE); cpunum_set_input_line(3, CLEAR_LINE); loses the state of line 5. This patch fixes it by adding an explicit but optional "virtual irq line" support to the 68k interface. Fix m68k interrupt handling by some drivers. Clearing the NMI line to clear all the IRQ lines worked, but it just doesn't make sense. Now that the irq lines are really independant, the handling can be simplified. |
||
---|---|---|
docs | ||
src | ||
.gitattributes | ||
makefile |