mirror of
https://github.com/holub/mame
synced 2025-04-26 18:23:08 +03:00
(MESS) applix : set dips default to allow booting
This commit is contained in:
parent
611a5f1cf7
commit
3c7740806f
@ -707,7 +707,7 @@ static INPUT_PORTS_START( applix )
|
||||
PORT_DIPNAME( 0x40, 0x00, "Switch 2") PORT_DIPLOCATION("SW2:3")
|
||||
PORT_DIPSETTING( 0x40, DEF_STR(Off))
|
||||
PORT_DIPSETTING( 0x00, DEF_STR(On))
|
||||
PORT_DIPNAME( 0x80, 0x00, "Switch 3") PORT_DIPLOCATION("SW2:4")
|
||||
PORT_DIPNAME( 0x80, 0x80, "Switch 3") PORT_DIPLOCATION("SW2:4")
|
||||
PORT_DIPSETTING( 0x80, DEF_STR(Off))
|
||||
PORT_DIPSETTING( 0x00, DEF_STR(On))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user