summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2020-07-18 11:57:50 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2020-07-18 11:57:50 +1000
commit27245b0658286ba263c1729b5d77eb2aa3d0949a (patch)
tree96bbb1171e067013c52cfe43801c2ba77737b2a6
parent94d76c89a46b9dffcd1b4a36ddf69346aebd72bb (diff)
mpu4vid: IPT_SPECIAL does not exist: validation failed
-rw-r--r--src/mame/drivers/mpu4vid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mpu4vid.cpp b/src/mame/drivers/mpu4vid.cpp
index 4c80e99e052..c6b35e21e45 100644
--- a/src/mame/drivers/mpu4vid.cpp
+++ b/src/mame/drivers/mpu4vid.cpp
@@ -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")