konamigx.cpp: added coin3, coin4, service3 and service4 for type3 and type4 hw (nw)

This commit is contained in:
Ivan Vangelista 2016-07-04 20:55:52 +02:00
parent 4c4e318be5
commit 0cfee6b1b4

View File

@ -1473,7 +1473,10 @@ static INPUT_PORTS_START( type3 )
PORT_INCLUDE( common )
PORT_MODIFY("SYSTEM_DSW")
PORT_BIT( 0x00008000, IP_ACTIVE_HIGH, IPT_UNKNOWN )
PORT_BIT( 0x00000400, IP_ACTIVE_LOW, IPT_COIN3 )
PORT_BIT( 0x00000800, IP_ACTIVE_LOW, IPT_COIN4 )
PORT_BIT( 0x00004000, IP_ACTIVE_LOW, IPT_SERVICE3 )
PORT_BIT( 0x00008000, IP_ACTIVE_LOW, IPT_SERVICE4 )
PORT_DIPNAME( 0x01000000, 0x00000000, DEF_STR( Stereo ))
PORT_DIPSETTING( 0x00000000, DEF_STR( Stereo ))
PORT_DIPSETTING( 0x01000000, DEF_STR( Mono ))