mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
retofinv.cpp: Forgot one (nw)
This commit is contained in:
parent
18d9109e2a
commit
f48f32941c
@ -365,7 +365,7 @@ static INPUT_PORTS_START( retofin2 )
|
||||
PORT_INCLUDE( retofinv )
|
||||
|
||||
PORT_MODIFY( "DSW1" )
|
||||
PORT_DIPNAME( 0x18, 0x08, DEF_STR( Lives ) )
|
||||
PORT_DIPNAME( 0x18, 0x08, DEF_STR( Lives ) ) PORT_DIPLOCATION("DSW-A (RB3):4,5")
|
||||
PORT_DIPSETTING( 0x18, "1" )
|
||||
PORT_DIPSETTING( 0x10, "2" )
|
||||
PORT_DIPSETTING( 0x08, "3" )
|
||||
|
Loading…
Reference in New Issue
Block a user