mirror of
https://github.com/holub/mame
synced 2025-06-06 04:43:45 +03:00
mpu4vid.cpp: Fix Prize Space Invaders switches
This commit is contained in:
parent
77450420af
commit
0eacedc1c7
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user