mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
mpu4vid.cpp: Added payout shelf opto to v4psi
This commit is contained in:
parent
1cb892176d
commit
f5fbf6dd2c
@ -873,6 +873,10 @@ INPUT_PORTS_END
|
||||
|
||||
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( 0xf0, IP_ACTIVE_HIGH, IPT_UNKNOWN )
|
||||
|
||||
PORT_MODIFY("ORANGE2")
|
||||
// No. 17 to 24 according to test mode
|
||||
|
Loading…
Reference in New Issue
Block a user