ad2083 (scramble.c):

* fixes ad2083_0111u5gra - adds cocktail switch

Note: The bug report mentions "And player 2 control is not hooked up in cocktail mode."
The game will use player 1 inputs even in cocktail mode. Probably never designed for cocktail operation
This commit is contained in:
Couriersud 2008-01-06 22:35:30 +00:00
parent e129bfca92
commit 6f5af260e6

View File

@ -1671,9 +1671,9 @@ static INPUT_PORTS_START( ad2083 )
PORT_DIPSETTING( 0x04, "150000" )
PORT_DIPSETTING( 0x08, "100000" )
PORT_DIPSETTING( 0x00, "200000" )
PORT_DIPNAME( 0x10, 0x00, DEF_STR( Unknown ) )
PORT_DIPSETTING( 0x00, DEF_STR( Off ) )
PORT_DIPSETTING( 0x10, DEF_STR( On ) )
PORT_DIPNAME( 0x10, 0x10, DEF_STR( Cabinet ) )
PORT_DIPSETTING( 0x10, DEF_STR( Upright ) )
PORT_DIPSETTING( 0x00, DEF_STR( Cocktail ) )
PORT_DIPNAME( 0x20, 0x00, DEF_STR( Allow_Continue ) )
PORT_DIPSETTING( 0x20, DEF_STR( No ) )
PORT_DIPSETTING( 0x00, DEF_STR( Yes ) )