Skip to content

Conversation

SailorSat
Copy link
Contributor

tail2nos and f1gp use an MC6850 with dual DE9 ports to link up to 6 units in a ring.
gstriker has only one DE9 port to link 2 units.

the exact clock of the MC6850 is unknown.
6 players fails at 19200 baud, but works with 38400 baud (and up).

@SailorSat
Copy link
Contributor Author

Test-Footage.

https://youtu.be/jnX99usnKg0?t=40
https://youtu.be/M-ijC6e__qE?t=40
https://youtu.be/c4DM6tpDw_Q?t=8

big thanks to Kale and startaq for their input.

- renamed rs232a and rs232b in dual port configuration to "com_out" and "com_in".
- hooked up the 6850 in the f1gp bootleg.
- rs232 devices in f1gp and tail2nos are no longer optional.
- removed (default) loopback slot option.
@SailorSat SailorSat requested a review from startaq August 12, 2025 02:45
@ajrhacker
Copy link
Contributor

The one small problem is that the actual baud rate is likely not 19200 or 38400 or any other standard rate.

Someone with a PCB of one of these games needs to measure what frequency is present on MC6850 pins 3 & 4.

@SailorSat
Copy link
Contributor Author

someone on discord offered to trace those on a "super formula" board. has no ways of measuring them though.
waiting for their reply.

@SailorSat
Copy link
Contributor Author

according to the person on discord, pin 3 and 4 are connected together and fed by pin 6 of a LS393.
that LS393 has 20MHz on pin 1 and GND on pin 2.

based on that and the datasheet of a LS393 the divider should be 16.
20MHz / 16 (LS393) / 16 (in the 6850) equals a real baudrate of 78125.

given some tolerances, I'd setup the rs232 defaults with 76800 baud.
the null_modem device (or more likely rs232 device) does not offer a 76800 baud option however.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants