DreamPicoPort with original Dreamcast Controller Board - TheArcadeStriker/flycast-wiki GitHub Wiki

What Is It And Why Do I Care?

If you want to upcycle your dusty old Dreamcast, or if you are up for an investment into a preowned one, you can use the original controller board to expose all 4 Controller Ports with DreamPicoPort. You can also buy a new standalone controller board - but this may end up being more expensive depending on your market.

This HowTo elaborates the wiring of a Raspberry Pi Pico running DreamPicoPort to original Dreamcast controller boards. You can use this, e.g., for building a dedicated Dreamcast emulation device, like the one I build in a Dreamcast shell.

IMG_3454

General Disclaimer

Proceed at your own risk! None of the authors are liable for any damage that may occur due to the use of any provided schematics, firmware, or any other recommendations made within this project (see LICENSE). There is risk of damage to any attached hardware (ex: USB port, Dreamcast peripheral, or Dreamcast) if circuitry is improperly handled.

Step 0: Prerequisites

  • Get an Original Dreamcast Controller board
  • Get a 20 pin 1mm ribbon cable breakout board like this one
  • The following documentation is based on the linked board. I.e., Pin identifiers may be different if you use a different board

Step 1: Hardware Setup

  • Wire up a Raspberry Pi Pico or Raspberry Pi Pico 2 according to the scheme below
  • Make sure that you take the pin numbers from the 0.5mm side, despite the ribbon cable being connected to the 1mm side
  • As for GND and +5V, you can use any one of the pins. I decided to use those which have a Pico Pin No. assigned in the scheme
  • Make sure that the SDCKA/B Pins of A,B,C,D are wired from the breakout board to the Pi Pico using a resistor of ~50ohms - you need 8 resistors in total
  • Once the hardware is setup, deploy the appropriate binary
  • Perform a first test: Plugin the microcontroller with at least one controller connected. VMU LCD should show a QR-Code as well as the Player Identifier (A, B, C, or D)
  • If this doesn't work:
    • Something went wrong in the wiring; you should revisit the scheme above
    • Your Controller or VMU may be faulty; verify on original hardware
  • Make sure to checkout the DreamPicoPort Installation Guide if you run into any trouble

Step 2: Software Setup

Troubleshooting