Previous 199869 Revisions Next

r30697 Wednesday 28th May, 2014 at 10:11:54 UTC by Robbbert
(MESS) applix : set dips default to allow booting
[src/mess/drivers]applix.c

trunk/src/mess/drivers/applix.c
r30696r30697
707707   PORT_DIPNAME( 0x40, 0x00, "Switch 2") PORT_DIPLOCATION("SW2:3")
708708   PORT_DIPSETTING(    0x40, DEF_STR(Off))
709709   PORT_DIPSETTING(    0x00, DEF_STR(On))
710   PORT_DIPNAME( 0x80, 0x00, "Switch 3") PORT_DIPLOCATION("SW2:4")
710   PORT_DIPNAME( 0x80, 0x80, "Switch 3") PORT_DIPLOCATION("SW2:4")
711711   PORT_DIPSETTING(    0x80, DEF_STR(Off))
712712   PORT_DIPSETTING(    0x00, DEF_STR(On))
713713

Previous 199869 Revisions Next


© 1997-2024 The MAME Team