fix brkthru.c regression

(might be a global issue?)
This commit is contained in:
Michaël Banaan Ananas 2012-05-07 12:02:27 +00:00
parent e511946fbc
commit 27dd86c42f

View File

@ -98,9 +98,8 @@ WRITE8_MEMBER(brkthru_state::brkthru_soundlatch_w)
INPUT_CHANGED_MEMBER(brkthru_state::coin_inserted)
{
/* coin insertion causes an IRQ */
if(oldval)
if(newval)
device_set_input_line(m_maincpu, 0, ASSERT_LINE);
}