mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
astrocde.cpp: add lives DIP switch to spacezap (MT08274) (#9486)
This commit is contained in:
parent
11c85437d5
commit
a679361e8b
@ -772,7 +772,9 @@ static INPUT_PORTS_START( spacezap )
|
||||
PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_BUTTON4 ) PORT_COCKTAIL PORT_NAME("P2 Aim Left")
|
||||
PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_BUTTON5 ) PORT_COCKTAIL PORT_NAME("P2 Aim Right")
|
||||
PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_COCKTAIL
|
||||
PORT_DIPUNUSED_DIPLOC( 0x20, 0x20, "JU:1" )
|
||||
PORT_DIPNAME( 0x20, 0x20, DEF_STR( Lives ) ) PORT_DIPLOCATION("JU:1")
|
||||
PORT_DIPSETTING( 0x20, "3" )
|
||||
PORT_DIPSETTING( 0x00, "4" )
|
||||
PORT_BIT( 0xc0, IP_ACTIVE_LOW, IPT_UNUSED )
|
||||
|
||||
PORT_START("P3HANDLE")
|
||||
|
Loading…
Reference in New Issue
Block a user