summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/kopunch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/kopunch.cpp')
-rw-r--r--src/mame/drivers/kopunch.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/kopunch.cpp b/src/mame/drivers/kopunch.cpp
index 06af3492198..27ecd5dd3ab 100644
--- a/src/mame/drivers/kopunch.cpp
+++ b/src/mame/drivers/kopunch.cpp
@@ -147,11 +147,11 @@ static INPUT_PORTS_START( kopunch )
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_UNKNOWN ) // related to above startbuttons
PORT_START("SYSTEM")
- PORT_BIT( 0x07, IP_ACTIVE_HIGH, IPT_SPECIAL ) // punch strength (high 3 bits)
+ PORT_BIT( 0x07, IP_ACTIVE_HIGH, IPT_CUSTOM ) // punch strength (high 3 bits)
PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_COIN2 ) PORT_CHANGED_MEMBER(DEVICE_SELF, kopunch_state, right_coin_inserted, 0)
- PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_SPECIAL ) // sensor
- PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_SPECIAL ) // sensor
- PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_SPECIAL ) // sensor
+ PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_CUSTOM ) // sensor
+ PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_CUSTOM ) // sensor
+ PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_CUSTOM ) // sensor
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_COIN1 ) PORT_CHANGED_MEMBER(DEVICE_SELF, kopunch_state, left_coin_inserted, 0)
PORT_START("DSW")