mirror of
https://github.com/holub/mame
synced 2025-07-03 09:06:08 +03:00
luckglrn.cpp: removed erroneously c/p comment, fixed spelling, srccleaned (nw)
This commit is contained in:
parent
ba6e4cdae0
commit
2b3de07697
@ -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)
|
||||
{
|
||||
/* LAMPS A:
|
||||
@ -417,7 +417,7 @@ WRITE8_MEMBER(luckgrln_state::lamps_b_w)
|
||||
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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user