summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/silkroad.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/silkroad.cpp')
-rw-r--r--src/mame/drivers/silkroad.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/silkroad.cpp b/src/mame/drivers/silkroad.cpp
index b7a459822e9..2d90454a7bf 100644
--- a/src/mame/drivers/silkroad.cpp
+++ b/src/mame/drivers/silkroad.cpp
@@ -186,7 +186,7 @@ static INPUT_PORTS_START( silkroad )
PORT_BIT( 0x00000010, IP_ACTIVE_LOW, IPT_SERVICE1 )
PORT_SERVICE_NO_TOGGLE( 0x00000020, IP_ACTIVE_LOW )
PORT_BIT( 0x00000040, IP_ACTIVE_LOW, IPT_SERVICE2 ) /* Not mentioned in the "test mode" */
- PORT_BIT( 0x00000080, IP_ACTIVE_LOW, IPT_SPECIAL ) /* See notes - Stephh*/
+ PORT_BIT( 0x00000080, IP_ACTIVE_LOW, IPT_CUSTOM ) /* See notes - Stephh*/
PORT_BIT( 0x00000100, IP_ACTIVE_LOW, IPT_UNKNOWN ) // this input makes the 020 lock up...- RB
PORT_BIT( 0x00000200, IP_ACTIVE_LOW, IPT_UNKNOWN )
PORT_BIT( 0x00000400, IP_ACTIVE_LOW, IPT_UNKNOWN )
@@ -253,7 +253,7 @@ static INPUT_PORTS_START( silkroad )
PORT_DIPSETTING( 0x80000000, DEF_STR(1C_4C))
// PORT_START("MISC") /* Misc inputs */
-// PORT_BIT( 0x0080, IP_ACTIVE_HIGH, IPT_SPECIAL ) /* VBLANK ? */
+// PORT_BIT( 0x0080, IP_ACTIVE_HIGH, IPT_CUSTOM ) /* VBLANK ? */
// PORT_BIT( 0xff7f, IP_ACTIVE_LOW, IPT_UNUSED ) /* unknown / unused */
INPUT_PORTS_END