mirror of
https://github.com/holub/mame
synced 2025-06-03 19:36:26 +03:00
legionna.cpp: Fix Lives DIP from "Infinite" to "4" which matches Dip Sheet, Test Mode, and in-game observation. (nw)
This commit is contained in:
parent
1143a511b5
commit
0fa8819b12
@ -429,7 +429,7 @@ static INPUT_PORTS_START( legionna )
|
||||
PORT_DIPSETTING( 0x0200, "1" )
|
||||
PORT_DIPSETTING( 0x0300, "2" )
|
||||
PORT_DIPSETTING( 0x0100, "3" )
|
||||
PORT_DIPSETTING( 0x0000, DEF_STR( Infinite ) )
|
||||
PORT_DIPSETTING( 0x0000, "4" )
|
||||
PORT_DIPNAME( 0x0400, 0x0400, "Extend" )
|
||||
PORT_DIPSETTING( 0x0000, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x0400, DEF_STR( On ) )
|
||||
|
Loading…
Reference in New Issue
Block a user