mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
mpu4vid: IPT_SPECIAL does not exist: validation failed
This commit is contained in:
parent
94d76c89a4
commit
27245b0658
@ -875,7 +875,7 @@ static INPUT_PORTS_START( v4psi )
|
||||
PORT_INCLUDE( mpu4 )
|
||||
PORT_MODIFY("ORANGE1")
|
||||
PORT_BIT( 0x07, IP_ACTIVE_HIGH, IPT_UNKNOWN )
|
||||
PORT_BIT( 0x08, IP_ACTIVE_HIGH, IPT_SPECIAL ) // Payout Shelf opto
|
||||
PORT_BIT( 0x08, IP_ACTIVE_HIGH, IPT_CUSTOM ) // Payout Shelf opto
|
||||
PORT_BIT( 0xf0, IP_ACTIVE_HIGH, IPT_UNKNOWN )
|
||||
|
||||
PORT_MODIFY("ORANGE2")
|
||||
|
Loading…
Reference in New Issue
Block a user