Fixed wrong Upright / Cocktail assignment for Pro Sport (nw)

This commit is contained in:
angelosa 2016-06-26 13:00:02 +02:00
parent a028a5d854
commit 473386bfb6

View File

@ -487,13 +487,14 @@ static INPUT_PORTS_START( prosport )
PORT_MODIFY("DSW1")
PORT_DIPUNKNOWN_DIPLOC( 0x04, 0x04, "DSW1:3")
PORT_DIPUNKNOWN_DIPLOC( 0x08, 0x08, "DSW1:4")
PORT_DIPNAME( 0x10, 0x10, "Service" ) PORT_DIPLOCATION("DSW1:5")
PORT_DIPSETTING( 0x10, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
PORT_DIPNAME( 0x20, 0x20, "Test Mode" ) PORT_DIPLOCATION("DSW1:6")
PORT_SERVICE( 0x10, IP_ACTIVE_LOW ) PORT_DIPLOCATION("DSW1:5")
PORT_DIPNAME( 0x20, 0x20, "Test Mode" ) PORT_DIPLOCATION("DSW1:6") // TODO: needs next one to be on too?
PORT_DIPSETTING( 0x00, "ROM Test" )
PORT_DIPSETTING( 0x20, "Maping Test" )
PORT_DIPUNKNOWN_DIPLOC( 0x80, 0x80, "DSW1:8")
PORT_DIPUNKNOWN_DIPLOC( 0x40, 0x40, "DSW1:7")
PORT_DIPNAME( 0x80, 0x00, DEF_STR( Cabinet ) ) PORT_DIPLOCATION("DSW1:8")
PORT_DIPSETTING( 0x00, DEF_STR( Upright ) )
PORT_DIPSETTING( 0x80, DEF_STR( Cocktail ) )
PORT_MODIFY("DSW2")
PORT_DIPUNKNOWN_DIPLOC( 0x01, 0x01, "DSW2:1")