mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +03:00
thepit.c: David figured out the Cabinet dipswitch so change the comment - NW
This commit is contained in:
parent
b2b37dd45a
commit
bc3895fa74
@ -325,7 +325,7 @@ static INPUT_PORTS_START( desertdn )
|
||||
PORT_DIPNAME( 0x10, 0x00, DEF_STR( Cabinet ) )
|
||||
PORT_DIPSETTING( 0x10, DEF_STR( Cocktail ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( Upright ) )
|
||||
PORT_DIPNAME( 0x20, 0x00, DEF_STR( Unknown ) ) /* Cabinet Type or Bonus ?? */
|
||||
PORT_DIPNAME( 0x20, 0x00, DEF_STR( Unknown ) ) /* Bonus ?? */
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x20, DEF_STR( On ) )
|
||||
PORT_DIPNAME( 0x40, 0x00, "Timer Speed" )
|
||||
|
Loading…
Reference in New Issue
Block a user