typo (nw)

This commit is contained in:
David Haywood 2016-08-18 22:48:04 +01:00
parent 48ce3c4bd8
commit b1d6f7a75e

View File

@ -656,7 +656,7 @@ WRITE8_MEMBER( maygay1b_state::lamp_data_2_w )
// causing the relevant lamps to black out.
for (int i = 0; i < 8; i++)
{
output().set_lamp_value((8*m_lamp_strobe)+i+128, ((data & (1 << (i^4))) !=0));
output().set_lamp_value((8*m_lamp_strobe2)+i+128, ((data & (1 << (i^4))) !=0));
}
m_old_lamp_strobe2 = m_lamp_strobe2;