Multiplayer: Difference between revisions

From NeoGeo Development Wiki
Jump to navigation Jump to search
mNo edit summary
m (Wikipedia link for RS-485)
 
Line 12: Line 12:
=Protocol=
=Protocol=


Data is transmitted by the MCU using its SCI module. A data frame is composed of a start bit, 8 data bits then one end bit. Transmitted data is NRZ encoded, data rate appears to be 62500 bauds. See source on MCU page.
Data is transmitted by the MCU using its SCI module. A data frame is composed of a start bit, 8 data bits and one stop bit. The data is NRZ encoded and the baud rate appears to be 62500. See source on the MCU page.


The data is then carried on a common RS-485 bus formed by the linked cartridges.
The data is then carried on a common [https://en.wikipedia.org/wiki/RS-485 RS-485] bus formed by the linked cartridges.


<center>
<center>

Latest revision as of 15:47, 2 March 2019

Multiplayer can refer to:

The linkable cartridges have a dedicated HD6301 MCU and use a 3.5mm stereo jack cable to communicate with each other.

MVS comm circuit

The cartridges are fitted with two 3.5mm jack plugs to daisy chain up to 4 systems. Both jack plugs can be swapped, there is no in or out. The cabinet ID is set with the hardware DIPs.

Protocol

Data is transmitted by the MCU using its SCI module. A data frame is composed of a start bit, 8 data bits and one stop bit. The data is NRZ encoded and the baud rate appears to be 62500. See source on the MCU page.

The data is then carried on a common RS-485 bus formed by the linked cartridges.

Riding Hero comm instructions (1/2) Riding Hero comm instructions (2/2)