mirror of
https://github.com/holub/mame
synced 2025-07-06 02:18:09 +03:00
(mess) mmodular: ASSERT then immediate CLEAR does not work on level irqs [O. Galibert]
This commit is contained in:
parent
587c64c6cb
commit
9b00bac883
@ -813,9 +813,7 @@ TIMER_DEVICE_CALLBACK_MEMBER(polgar_state::cause_nmi)
|
||||
|
||||
TIMER_DEVICE_CALLBACK_MEMBER(polgar_state::cause_M6502_irq)
|
||||
{
|
||||
// That will not work
|
||||
machine().device("maincpu")->execute().set_input_line(M65C02_IRQ_LINE, ASSERT_LINE);
|
||||
machine().device("maincpu")->execute().set_input_line(M65C02_IRQ_LINE, CLEAR_LINE);
|
||||
machine().device("maincpu")->execute().set_input_line(M65C02_IRQ_LINE, HOLD_LINE);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user