mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
fix brkthru.c regression
(might be a global issue?)
This commit is contained in:
parent
e511946fbc
commit
27dd86c42f
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user