Mrhide
Legendary
Anybody know what the Z connector is for ?! or the pinout for the S one?
AA (same pinout kick harness CPS1):
10 pts JST NH
1 GND
2 GND
3 1P KICK LIGHT
4 1P KICK MIDDLE
5 1P KICK HEAVY
6 NC
7 2P KICK LIGHT
8 2P KICK MIDDLE
9 2P KICK HEAVY
10 NC
3P and 4P:
3 and 4 Players
15 pts JST NH
1 COIN
2 START
3 LEFT
4 RIGHT
5 UP
6 DOWN
7 ATTTACK
8 JUMP
9 MAGIC
10 NC
11 SERVICE
12 COUNTER (coin counter)
13 LOCKOUT
14 GND
15 GND
M2:
to add second monitor
5 pts JST NH
1 RED
2 GREEN
3 BLUE
4 SYNC
5 GND
S: (Stereo)
4 pts JST NH
1 SPEAKER +
2 SPEAKER -
3 SPEAKER -
4 SPEAKER +
or mono
1 SPEAKER +
2 SPEAKER -
3
4
SI
pinner (Thank you ShootTheCore! )
6 pts JST NH
1: +5v
2: +5v
3: GND
4: GND
5: LEFT
6: RIGHT
Z:
?!?!?
4 pts JST NH
1 ?
2 ?
3 ?
4 ?
thanks!
edit: after looking at mame code I see a tilt, service port and yet another service port?
PORT_BIT( 0x00000100, IP_ACTIVE_LOW, IPT_TILT )
PORT_BIT( 0x00000200, IP_ACTIVE_LOW, IPT_SERVICE1 ) /* Service */
PORT_BIT( 0x00000400, IP_ACTIVE_LOW, IPT_SERVICE2 ) /* Only on some games */
PORT_BIT( 0x00000800, IP_ACTIVE_LOW, IPT_SERVICE3 ) /* Only on some games */
and
PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_UNUSED ) /* Another service mode */
but perhaps the guy who made the multi could help ?!

AA (same pinout kick harness CPS1):
10 pts JST NH
1 GND
2 GND
3 1P KICK LIGHT
4 1P KICK MIDDLE
5 1P KICK HEAVY
6 NC
7 2P KICK LIGHT
8 2P KICK MIDDLE
9 2P KICK HEAVY
10 NC
3P and 4P:
3 and 4 Players
15 pts JST NH
1 COIN
2 START
3 LEFT
4 RIGHT
5 UP
6 DOWN
7 ATTTACK
8 JUMP
9 MAGIC
10 NC
11 SERVICE
12 COUNTER (coin counter)
13 LOCKOUT
14 GND
15 GND
M2:
to add second monitor
5 pts JST NH
1 RED
2 GREEN
3 BLUE
4 SYNC
5 GND
S: (Stereo)
4 pts JST NH
1 SPEAKER +
2 SPEAKER -
3 SPEAKER -
4 SPEAKER +
or mono
1 SPEAKER +
2 SPEAKER -
3
4
SI

6 pts JST NH
1: +5v
2: +5v
3: GND
4: GND
5: LEFT
6: RIGHT
Z:
?!?!?
4 pts JST NH
1 ?
2 ?
3 ?
4 ?
thanks!
edit: after looking at mame code I see a tilt, service port and yet another service port?
PORT_BIT( 0x00000100, IP_ACTIVE_LOW, IPT_TILT )
PORT_BIT( 0x00000200, IP_ACTIVE_LOW, IPT_SERVICE1 ) /* Service */
PORT_BIT( 0x00000400, IP_ACTIVE_LOW, IPT_SERVICE2 ) /* Only on some games */
PORT_BIT( 0x00000800, IP_ACTIVE_LOW, IPT_SERVICE3 ) /* Only on some games */
and
PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_UNUSED ) /* Another service mode */
but perhaps the guy who made the multi could help ?!


Last edited: