mirror of
https://github.com/holub/mame
synced 2025-05-29 09:03:08 +03:00
fix mantis 01853 (caused by duplicate port bits)
This commit is contained in:
parent
3eafea292a
commit
3bf1082485
@ -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" )
|
||||
|
Loading…
Reference in New Issue
Block a user