Homebrew DC Twinsticks Possible (Maybe)
The theory of this is that by using devices such as relays, logic gates, or a PIC (Programmable Integrated Circuit), one can condense the amount
of wires from a complex control scheme to something simple enough to solder onto the limited contact points of a dreamcast controller.
In this way, true homebrew twin sticks are possible (At least in my head), with just a few parts found at RadioShack (and the purchase of arcade 4-way trigger joysticks)
http://img469.imageshack.us/img469/3519/lg1ye8.png
**Logic Operations**
IF Left-UP AND Right-UP-----------------//dash forward
IF Left-DOWN AND Right-DOWN-----------------//dash backwards
IF Left-UP AND Right-DOWN-----------------//pivot right
IF Right-UP AND Left-DOWN-----------------//pivot left
http://img337.imageshack.us/img337/8206/lg2ud1.png
**Logic Operations**
IF Left-LEFT AND Right-LEFT---------------------- //dash left
IF Left-RIGHT AND Right-RIGHT----------------------//dash right
IF Left-LEFT AND Right-RIGHT---------------------- //jump
IF Left-RIGHT AND Right-LEFT----------------------//block
Your thoughts and input are welcome.