From 9d25d12efbb64dca5fa7976227b68bfee6551531 Mon Sep 17 00:00:00 2001 From: angelosa Date: Sat, 26 Aug 2017 06:56:25 +0200 Subject: IPT_UNKNOWN doesn't need a // ? near it (nw) --- src/mame/drivers/40love.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mame/drivers/40love.cpp b/src/mame/drivers/40love.cpp index a6d2d1b1950..376440c7e8e 100644 --- a/src/mame/drivers/40love.cpp +++ b/src/mame/drivers/40love.cpp @@ -605,8 +605,8 @@ static INPUT_PORTS_START( 40love ) PORT_DIPSETTING( 0x80, "2" ) PORT_START("SYSTEM") - PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_UNKNOWN ) // ? - PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_UNKNOWN ) // ? + PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_UNKNOWN ) + PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_UNKNOWN ) PORT_BIT( 0x04, IP_ACTIVE_HIGH,IPT_COIN1 ) PORT_BIT( 0x08, IP_ACTIVE_HIGH,IPT_COIN2 ) PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_START1 ) -- cgit v1.2.3