#118488 - 3yE - Tue Feb 13, 2007 11:03 pm
You should disassemble the GBA, turn it on, and probe whether the buttons actually have a common voltage source. Probe against the ground. You will find ground areas where screws and all sorts of metallic shields connect to the board.
Then you make your own switches, and wire this source through the switch to the input wires - ones where there is no voltage upon.
#130204 - mog123 - Thu May 31, 2007 9:09 pm
I forgot about my GBA for a while, now I want to do this project. Really.
All the info I need is:
Do all the buttons connect from Testpoints to ground? Or maybe some go to +V?
#130227 - phonymike - Fri Jun 01, 2007 4:01 am
I would love to help, but don't see how this works. would the third and fourth buttons be read as select+A = 3, select+B = 4? you're gonna need some diodes to prevent the buttons from tying together. if you solder a wire from select, to A, to your switch, it's gonna trigger select and A if you press any of the buttons by themselves.
A = select + A
select = select + A
button 3 = select + A
unless there's a known way to wire this up that I don't know about, you're gonna need more than just wire.
you mine as well just wire up switches to the i/o port, and use general purpose mode to read extra keys, that way you get 4 extra buttons. you're gonna need custom software either way.