mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
elbaskb: default to 1 player
This commit is contained in:
parent
d882ae22df
commit
4f9b9674b1
@ -4934,7 +4934,7 @@ static INPUT_PORTS_START( elbaskb )
|
||||
PORT_CONFSETTING( 0x04, "2" )
|
||||
|
||||
PORT_START("B")
|
||||
PORT_CONFNAME( 0x01, 0x01, DEF_STR( Players ) )
|
||||
PORT_CONFNAME( 0x01, 0x00, DEF_STR( Players ) )
|
||||
PORT_CONFSETTING( 0x00, "1" )
|
||||
PORT_CONFSETTING( 0x01, "2" )
|
||||
INPUT_PORTS_END
|
||||
|
Loading…
Reference in New Issue
Block a user