The Game Boy GamePad [blog]

I posted recently about trying to make a DMG GamePad – where I could use a full Game Boy as a gamepad on something like a MiSTer device where I could easily record or really anything that accepted a USB gamepad.
First try failed, I then pivoted and success! Here’s how.

How it works
Using an Arduino Pro Micro acting as the gamepad and wired into a game link cable, the Arduino serves two purposes. Firstly, it listens for messages from the Game Boy over, what is effectively, SPI protocol.
When those messages come in, using the “DaemonBite Retro Controllers” as the basis for the code, the appropriate gamepad signal is sent over USB (the USB port that’s normally used to program the Arduino).
The result is a low latency, simple to use Game Boy as gamepad.
Requirements
Here’s the parts I used:

Arduino Pro Micro – 16Mhz flavour (I used a cheap clone board from AliX)
DMG 04 – link cable (of course you could use a GBA or GBC link cable)
(Optionally) Game link port – this part really isn’t required if you’re happy with permanently soldering the game link cable to the Arduino

Tools are:

Flush cutters
Soldering iron
Arduino IDE

The code


This content originally appeared on remy sharp's b:log and was authored by remy sharp's b:log

I posted recently about trying to make a DMG GamePad - where I could use a full Game Boy as a gamepad on something like a MiSTer device where I could easily record or really anything that accepted a USB gamepad.

First try failed, I then pivoted and success! Here's how.

How it works

Using an Arduino Pro Micro acting as the gamepad and wired into a game link cable, the Arduino serves two purposes. Firstly, it listens for messages from the Game Boy over, what is effectively, SPI protocol.

When those messages come in, using the "DaemonBite Retro Controllers" as the basis for the code, the appropriate gamepad signal is sent over USB (the USB port that's normally used to program the Arduino).

The result is a low latency, simple to use Game Boy as gamepad.

Requirements

Here's the parts I used:

  • Arduino Pro Micro - 16Mhz flavour (I used a cheap clone board from AliX)
  • DMG 04 - link cable (of course you could use a GBA or GBC link cable)
  • (Optionally) Game link port - this part really isn't required if you're happy with permanently soldering the game link cable to the Arduino

Tools are:

  • Flush cutters
  • Soldering iron
  • Arduino IDE

The code

Originally published on Remy Sharp's b:log


This content originally appeared on remy sharp's b:log and was authored by remy sharp's b:log


Print Share Comment Cite Upload Translate Updates
APA

remy sharp's b:log | Sciencx (2023-03-13T01:37:57+00:00) The Game Boy GamePad [blog]. Retrieved from https://www.scien.cx/2023/03/13/the-game-boy-gamepad-blog/

MLA
" » The Game Boy GamePad [blog]." remy sharp's b:log | Sciencx - Monday March 13, 2023, https://www.scien.cx/2023/03/13/the-game-boy-gamepad-blog/
HARVARD
remy sharp's b:log | Sciencx Monday March 13, 2023 » The Game Boy GamePad [blog]., viewed ,<https://www.scien.cx/2023/03/13/the-game-boy-gamepad-blog/>
VANCOUVER
remy sharp's b:log | Sciencx - » The Game Boy GamePad [blog]. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2023/03/13/the-game-boy-gamepad-blog/
CHICAGO
" » The Game Boy GamePad [blog]." remy sharp's b:log | Sciencx - Accessed . https://www.scien.cx/2023/03/13/the-game-boy-gamepad-blog/
IEEE
" » The Game Boy GamePad [blog]." remy sharp's b:log | Sciencx [Online]. Available: https://www.scien.cx/2023/03/13/the-game-boy-gamepad-blog/. [Accessed: ]
rf:citation
» The Game Boy GamePad [blog] | remy sharp's b:log | Sciencx | https://www.scien.cx/2023/03/13/the-game-boy-gamepad-blog/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.