dkong.c: Fix duplicate input port bits for dkong3

This commit is contained in:
Couriersud 2008-05-27 19:50:35 +00:00
parent 26e4f50fc0
commit 5f14205535

View File

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