mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
lependu: small adjustment to comment block align
This commit is contained in:
parent
bc8156ac68
commit
eb7644fae5
@ -276,15 +276,15 @@ void lependu_state::lamps_w(uint8_t data)
|
|||||||
{
|
{
|
||||||
/********** General Lamps wiring ***********
|
/********** General Lamps wiring ***********
|
||||||
|
|
||||||
7654 3210
|
7654 3210
|
||||||
---- ---x Unused.
|
---- ---x Unused.
|
||||||
---- --x- Unused.
|
---- --x- Unused.
|
||||||
---- -x-- Unused.
|
---- -x-- Unused.
|
||||||
---- x--- Button 5.
|
---- x--- Button 5.
|
||||||
---x ---- Button 2.
|
---x ---- Button 2.
|
||||||
--x- ---- Button 3.
|
--x- ---- Button 3.
|
||||||
-x-- ---- Button 1.
|
-x-- ---- Button 1.
|
||||||
x--- ---- Button 4.
|
x--- ---- Button 4.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
for (int i = 0; i < 5 ; i++)
|
for (int i = 0; i < 5 ; i++)
|
||||||
|
Loading…
Reference in New Issue
Block a user