summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/badlands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/badlands.cpp')
-rw-r--r--src/mame/machine/badlands.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/badlands.cpp b/src/mame/machine/badlands.cpp
index 3a8ba9a03ae..e4b06899d9d 100644
--- a/src/mame/machine/badlands.cpp
+++ b/src/mame/machine/badlands.cpp
@@ -68,10 +68,10 @@ INPUT_PORTS_START( badlands )
PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_COIN1 )
PORT_BIT( 0x04, IP_ACTIVE_HIGH, IPT_UNUSED )
PORT_BIT( 0x08, IP_ACTIVE_HIGH, IPT_UNUSED )
- PORT_BIT( 0x10, IP_ACTIVE_HIGH, IPT_SPECIAL ) /* self test */
+ PORT_BIT( 0x10, IP_ACTIVE_HIGH, IPT_CUSTOM ) /* self test */
PORT_BIT( 0x20, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_ATARI_COMM_SOUND_TO_MAIN_READY("soundcomm") /* response buffer full */
PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_CUSTOM ) PORT_ATARI_COMM_MAIN_TO_SOUND_READY("soundcomm") /* command buffer full */
- PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_SPECIAL ) /* self test */
+ PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_CUSTOM ) /* self test */
PORT_START("PEDALS") /* fake for pedals */
PORT_BIT( 0x0001, IP_ACTIVE_HIGH, IPT_BUTTON1 ) PORT_PLAYER(1) PORT_NAME("P1 Pedal")