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:
Scott Stone 2017-09-12 21:25:08 -04:00
parent 1143a511b5
commit 0fa8819b12

View File

@ -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 ) )