This project allow the use of a Wii Nunchuck for playing games with Atari 2600 and other video-games with compatible joystick port (like ZX Spectrum w/ Kempston).
The heart of the circuit is a PIC microcontroller that converts I2C data from Wii Nunchuck. into pressing of switches on the Atari Joystick.
The device can be programmed into several modes of operation, with or without the accelerometers and auto-fire. The configuration is stored in EEPROM.
All components are through hole and the board can be easily built at home.
Files
at26-SNES_box_3d.skp
3D files for a box to [S]NES version of adapter
SSEYO Koan Play File -
1.14 MB -
07/08/2016 at 20:24
Here is a short video of the [S]NES firmware in action.
Since Atari controllers have only one button, all buttons of [S]NES controller are mapped to the same function. Any button held down when the board is powered on become an auto-fire button as shown for button A in the video.
The female connector was taken from a cheap SNES extender. The wire colouring is not equal that from the original controller, so the wires must be identified prior to soldering
The overview of the assembly is show below. 3 of the wires are soldered on the bottom (lower) face, while the others are soldered on the top layer
Below is a close view of the wiring, showing the top face.
The bottom face is shown below. Notice the modification from pin 7 of the micro-controller to the central pad.
Just by adding a single jumper wire to the board and using an appropriate connector it makes possible to turn the AT is possible to turn the AT26-Chuck into a [S]NES to Atari converter with programmable auto fire support.
The code is mostly based on the #Digi:[S]NES project with some #defines to make the Arduino I/O functions compatible with CCS C:
The auto fire is also borrowed from #Digi:[S]NES and it works on the contrary of the most common implementations either in software or in hardware: Instead of causing the actuation of the auto-fire button it causes the release of the button, thus simplifying the code to a single mask that causes the key to be released at a given rate. If the key is not pressed, then it makes no difference.
All of the buttons of the [S]NES controller are mapped to the single button in the Atari connector. To enable the auto fire for a given button just hold it down while the circuit is powered on. The auto-fire does not work for the directional buttons nor for Start and Select.
The connection to the SNES and NES controllers can be seen in the picture below. Notice that some wires are connected on the solder side of the board.
At least: I've managed to shoot a small video of the #AT26-Chuck in action. It took me some time to fix the color coding of the Atari Clone so it could show colors when working together with my flat screen TV/Monitor, but that is another story...
I have finally built the programmer/tester adapter using veroboard. The board was programmed and it is now working.
I think it worth to mention that the pinout was carefully choosen so all the programming signals would be available at the interface connector and thus elimitating the need for an ICSP connector on the board.
It's been a while since the last time I've updated this project. The reason is that I am waiting for the boards to be ready so I can assemble them. In the meanwhile I have translated the user manual for English language. Here is a link for the manual.
Based on the contest rules I've created a checklist to be printed and
left in plain sight in my benchtop, so I can easily see what's left to
be done as well as the deadlines. This will help me to not get
disqualified by forgetting small things like fulfilling the BOM.
Checklist is available inOpenOffice format and in PDF
[verified: no design files missing]