Previous 199869 Revisions Next

r20703 Sunday 3rd February, 2013 at 17:35:59 UTC by Brian Troha
merit.c: Correct documentation of pins / switches. - NW
[src/mame/drivers]merit.c

trunk/src/mame/drivers/merit.c
r20702r20703
572572   PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_GAMBLE_DEAL )
573573   PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_GAMBLE_PAYOUT ) PORT_NAME( "Cash Out / Hi-Score" )
574574
575   PORT_START("IN1") /* Pins #65 through #58 of J3 in decending order */
575   PORT_START("IN1") /* Pins #57 through #51 of J3 in decending order */
576576   PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_COIN1 )
577577   PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_COIN2 )
578578   PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_GAMBLE_BOOK )
r20702r20703
677677   PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_BUTTON6 ) PORT_CODE(KEYCODE_Q) PORT_NAME("P1/P2 Cancel")
678678   PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_UNKNOWN ) //causes "unauthorized conversion" msg.
679679
680   PORT_START("IN1") /* Pins #65 through #58 of J3 in decending order */
680   PORT_START("IN1") /* Pins #57 through #51 of J3 in decending order */
681681   PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_COIN1 )
682682   PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_COIN2 )
683683   PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_GAMBLE_BOOK )
r20702r20703
758758   PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_START1 ) PORT_NAME("Play")
759759   PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_UNKNOWN )   /* pulling this LOW makes the horse racing game to not work */
760760
761   PORT_START("IN1") /* Pins #65 through #58 of J3 in decending order */
761   PORT_START("IN1") /* Pins #57 through #51 of J3 in decending order */
762762   PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_COIN1 )
763763   PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_COIN2 )
764764   PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_GAMBLE_BOOK )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team