luckglrn.cpp: removed erroneously c/p comment, fixed spelling, srccleaned (nw)

This commit is contained in:
Ivan Vangelista 2018-05-20 17:42:00 +02:00
parent ba6e4cdae0
commit 2b3de07697

View File

@ -383,7 +383,7 @@ WRITE8_MEMBER(luckgrln_state::palette_w)
} }
/* Analizing the lamps, the game should have a 12-buttons control layout */ /* Analyzing the lamps, the game should have a 12-buttons control layout */
WRITE8_MEMBER(luckgrln_state::lamps_a_w) WRITE8_MEMBER(luckgrln_state::lamps_a_w)
{ {
/* LAMPS A: /* LAMPS A:
@ -417,7 +417,7 @@ WRITE8_MEMBER(luckgrln_state::lamps_b_w)
xx-- ---- unused xx-- ---- unused
*/ */
for (int i = 0; i < 4; i++) // Lamps 8 - 15 for (int i = 0; i < 4; i++)
m_lamps[i + 8] = BIT(data, i); m_lamps[i + 8] = BIT(data, i);
} }