summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jclub2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/jclub2.cpp')
-rw-r--r--src/mame/drivers/jclub2.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/mame/drivers/jclub2.cpp b/src/mame/drivers/jclub2.cpp
index a0f51c327cd..f3042d7be7d 100644
--- a/src/mame/drivers/jclub2.cpp
+++ b/src/mame/drivers/jclub2.cpp
@@ -977,7 +977,7 @@ static INPUT_PORTS_START( jclub2v100 )
PORT_CONFNAME(0x08000000, 0x08000000, "System Int Down")
PORT_CONFSETTING( 0x08000000, DEF_STR( Off ) )
PORT_CONFSETTING( 0x00000000, DEF_STR( On ) ) // Emergency Error 0002
- PORT_BIT( 0x80000000, IP_ACTIVE_HIGH, IPT_SPECIAL ) PORT_READ_LINE_DEVICE_MEMBER("eeprom", eeprom_serial_93cxx_device, do_read)
+ PORT_BIT( 0x80000000, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_READ_LINE_DEVICE_MEMBER("eeprom", eeprom_serial_93cxx_device, do_read)
PORT_START("COIN") // 580008.w
PORT_BIT( 0x00010000, IP_ACTIVE_LOW, IPT_OTHER ) PORT_NAME("P1 Payout") PORT_CODE(KEYCODE_LCONTROL)
@@ -986,8 +986,8 @@ static INPUT_PORTS_START( jclub2v100 )
PORT_BIT( 0x00080000, IP_ACTIVE_LOW, IPT_START1 )
PORT_BIT( 0x00100000, IP_ACTIVE_LOW, IPT_UNKNOWN )
PORT_BIT( 0x00200000, IP_ACTIVE_LOW, IPT_UNKNOWN )
- PORT_BIT( 0x00400000, IP_ACTIVE_HIGH, IPT_SPECIAL ) PORT_READ_LINE_DEVICE_MEMBER("hopper2", ticket_dispenser_device, line_r) // P2 coin out
- PORT_BIT( 0x00800000, IP_ACTIVE_HIGH, IPT_SPECIAL ) PORT_READ_LINE_DEVICE_MEMBER("hopper1", ticket_dispenser_device, line_r) // P1 coin out
+ PORT_BIT( 0x00400000, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_READ_LINE_DEVICE_MEMBER("hopper2", ticket_dispenser_device, line_r) // P2 coin out
+ PORT_BIT( 0x00800000, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_READ_LINE_DEVICE_MEMBER("hopper1", ticket_dispenser_device, line_r) // P1 coin out
PORT_BIT( 0x01000000, IP_ACTIVE_LOW, IPT_UNKNOWN )
PORT_BIT( 0x02000000, IP_ACTIVE_LOW, IPT_UNKNOWN )
PORT_BIT( 0x04000000, IP_ACTIVE_LOW, IPT_COIN1 ) PORT_IMPULSE(15) // P1 coin drop
@@ -1004,8 +1004,8 @@ static INPUT_PORTS_START( jclub2v100 )
PORT_BIT( 0x00080000, IP_ACTIVE_LOW, IPT_OTHER ) PORT_NAME("P1 Cancel") PORT_CODE(KEYCODE_LALT)
PORT_SERVICE_NO_TOGGLE( 0x00100000, IP_ACTIVE_LOW ) // test switch (on during boot: service mode, but make sure Config Key is off!)
PORT_BIT( 0x00200000, IP_ACTIVE_LOW, IPT_UNKNOWN )
- PORT_BIT( 0x00400000, IP_ACTIVE_LOW, IPT_SPECIAL ) // P2 hopper full
- PORT_BIT( 0x00800000, IP_ACTIVE_LOW, IPT_SPECIAL ) // P1 hopper full
+ PORT_BIT( 0x00400000, IP_ACTIVE_LOW, IPT_CUSTOM ) // P2 hopper full
+ PORT_BIT( 0x00800000, IP_ACTIVE_LOW, IPT_CUSTOM ) // P1 hopper full
PORT_START("P2LOW") // 4e0000.w (low byte)
PORT_BIT( 0x00010000, IP_ACTIVE_LOW, IPT_OTHER ) PORT_NAME("P2 Payout") PORT_CODE(KEYCODE_RCONTROL)
@@ -1032,7 +1032,7 @@ static INPUT_PORTS_START( jclub2v112 )
PORT_CONFNAME(0x08000000, 0x08000000, "Disable Coins?") // causes lockout and coins to not register (same as an hardware error)
PORT_CONFSETTING( 0x08000000, DEF_STR( Off ))
PORT_CONFSETTING( 0x00000000, DEF_STR( On ))
- PORT_BIT( 0x80000000, IP_ACTIVE_HIGH, IPT_SPECIAL ) PORT_READ_LINE_DEVICE_MEMBER("eeprom", eeprom_serial_93cxx_device, do_read)
+ PORT_BIT( 0x80000000, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_READ_LINE_DEVICE_MEMBER("eeprom", eeprom_serial_93cxx_device, do_read)
INPUT_PORTS_END
@@ -1051,7 +1051,7 @@ static INPUT_PORTS_START( darkhors )
PORT_BIT( 0x00020000, IP_ACTIVE_LOW, IPT_COIN1 ) PORT_IMPULSE( 5) // P1 coin in s1
PORT_BIT( 0x00040000, IP_ACTIVE_LOW, IPT_COIN1 ) PORT_IMPULSE(10) // P1 coin in s2
PORT_BIT( 0x00080000, IP_ACTIVE_LOW, IPT_COIN1 ) PORT_IMPULSE(15) // P1 coin drop
- PORT_BIT( 0x00100000, IP_ACTIVE_LOW, IPT_SPECIAL ) // P1 hopper full
+ PORT_BIT( 0x00100000, IP_ACTIVE_LOW, IPT_CUSTOM ) // P1 hopper full
PORT_BIT( 0x00200000, IP_ACTIVE_LOW, IPT_OTHER ) // P1 coin out sensor
PORT_BIT( 0x00400000, IP_ACTIVE_LOW, IPT_UNKNOWN )
PORT_BIT( 0x00800000, IP_ACTIVE_LOW, IPT_UNKNOWN )
@@ -1059,7 +1059,7 @@ static INPUT_PORTS_START( darkhors )
PORT_BIT( 0x02000000, IP_ACTIVE_LOW, IPT_COIN2 ) PORT_IMPULSE( 5) // P2 coin in s1
PORT_BIT( 0x04000000, IP_ACTIVE_LOW, IPT_COIN2 ) PORT_IMPULSE(10) // P2 coin in s2
PORT_BIT( 0x08000000, IP_ACTIVE_LOW, IPT_COIN2 ) PORT_IMPULSE(15) // P2 coin drop
- PORT_BIT( 0x10000000, IP_ACTIVE_LOW, IPT_SPECIAL ) // P2 hopper full
+ PORT_BIT( 0x10000000, IP_ACTIVE_LOW, IPT_CUSTOM ) // P2 hopper full
PORT_BIT( 0x20000000, IP_ACTIVE_LOW, IPT_OTHER ) // P2 coin out sensor
PORT_BIT( 0x40000000, IP_ACTIVE_LOW, IPT_UNKNOWN )
PORT_BIT( 0x80000000, IP_ACTIVE_LOW, IPT_UNKNOWN )
@@ -1072,7 +1072,7 @@ static INPUT_PORTS_START( darkhors )
PORT_SERVICE_NO_TOGGLE( 0x00100000, IP_ACTIVE_LOW ) // test switch (on during boot: service mode, but make sure Config Key is off!)
PORT_BIT( 0x00200000, IP_ACTIVE_LOW, IPT_OTHER ) PORT_NAME("Door 1") PORT_CODE(KEYCODE_OPENBRACE) PORT_TOGGLE
PORT_BIT( 0x00400000, IP_ACTIVE_LOW, IPT_OTHER ) PORT_NAME("Door 2") PORT_CODE(KEYCODE_CLOSEBRACE) PORT_TOGGLE
- PORT_BIT( 0x00800000, IP_ACTIVE_HIGH, IPT_SPECIAL ) PORT_READ_LINE_DEVICE_MEMBER("eeprom", eeprom_serial_93cxx_device, do_read) // door 3 in service mode!
+ PORT_BIT( 0x00800000, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_READ_LINE_DEVICE_MEMBER("eeprom", eeprom_serial_93cxx_device, do_read) // door 3 in service mode!
PORT_BIT( 0x01000000, IP_ACTIVE_LOW, IPT_START1 )
PORT_BIT( 0x02000000, IP_ACTIVE_LOW, IPT_OTHER ) PORT_NAME("P1 Payout") PORT_CODE(KEYCODE_LCONTROL)
PORT_BIT( 0x04000000, IP_ACTIVE_LOW, IPT_OTHER ) PORT_NAME("P1 Cancel") PORT_CODE(KEYCODE_LALT)