mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
polepos2bi: One more DIP switch identified (nw)
This commit is contained in:
parent
8536d065e2
commit
a49ec949bc
@ -796,9 +796,9 @@ static INPUT_PORTS_START( polepos2bi )
|
||||
PORT_DIPNAME( 0x40, 0x00, DEF_STR( Game_Time ) ) PORT_DIPLOCATION("SWB:6")
|
||||
PORT_DIPSETTING( 0x00, "90 secs." )
|
||||
PORT_DIPSETTING( 0x40, "120 secs." )
|
||||
PORT_DIPNAME( 0x80, 0x00, "Always On" ) PORT_DIPLOCATION("SWB:8")
|
||||
PORT_DIPSETTING( 0x80, DEF_STR( Off ))
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
|
||||
PORT_DIPNAME( 0x80, 0x00, DEF_STR( Pause ) ) PORT_DIPLOCATION("SWB:8")
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( Off ))
|
||||
PORT_DIPSETTING( 0x80, DEF_STR( On ) )
|
||||
INPUT_PORTS_END
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user