Changing Menu Buttons For Pocketsnes


mizuryu

Still Fresh
Joined
Oct 9, 2010
Messages
15
Sadly the - volume button on my Wiz broke off. Is there any way possible to change the buttons config around on the Pocketsnes so I can access the menu so i can save and change games?
 
mizuryu said:
Sadly the - volume button on my Wiz broke off. Is there any way possible to change the buttons config around on the Pocketsnes so I can access the menu so i can save and change games?

Your only option is to get the source code and modify main.cpp. It should be a simple change, good luck!.
 
Last edited by a moderator:
Sorry to ask but where do i find the source code? and how do i change it
 
Would be really nice if someone could do this for the next official release, if it hasn't been done already. I find hitting both volume buttons on the wiz simultaneously to be pretty inconvenient.
 
I have a copy

http://reesy.gp32x.de/pocketsnes_wiz_sa1.zip

You'll need to modify main.cpp as I said previously. The code you want to modify is in the S9xReadJoypad() procedure.

You'll need a compiler

http://dl.openhandhelds.org/cgi-bin/wiz.cgi?0,0,0,0,14,8

just update main.cpp and then run make -f Makefile.wiz

Later
Reesy
 
Reesy

You make it sound so easy.....I never done anything like this and have no idea what I am doing
 
No problem, I've downloaded the compiler and I've managed to get PocketSnes to compile. What do button or combo do you want to map the menu to?
 
Reesy said:
No problem, I've downloaded the compiler and I've managed to get PocketSnes to compile. What do button or combo do you want to map the menu to?


I was thinking L button and start please :)

Thank you for your help Reesy
 
Last edited by a moderator:
http://reesy.gp32x.de/pocketsnes_wiz_menufix.zip

I'm coding blind as I do not have a wiz, the download above should work and if it does theres not much I can do about it.
 
It didn't work. It gets stuck on the loading screen. Thank you for your help though
 
you could ask the guy who is improving pocket snes (bitrider - i think he has same name on here) to allow changing the button mapping somehow. IMO there's not much sense doing anything to the old version since a lot of work has gone into the 7.X improvements. he still didn't release the source code yet, but that's another story, so that anyone else could do it.
 
Back
Top