Previous 199869 Revisions Next

r22797 Sunday 12th May, 2013 at 19:51:49 UTC by David Haywood
copy and paste, not cut and paste ;-) (nw)
[src/mame/drivers]pacman.c

trunk/src/mame/drivers/pacman.c
r22796r22797
15051505   PORT_DIPSETTING(    0x10, "15000" )
15061506   PORT_DIPSETTING(    0x20, "20000" )
15071507   PORT_DIPSETTING(    0x30, DEF_STR( None ) )
1508   PORT_DIPNAME( 0x40, 0x40, DEF_STR( Difficulty ) )
1509   PORT_DIPSETTING(    0x40, DEF_STR( Normal ) )
1510   PORT_DIPSETTING(    0x00, DEF_STR( Hard ) )
15081511   PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_UNUSED )
15091512
15101513   PORT_START("DSW2")

Previous 199869 Revisions Next


© 1997-2024 The MAME Team