mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
konamigx.cpp: added coin3, coin4, service3 and service4 for type3 and type4 hw (nw)
This commit is contained in:
parent
4c4e318be5
commit
0cfee6b1b4
@ -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 ))
|
||||
|
Loading…
Reference in New Issue
Block a user