mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
Whatever is the default it surely isn't super-easy (nw)
This commit is contained in:
parent
363a855df7
commit
ba8bc89a89
@ -154,6 +154,7 @@ static INPUT_PORTS_START( poizone )
|
||||
PORT_BIT( 0x0001, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_PLAYER(1)
|
||||
PORT_BIT( 0x0004, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_PLAYER(2)
|
||||
|
||||
// TODO: default settings
|
||||
PORT_MODIFY("DSW1")
|
||||
PORT_DIPUNKNOWN_DIPLOC( 0x02, 0x02, "DSW1:3" )
|
||||
PORT_DIPNAME( 0x30, 0x40, "Coinage 1" ) PORT_DIPLOCATION("DSW1:5,6")
|
||||
@ -171,7 +172,7 @@ static INPUT_PORTS_START( poizone )
|
||||
PORT_DIPNAME( 0x01, 0x01, "Setting 1" ) PORT_DIPLOCATION("DSW2:2")
|
||||
PORT_DIPSETTING( 0x01, "Manual" )
|
||||
PORT_DIPSETTING( 0x00, "Automatic" )
|
||||
PORT_DIPNAME( 0x1A, 0x00, "Setting 2" ) PORT_DIPLOCATION("DSW2:3,4,5")
|
||||
PORT_DIPNAME( 0x1A, 0x1A, "Setting 2" ) PORT_DIPLOCATION("DSW2:3,4,5")
|
||||
PORT_DIPSETTING( 0x00, "Extremely Easy - 2:00") PORT_CONDITION("DSW2", 0x01, EQUALS, 0x00)
|
||||
PORT_DIPSETTING( 0x02, "Very Easy - 1:30") PORT_CONDITION("DSW2", 0x01, EQUALS, 0x00)
|
||||
PORT_DIPSETTING( 0x08, "Easy - 2:00") PORT_CONDITION("DSW2", 0x01, EQUALS, 0x00)
|
||||
|
Loading…
Reference in New Issue
Block a user