summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taitojc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taitojc.c')
-rw-r--r--src/mame/drivers/taitojc.c34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/mame/drivers/taitojc.c b/src/mame/drivers/taitojc.c
index 29bc7203e9d..72121f9a4f8 100644
--- a/src/mame/drivers/taitojc.c
+++ b/src/mame/drivers/taitojc.c
@@ -820,23 +820,23 @@ READ8_MEMBER(taitojc_state::hc11_output_r)
WRITE8_MEMBER(taitojc_state::hc11_output_w)
{
/*
- cabinet lamps, active high
-
- dendego/dendego2:
- d0: START
- d1: DOOR
- d2: JYOUYO (normal)
- d3: HIJYOU (emergency)
- d4: DENSEI (three-stage power)
- d5: POP L
- d6: POP R
- d7: ------- (?)
-
- landgear:
- unused?
-
- sidebs/sidebs2:
- ?
+ cabinet lamps, active high
+
+ dendego/dendego2:
+ d0: START
+ d1: DOOR
+ d2: JYOUYO (normal)
+ d3: HIJYOU (emergency)
+ d4: DENSEI (three-stage power)
+ d5: POP L
+ d6: POP R
+ d7: ------- (?)
+
+ landgear:
+ unused?
+
+ sidebs/sidebs2:
+ ?
*/
for (int i = 0; i < 8; i++)
output_set_lamp_value(i, data >> i & 1);