mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
copy and paste, not cut and paste ;-) (nw)
This commit is contained in:
parent
734dda7661
commit
65f6d9a48b
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user