Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Narkoa opened this issue Feb 28, 2022 · 2 comments
Open

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

Narkoa opened this issue Feb 28, 2022 · 2 comments

Comments

@Narkoa
Copy link
Contributor

Narkoa commented Feb 28, 2022

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 ?

@bzhxx
Copy link
Owner

bzhxx commented Mar 1, 2022

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

@bzhxx bzhxx closed this as completed Mar 1, 2022
@bzhxx bzhxx reopened this Mar 1, 2022
@Narkoa
Copy link
Contributor Author

Narkoa commented Mar 2, 2022

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
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants