Close
0%
0%

Arcade Joystick X4 Plus Simon Says Game

An USB joystick system with an integrated credit counter including a Simon says game to obtain credits and enable the insert coin buttons

Public Chat
Similar projects worth following
I was a bit disappointed with my first arcade cabinet. Although I employed genuine arcade joysticks and a vintage CRT display you didn’t get the same feeling that playing the original arcades. When playing the original, death was dramatic: if you "died" in the game and you wanted to continue playing you had to spend a valuable coin. In my cabinet you was able to get a credit just by pressing a button so in practical terms you have unlimited lives and the feeling was lost. To solve this I devised a joystick system with an integrated credit counter. The system disables the insert coin buttons unless credits are available and includes a little challenge that must be won in order to obtain them. The challenge is the Simon says electronic game created by Ralph Baer and Howard J. Morrison in 1978. As in the original Simon says game there are several skill levels. The number of credits obtained when the game is won will depend on the selected skill level.

WARNING: THIS PROJECT IS DEPRECATED

You can find an enhanced fork at https://hackaday.io/project/189223-enhanced-arcade-joystick-x4-simon-says-game

1 Introduction

1.1 Motivation

Thanks to the emulators available nowadays I was able to make my own arcade cabinet. Although I employed genuine arcade joysticks and a vintage CRT display I didn’t get the same feeling that playing the original arcades. When playing the original, death was dramatic: if you "died" in the game and you wanted to continue playing you had to spend a valuable coin. Since emulators let you simulate the insertion of a coin just by pressing a key, in practical terms you have unlimited lives and the feeling is lost. To solve this I devised a joystick system with an integrated credit counter. The system disables the insert coin buttons unless credits are available and includes a little challenge that must be won in order to obtain them.

1.2 The challenge

It is the Simon says electronic game created by Ralph Baer and Howard J. Morrison in 1978. The following description of the game has bee taken from wikipedia (https://en.wikipedia.org/wiki/Simon_%28game%29):

The device has four colored buttons, each producing a particular tone when it is pressed or activated by the device. A round in the game consists of the device lighting up one or more buttons in a random order, after which the player must reproduce that order by pressing the buttons. As the game progresses, the number of buttons to be pressed increases.

As in the original Simon says game there are several skill levels. The number of credits obtained when the game is won will depend on the selected skill level.

1.3 Features

  • Includes four arcade joysticks using just an USB connector.
  • No special drivers are needed.
  • Each joystick have six generic buttons, a start button and a backlighted insert coin button.
  • The insert coin buttons are also employed in an integrated Simon says game in order to obtain credits.
  • The insert coin buttons are disabled when there are no credits available.

2 Usage

When connecting the system to your computer it will recognize a set of joysticks. No special drivers should be needed. However, if the system is going to be used with arcade emulation software you will need to configure the emulator properly. First you will need to set the first four detected interfaces as the joysticks of the players 1, 2, 3 and 4. Also you will have to set the last button of each joystick as insert coin button. The fifth interface is used for interacting with the emulator and is not linked to any joystick by default (see the next section). You will have to configure its buttons for tasks such as pausing the emulation, resetting the emulated system,etc.

2.1 Interacting with emulators

Sending commands to the emulator (for example to pause or quit the emulation) requires setting one of the joysticks as emulation controller. To do so, while pushing the white backlighted button, push the insert coin button of the joystick to be set as emulation controller. That button will light up to indicate that the associated joystick does not work as game controller anymore. Its buttons will have associated the functions you configured in the previous section. If you want to change the joystick to be used as emulation controller repeat the previous step but pushing the insert coin button of another joystick. You can make the joystick used as emulation controller work as game controller again. To do so just press its insert coin button again while holding the backlighted white button pressed. After that the insert coin button will light down.

2.2 Getting credits

In order to obtain credits you will have to play the embebed Simon says game by following these steps:

  • Push the white backlighted button. All the insert coin buttos will light up.
  • Select the skill level by pushing one of the backlighted buttons. The following table describes each skill level.
  • The system will generate sequences of lights and sounds....
Read more »

JPEG Image - 1.90 MB - 02/16/2018 at 15:31

Preview
Download

Portable Network Graphics (PNG) - 98.30 kB - 02/16/2018 at 15:31

Preview
Download

makefile - 16.59 kB - 02/16/2018 at 15:31

Download

x-csrc - 20.08 kB - 02/16/2018 at 15:31

Download

x-chdr - 4.00 kB - 02/16/2018 at 15:31

Download

View all 41 files

  • 4 × arcade joystick
  • 24 × generic arcade button
  • 1 × Teensy++ 2.0 board
  • 1 × red backlighted arcade button
  • 1 × green backlighted arcade button

View all 11 components

  • 1
    Compiling the firmware

    This step is not required unless you want to modify the source code. From a terminal/command line go to the folder/directory containing the source code and execute the following:

    • make clean
    • make

    This will generate a .hex file containing the compiled firmware. After connecting the teensy board you can program it as shown in the next section or, if you have installed the command line version of the teensy loader application, program it directly by executing this:

    • make program

    You will be requested to push the button of the teensy board. Do so and the firmware will be downloaded.

  • 2
    Programming the Teensy++ 2.0 board

    You can find a detailed description of the following steps at https://www.pj rc.com/teensy/loader.html.

    • Connect the teensy board to your computer.
    • Execute the teensy loader application.
    • Push the button of the teensy board.
    • From the File name, choose "Open HEX File" and open the .hex file containing the firmware to be programmed.
    • Select "Program" from the "Operations" menu, or click the Program button on the tool bar. You should see the "Download Complete" message.
    • Choose "Reboot" from the "Operations" menu, or click the Reboot button on the tool bar.
  • 3
    Configuring the software

    When connecting the system to your computer it will recognize a set of joysticks. No special drivers should be needed. However, if the system is going to be used with arcade emulation software you will need to configure the emulator properly. First you will need to set the first four detected interfaces as the joysticks of the players 1, 2, 3 and 4. Also you will have to set the last button of each joystick as insert coin button. The fifth interface is used for interacting with the emulator and is not linked to any joystick by default (see the details section). You will have to configure its buttons for tasks such as pausing the emulation, resetting the emulated system,etc.

View all 4 instructions

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates