mirror of
https://github.com/holub/mame
synced 2025-05-08 23:31:54 +03:00
Fixed dsw activeness (needed by Kozure Ookami, presumably as a debug feature)
This commit is contained in:
parent
06fe09e29b
commit
902b6e715a
@ -530,6 +530,7 @@ static INPUT_PORTS_START( armedf )
|
|||||||
PORT_DIPSETTING( 0x80, DEF_STR( Normal ) )
|
PORT_DIPSETTING( 0x80, DEF_STR( Normal ) )
|
||||||
PORT_DIPSETTING( 0x40, DEF_STR( Hard ) )
|
PORT_DIPSETTING( 0x40, DEF_STR( Hard ) )
|
||||||
PORT_DIPSETTING( 0x00, DEF_STR( Hardest ) )
|
PORT_DIPSETTING( 0x00, DEF_STR( Hardest ) )
|
||||||
|
PORT_BIT( 0xff00, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
||||||
|
|
||||||
PORT_START("DSW2")
|
PORT_START("DSW2")
|
||||||
PORT_DIPNAME( 0x03, 0x03, DEF_STR( Coin_A ) ) PORT_DIPLOCATION("SW2:1,2")
|
PORT_DIPNAME( 0x03, 0x03, DEF_STR( Coin_A ) ) PORT_DIPLOCATION("SW2:1,2")
|
||||||
@ -551,6 +552,7 @@ static INPUT_PORTS_START( armedf )
|
|||||||
PORT_DIPSETTING( 0x40, DEF_STR( Off ) )
|
PORT_DIPSETTING( 0x40, DEF_STR( Off ) )
|
||||||
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
|
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
|
||||||
PORT_DIPUNUSED_DIPLOC( 0x80, 0x80, "SW2:8" )
|
PORT_DIPUNUSED_DIPLOC( 0x80, 0x80, "SW2:8" )
|
||||||
|
PORT_BIT( 0xff00, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
||||||
INPUT_PORTS_END
|
INPUT_PORTS_END
|
||||||
|
|
||||||
static INPUT_PORTS_START( legion )
|
static INPUT_PORTS_START( legion )
|
||||||
|
Loading…
Reference in New Issue
Block a user