mirror of
https://github.com/holub/mame
synced 2025-06-02 02:49:44 +03:00
dkong.c: Fix duplicate input port bits for dkong3
This commit is contained in:
parent
26e4f50fc0
commit
5f14205535
@ -1086,8 +1086,8 @@ static INPUT_PORTS_START( dkong3 )
|
||||
PORT_DIPSETTING( 0x05, DEF_STR( 1C_5C ) )
|
||||
PORT_DIPSETTING( 0x07, DEF_STR( 1C_6C ) )
|
||||
PORT_DIPUNKNOWN_DIPLOC( 0x08, 0x00, "SW2:!4" )
|
||||
PORT_DIPUNKNOWN_DIPLOC( 0x08, 0x00, "SW2:!5" )
|
||||
PORT_DIPUNKNOWN_DIPLOC( 0x08, 0x00, "SW2:!6" )
|
||||
PORT_DIPUNKNOWN_DIPLOC( 0x10, 0x00, "SW2:!5" )
|
||||
PORT_DIPUNKNOWN_DIPLOC( 0x20, 0x00, "SW2:!6" )
|
||||
PORT_SERVICE_DIPLOC( 0x40, IP_ACTIVE_HIGH, "SW2:!7" )
|
||||
PORT_DIPNAME( 0x80, 0x00, DEF_STR( Cabinet ) ) PORT_DIPLOCATION("SW2:!8")
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( Upright ) )
|
||||
|
Loading…
Reference in New Issue
Block a user