mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
IPT_UNKNOWN doesn't need a // ? near it (nw)
This commit is contained in:
parent
f04299ce0b
commit
9d25d12efb
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user