summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/merit.c
diff options
context:
space:
mode:
author Brian Troha <briantro@users.noreply.github.com>2013-02-03 17:35:59 +0000
committer Brian Troha <briantro@users.noreply.github.com>2013-02-03 17:35:59 +0000
commit605cdad33cca697fb763d5126da349af0e13c351 (patch)
tree8907e3418167cb1db972ca1dcb04f1ebca77cf3c /src/mame/drivers/merit.c
parent51af5b7f1d1b42fea0510b4baa703b08e72f1910 (diff)
merit.c: Correct documentation of pins / switches. - NW
Diffstat (limited to 'src/mame/drivers/merit.c')
-rw-r--r--src/mame/drivers/merit.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/merit.c b/src/mame/drivers/merit.c
index 556eace556c..b8fa8533c81 100644
--- a/src/mame/drivers/merit.c
+++ b/src/mame/drivers/merit.c
@@ -572,7 +572,7 @@ static INPUT_PORTS_START( meritpoker )
PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_GAMBLE_DEAL )
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_GAMBLE_PAYOUT ) PORT_NAME( "Cash Out / Hi-Score" )
- PORT_START("IN1") /* Pins #65 through #58 of J3 in decending order */
+ PORT_START("IN1") /* Pins #57 through #51 of J3 in decending order */
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_COIN1 )
PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_COIN2 )
PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_GAMBLE_BOOK )
@@ -677,7 +677,7 @@ static INPUT_PORTS_START( pitboss ) /* PCB pinout maps 12 lamp outputs - Where a
PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_BUTTON6 ) PORT_CODE(KEYCODE_Q) PORT_NAME("P1/P2 Cancel")
PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_UNKNOWN ) //causes "unauthorized conversion" msg.
- PORT_START("IN1") /* Pins #65 through #58 of J3 in decending order */
+ PORT_START("IN1") /* Pins #57 through #51 of J3 in decending order */
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_COIN1 )
PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_COIN2 )
PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_GAMBLE_BOOK )
@@ -758,7 +758,7 @@ static INPUT_PORTS_START( casino5 )
PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_START1 ) PORT_NAME("Play")
PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_UNKNOWN ) /* pulling this LOW makes the horse racing game to not work */
- PORT_START("IN1") /* Pins #65 through #58 of J3 in decending order */
+ PORT_START("IN1") /* Pins #57 through #51 of J3 in decending order */
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_COIN1 )
PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_COIN2 )
PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_GAMBLE_BOOK )