LCD-Game-Shrinker
LCD-Game-Shrinker copied to clipboard
Add support for G&W zelda mapping keys "Start" and "Select"
I would like to be able to map G&W Zelda Start and Select buttons in order to emulate more LCD games. Basically all games that buttons 3 or 4.
I did custom files for some of them (tgaunt.py, tgoldeye.py, tmkombat.py,...) using BTN_START and BTN_SELECT.
And I added their definition to the rom_config.py but without success...
BTN_START = 0x100 #BTN_C
BTN_SELECT = 0x200 #BTN_D
Any hints please ?
Hi, According to a first investigation, I need to modify the emulator to support more keys.
Hi, Thanks for your feedback! I hope it will be feasible. Please keep me updated if possible.
Here are some custom files I did try to make if it helps in your dev test custom.zip .