LCD-Game-Shrinker icon indicating copy to clipboard operation
LCD-Game-Shrinker copied to clipboard

Add support for G&W zelda mapping keys "Start" and "Select"

Open Narkoa opened this issue 3 years ago • 2 comments

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 ?

Narkoa avatar Feb 28 '22 13:02 Narkoa

Hi, According to a first investigation, I need to modify the emulator to support more keys.

bzhxx avatar Mar 01 '22 21:03 bzhxx

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 .

Narkoa avatar Mar 02 '22 15:03 Narkoa