Drop-in Pcb Makes Nintendo Four Score A USB Joystick

The Nintendo Four Score was a controller attachment for the original Nintendo Entertainment System which allowed you to use four controllers at one time. [Simon Inns] wanted to use some original NES controllers on his computer so he developed a drop-in replacement board that converts the device to USB.

As we’ve seen with other NES controller hacks, the hardware uses a simple parallel to serial shift register to deliver key-presses to the console. This means that reading four controllers at a time is no different than shifting in data to a microcontroller from the four different sources. The remaining portion of the problem is providing a USB connection that enumerates the device as a joystick. We’ve seen a bunch of USB projects from [Simon] so it’s no surprise that he was able to pull it off.

He went with the ATmega16U2 which has built-in support for USB. [Simon] wrote the code so that although there is only one USB cable, each of the four controller ports will appear as a separate USB joystick on the computer. To button up the project he carefully measured the original board and laid out his own version so that it fits the footprint of all the original components as well as the mounting brackets on the case. Top notch [Simon]!

12 thoughts on “Drop-in Pcb Makes Nintendo Four Score A USB Joystick

    1. Because of the overload of information now on the net, sometimes the wheel is often recreated just because they don’t know someone did it already. That, or he thought he could do it better, or hey EVEN better, he wanted to learn it instead of copy it.

      1. “sometimes the wheel is often recreated just because they don’t know someone did it already”

        I really wish someone would create a database index of the internet and allow you to search it. If I made one I would call it google..

        Honestly, he did not research his project much, searching for “snes USB” turns up thousands and thousands of results.

        the #1 thing all the newbie “hackers” need to learn is how to do research, google does give classes on how to use their search engine… problem is you have to search for them..

      2. Often the wheel is intentionally re-created. It can be a vital part of the learning process and can be an efficient way to learn several systems at once. It’s not quick, but it can be thorough and rewarding.

    2. There are a few reasons I didn’t use the ATmega8; V-USB is not electrically compliant to the USB standard and requires more components, an ATmega16u2 allows you to use LUFA which is very flexible and (mainly) I happen to have a lot of ATmega16u2s to hand. Besides the ATmega16u2 is actually cheaper than the ATmega8 from my local supplier (RS components) and more powerful.

      1. The first video is the same as the one embeded in the HaD article itself, the second one is quite dissoriented and only shows how the adapter returns values of the different keypresses (without any speech or explanation). I will try to make a new video sometime this summer where I demonstrate the latest model which is shown on the (now dead but archived) webpage.

        I really should try to find a proper host at some point. SiteSled was doomed from the start, but it was free (and best of all; ad-free). I do have a backup of the entire webpage offline, so it would be quite easy to restore it if I only found a host. It will problably not happen too soon, but eventually…

Leave a Reply to pathartlCancel reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.