copy and paste, not cut and paste ;-) (nw)

This commit is contained in:
David Haywood 2013-05-12 19:51:49 +00:00
parent 734dda7661
commit 65f6d9a48b

View File

@ -1505,6 +1505,9 @@ static INPUT_PORTS_START( mspacman )
PORT_DIPSETTING( 0x10, "15000" )
PORT_DIPSETTING( 0x20, "20000" )
PORT_DIPSETTING( 0x30, DEF_STR( None ) )
PORT_DIPNAME( 0x40, 0x40, DEF_STR( Difficulty ) )
PORT_DIPSETTING( 0x40, DEF_STR( Normal ) )
PORT_DIPSETTING( 0x00, DEF_STR( Hard ) )
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_START("DSW2")