virtvic Posted August 25, 2022 Share Posted August 25, 2022 Hi there, I'm working on making some arcade joysticks for the PC Engine / Turbo Grafx. They will be the same form factor as a bunch of my other sticks - I already have a working circuit to interface the PC Engine cable to the stick & buttons, but I'd like to add the 2 speed autofire to both buttons, like the original joypads. Trouble is, I'm no electronics expert at all (I found the circuit online and made some on perfboard) Can anyone help me out with a circuit (or better still a pcb design) to incorporate the controls and turbo fires into one? This is my circuit so far, an LS157 and 4 resistors. I think the original pads use a 74HC163 for the autofire pulses. Quote Link to comment Share on other sites More sharing options...
virtvic Posted August 25, 2022 Author Share Posted August 25, 2022 My other controllers for NES, Vectrex, PC USB, BBC B, MegaDrive etc can be found here - http://tenpencearcade.co.uk/controllers-for-sale/ Quote Link to comment Share on other sites More sharing options...
Dopy25 Posted August 28, 2022 Share Posted August 28, 2022 When I modded an NES advantage for tg16 I found the best option to add turbo buttons was a 555 timer like these: (Pack of 50 Pieces) MCIGICM Ne555 Timer IC Chip Kit Pulse Generator https://a.co/d/6v9SWw5 I ended up not needing them because I was able to use the built in turbo from the advantage but I'm thinking those might help you. Quote Link to comment Share on other sites More sharing options...
+Razzie.P Posted August 29, 2022 Share Posted August 29, 2022 On 8/25/2022 at 1:49 PM, virtvic said: My other controllers for NES, Vectrex, PC USB, BBC B, MegaDrive etc can be found here - http://tenpencearcade.co.uk/controllers-for-sale/ Can't help you with the circuit, but just wanted to say those look awesome. Quote Link to comment Share on other sites More sharing options...
virtvic Posted August 29, 2022 Author Share Posted August 29, 2022 Encouragement is also appreciated! Quote Link to comment Share on other sites More sharing options...
virtvic Posted August 31, 2022 Author Share Posted August 31, 2022 Prototype PC Engine joystick Quote Link to comment Share on other sites More sharing options...
+Stephen Moss Posted September 1, 2022 Share Posted September 1, 2022 On 8/25/2022 at 3:42 PM, virtvic said: but I'd like to add the 2 speed autofire to both buttons, May be a little late but would both buttons be linked (driven by same signal or independent, each button having it own auto fire circuit that can be switched on/off? As previously mentioned you could use a 555 timer (plenty of circuits & calculators online) and a couple in the data sheet. You would only need to use the simplest Asynchronous (free-running) circuit, to change the speed simply switch a second resistor in parallel with the other one (or both if using that 555 circuit design), thereby changing the resistance and thus the frequency. I have attached a simple circuit that may be suitable, which does not include the supplemental components for the full 555 circuit as it just shows how to intergrade the 555 output with the Fire Button. Its operation works on the assumption that the active fire button output is logic low (0V) and is as follows... Switch set to 0V connection: The output of the OR gate will be that of the Fire Button (Manual Fire) Switch set to 555 output connection: When the fire button is pressed the output or the OR gate will be that of the 555 timer (Auto Fire), then the fire button is not pressed the output or the OR gate will be High (Stop Firing). If however the active output of the fire button is high, simply change the 0V connection to the Switch to a 5V connection and replace the OR gate with an AND gate. Another way to do it would be to program a small PIC microcontroller, or even an Arduino. Quote Link to comment Share on other sites More sharing options...
virtvic Posted September 1, 2022 Author Share Posted September 1, 2022 I am going to try and implement auto fire onto both fire buttons. It needs to be on a cheap as possible circuit, probably in the same pcb as the interface circuit to keep costs down. I’m working on it! Quote Link to comment Share on other sites More sharing options...
+Stephen Moss Posted September 2, 2022 Share Posted September 2, 2022 Well the circuit I provide should not cost much, you would only need 1 x 555 Timer , 2 or 3 resistors & a capacitor to complete the 555 circuit, 1 x quad, 2 input OR or AND device, 1 SPDT switch for changing the auto fire speed between 2 options and either two SPDT switches (one for each fire button for independent auto fire selection on each fire button ) or a single DTDT switch for switching the auto fire selection on both fire buttons together. Essential, you just double up one everything except the 555 timer , the output of which goes to both fire button circuits, the switches will be the most expensive parts maybe running two a couple of pounds each depending on what you get, but probably looking at 5 or 6 pound in total. Using a PIC would be a little cheaper as you would only need that and the switches, particularly if making production runs as less board space, however as you would need to purchase a programmer if you do not already have one it is not cost effective for a 1 off, unless you could find someone load the program into the PIC for you. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.