konami/crimfght.cpp: fix lives default dip

This commit is contained in:
Angelo Salese 2022-12-14 19:19:55 +01:00 committed by GitHub
parent 16f9f8be27
commit ee597f5f23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -158,8 +158,9 @@ static INPUT_PORTS_START( crimfght )
PORT_DIPSETTING( 0x90, DEF_STR( 1C_7C ))
PORT_DIPSETTING( 0x00, DEF_STR( Unused ))
// defaults confirmed from World manual
PORT_START("DSW2")
PORT_DIPNAME( 0x03, 0x02, DEF_STR( Lives ) ) PORT_DIPLOCATION("SW2:1,2")
PORT_DIPNAME( 0x03, 0x01, DEF_STR( Lives ) ) PORT_DIPLOCATION("SW2:1,2")
PORT_DIPSETTING( 0x03, "1" )
PORT_DIPSETTING( 0x02, "2" )
PORT_DIPSETTING( 0x01, "3" )