Thus the ProPlay controller idea was born. I had 2 choices in mind to go with, 1 the Sega master system controller which was a 2 button controller and a Sega Genesis 4 button controller.
There was also the Sega Genesis 7 button controller, but that would require a chip in the controller and +5 volts to the controller for the chip which means either a battery or a console mod. So easy elimination there.
At first I was thinking the Sega Master System controller would be great, I figured I could get them used for next to nothing. Well They are harder to come by then I thought and more expensive used then I thought.
While searching for used controller I came across new replacement 3rd party controller for the Sega Genesis. Cheap and New perfect fit.
The Sega controller has a 9pin plug, same as the TI and has all 9 wires in the cord, where as the TI controllers only send 6 wires to each controller. The basic idea was to create a single controller that uses both joystick 1 and joystick 2 inputs. So how many inputs can we get from this with out any special bit switching. The TI controller has 5 buttons in it, UP,DOWN,LEFT,RIGHT,FIRE BUTTON. Since I want to use the standard statements in basic to make programming as easy as possible, you can't use UP and DOWN at the SAME time, same with LEFT and RIGHT. So that leave 3 possible switches, Vertical, Horizontal, and the Fire Button.
Programming for the new pad is quite simple,
rem this reads all buttons 10 call clear 20 call joyst(1,x,y) 30 call joyst(2,a,b) 40 call key(1,k1,s) 50 call key(2,k2,s)
x,y,k1 in the code above is the basic joystick input, -4,0,4 for x,y and 18 for k1 which will be referred to as button 1
a is button 2, b is button 3 and k2 is button 4, the start button. return values are 4,0 for a,b and 18,-1 for k2
The game pads works as player 1 game controller in all existing TI games that use a joystick, and a linked set will be available that will let a 2nd controller be used as player 2 controller, although it will be limited to the standard TI 1 button format. The 1st controller will be able to be used as a 4 button controller in single player games and a 1 button controller in 2 player games.
The controller has a 6ft cable and will be compatible with any Atari 9pin extension cables.


I plan on having these available at the fair for $20, I made my prototype by hacking and slashing the PCBoard in the controller, quite the challenge. I have Designed a new PCBoard for future controller. I will be ordering my 1st 6 boards as prototype boards to make sure my design works in the housing of the gamepad. If all goes well with these six, I will then order a regular run of the PCBoards. If I have no problems with the prototypes then $20 a controller will be set, If I have to redesign I will have to re-evaluate my price point, but I want to do everything possible to ensure a Cheap, Affordable and New controller for the TI community.
Comments welcomed!
John














