summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segas16a.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/segas16a.cpp')
-rw-r--r--src/mame/drivers/segas16a.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/mame/drivers/segas16a.cpp b/src/mame/drivers/segas16a.cpp
index 54e66094390..75be59aece4 100644
--- a/src/mame/drivers/segas16a.cpp
+++ b/src/mame/drivers/segas16a.cpp
@@ -1248,7 +1248,7 @@ static INPUT_PORTS_START( afighter_analog )
PORT_INCLUDE( afighter )
PORT_MODIFY("P1")
- PORT_BIT( 0x07, IP_ACTIVE_LOW, IPT_SPECIAL ) PORT_CUSTOM_MEMBER(DEVICE_SELF, afighter_16a_analog_state, afighter_accel_r, nullptr)
+ PORT_BIT( 0x07, IP_ACTIVE_LOW, IPT_CUSTOM ) PORT_CUSTOM_MEMBER(DEVICE_SELF, afighter_16a_analog_state, afighter_accel_r, nullptr)
PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_BUTTON1 ) // SHOT
PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_BUTTON2 ) // WEAPON1
@@ -1256,10 +1256,10 @@ static INPUT_PORTS_START( afighter_analog )
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_BUTTON4 ) // WEAPON3
PORT_MODIFY("P2")
- PORT_BIT( 0xff, IP_ACTIVE_LOW, IPT_SPECIAL ) PORT_CUSTOM_MEMBER(DEVICE_SELF, afighter_16a_analog_state, afighter_handl_left_r, nullptr)
+ PORT_BIT( 0xff, IP_ACTIVE_LOW, IPT_CUSTOM ) PORT_CUSTOM_MEMBER(DEVICE_SELF, afighter_16a_analog_state, afighter_handl_left_r, nullptr)
PORT_MODIFY("UNUSED")
- PORT_BIT( 0xff, IP_ACTIVE_LOW, IPT_SPECIAL ) PORT_CUSTOM_MEMBER(DEVICE_SELF, afighter_16a_analog_state, afighter_handl_right_r, nullptr)
+ PORT_BIT( 0xff, IP_ACTIVE_LOW, IPT_CUSTOM ) PORT_CUSTOM_MEMBER(DEVICE_SELF, afighter_16a_analog_state, afighter_handl_right_r, nullptr)
PORT_START("STEER") // steering
PORT_BIT( 0xff, 0x00, IPT_PADDLE ) PORT_SENSITIVITY(100) PORT_KEYDELTA(4)
@@ -1404,14 +1404,14 @@ static INPUT_PORTS_START( mjleague )
PORT_INCLUDE( system16a_generic )
PORT_MODIFY("SERVICE")
- PORT_BIT( 0x40, IP_ACTIVE_HIGH, IPT_SPECIAL ) // upper bit of trackball
- PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_SPECIAL ) // upper bit of trackball
+ PORT_BIT( 0x40, IP_ACTIVE_HIGH, IPT_CUSTOM ) // upper bit of trackball
+ PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_CUSTOM ) // upper bit of trackball
PORT_MODIFY("P1")
- PORT_BIT( 0xff, IP_ACTIVE_LOW, IPT_SPECIAL )
+ PORT_BIT( 0xff, IP_ACTIVE_LOW, IPT_CUSTOM )
PORT_MODIFY("P2")
- PORT_BIT( 0xff, IP_ACTIVE_LOW, IPT_SPECIAL )
+ PORT_BIT( 0xff, IP_ACTIVE_LOW, IPT_CUSTOM )
PORT_MODIFY("DSW2")
PORT_DIPNAME( 0x01, 0x00, DEF_STR( Cabinet ) ) PORT_DIPLOCATION("SW2:1")
@@ -1637,7 +1637,7 @@ static INPUT_PORTS_START( sdi )
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_PLAYER(2)
PORT_MODIFY("P1")
- PORT_BIT( 0xff, 0x80, IPT_SPECIAL )
+ PORT_BIT( 0xff, 0x80, IPT_CUSTOM )
PORT_MODIFY("UNUSED")
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_JOYSTICKLEFT_DOWN ) PORT_8WAY
@@ -1650,7 +1650,7 @@ static INPUT_PORTS_START( sdi )
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_JOYSTICKLEFT_LEFT ) PORT_8WAY PORT_PLAYER(2)
PORT_MODIFY("P2")
- PORT_BIT( 0xff, 0x80, IPT_SPECIAL )
+ PORT_BIT( 0xff, 0x80, IPT_CUSTOM )
PORT_MODIFY("DSW2")
PORT_DIPNAME( 0x01, 0x01, DEF_STR( Allow_Continue ) ) PORT_DIPLOCATION("SW2:1")