mpu4vid.cpp: Fix Prize Space Invaders switches

This commit is contained in:
James Wallace 2020-07-28 09:01:22 +01:00 committed by GitHub
parent 77450420af
commit 0eacedc1c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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_CUSTOM ) // Payout Shelf opto
PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_CUSTOM ) // Payout Shelf opto
PORT_BIT( 0xf0, IP_ACTIVE_HIGH, IPT_UNKNOWN )
PORT_MODIFY("ORANGE2")