mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
Fix for dkongjr dips - fixes MT#5916
http://mametesters.org/view.php?id=5916
This commit is contained in:
parent
5626fde448
commit
20f21fb925
@ -1171,7 +1171,14 @@ static INPUT_PORTS_START( dkongjr )
|
||||
PORT_INCLUDE( dkong_in0_4 )
|
||||
PORT_INCLUDE( dkong_in1_4 )
|
||||
PORT_INCLUDE( dkong_in2 )
|
||||
|
||||
PORT_INCLUDE( dkong_dsw0 )
|
||||
PORT_MODIFY("DSW0")
|
||||
PORT_DIPNAME( 0x0c, 0x00, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION( "SW1:!3,!4" )
|
||||
PORT_DIPSETTING( 0x00, "10000" )
|
||||
PORT_DIPSETTING( 0x04, "15000" )
|
||||
PORT_DIPSETTING( 0x08, "20000" )
|
||||
PORT_DIPSETTING( 0x0c, "25000" )
|
||||
|
||||
#if DEBUG_DISC_SOUND
|
||||
PORT_START("TST") /* TST */
|
||||
|
Loading…
Reference in New Issue
Block a user