mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
looks like this one got missed when the 6850 irq state was flipped? (nw)
This commit is contained in:
parent
dac144a74b
commit
424d265ecc
@ -536,7 +536,7 @@ static const ptm6840_interface ptm_intf =
|
|||||||
|
|
||||||
WRITE_LINE_MEMBER(jpmsys5_state::acia_irq)
|
WRITE_LINE_MEMBER(jpmsys5_state::acia_irq)
|
||||||
{
|
{
|
||||||
machine().device("maincpu")->execute().set_input_line(INT_6850ACIA, state ? CLEAR_LINE : ASSERT_LINE);
|
machine().device("maincpu")->execute().set_input_line(INT_6850ACIA, state ? ASSERT_LINE : CLEAR_LINE);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Clocks are incorrect */
|
/* Clocks are incorrect */
|
||||||
|
Loading…
Reference in New Issue
Block a user