summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/88games.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/88games.c')
-rw-r--r--src/mame/drivers/88games.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/88games.c b/src/mame/drivers/88games.c
index 1cd96bb7ceb..12a0d6d3338 100644
--- a/src/mame/drivers/88games.c
+++ b/src/mame/drivers/88games.c
@@ -165,7 +165,7 @@ static INPUT_PORTS_START( 88games )
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_COIN1 )
PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_COIN2 )
PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_SERVICE1 )
-// PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_UNKNOWN )
+// PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_UNKNOWN )
/* Fake button to press buttons 1 and 3 impossibly fast. Handle via cheat?_r */
PORT_BIT(0x08, IP_ACTIVE_LOW, IPT_BUTTON4 ) PORT_NAME("Run Like Hell (Cheat)") PORT_PLAYER(1)
PORT_DIPNAME( 0x10, 0x10, DEF_STR( Flip_Screen ) ) PORT_DIPLOCATION("SW3:1")