fix mantis 01853 (caused by duplicate port bits)

This commit is contained in:
davidhay 2008-06-01 00:27:59 +00:00
parent 3eafea292a
commit 3bf1082485

View File

@ -351,7 +351,7 @@ static INPUT_PORTS_START( shadfrce )
PORT_START /* Fake IN5 (misc) */
PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_VBLANK ) /* guess */
PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_UNKNOWN ) /* must be ACTIVE_LOW or 'shadfrcj' jumps to the end (code at 0x04902e) */
PORT_BIT( 0xec, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_BIT( 0xeb, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_START /* Fake IN6 (DIP1) */
PORT_DIPNAME( 0x01, 0x01, "Unused DIP 1-1" )