Skip to content

Commit 529284f

Browse files
committed
Use HOLD_LINE mechanism to mimic 74LS74 flip-flop behavior on INT signal
1 parent 59bf3a5 commit 529284f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mame/sanyo/phc25.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ void phc25_state::fsync_irq_w(int state)
607607
{
608608
if (state == 0)
609609
{
610-
m_maincpu->pulse_input_line(INPUT_LINE_IRQ0, attotime::from_usec(3));
610+
m_maincpu->set_input_line(INPUT_LINE_IRQ0, HOLD_LINE);
611611
}
612612
}
613613

0 commit comments

Comments
 (0)