prehisle.c: PORT_VBLANK seems more likely active low (nw)

This commit is contained in:
Alex W. Jackson 2014-12-09 20:52:35 -05:00
parent 87027e2c15
commit b5f303f809

View File

@ -139,7 +139,7 @@ static INPUT_PORTS_START( prehisle )
PORT_DIPNAME( 0x40, 0x40, DEF_STR( Allow_Continue ) ) PORT_DIPLOCATION("SW2:7")
PORT_DIPSETTING( 0x00, DEF_STR( No ) )
PORT_DIPSETTING( 0x40, DEF_STR( Yes ) )
PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_VBLANK("screen")
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_CUSTOM ) PORT_VBLANK("screen")
INPUT_PORTS_END
/******************************************************************************/