mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
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:
parent
e129bfca92
commit
6f5af260e6
@ -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 ) )
|
||||
|
Loading…
Reference in New Issue
Block a user