IPT_UNKNOWN doesn't need a // ? near it (nw)

This commit is contained in:
angelosa 2017-08-26 06:56:25 +02:00
parent f04299ce0b
commit 9d25d12efb

View File

@ -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 )