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

[PC ENGINE] Wrong joypad button mask #335

Closed
Ced2911 opened this issue Jun 3, 2024 · 1 comment
Closed

[PC ENGINE] Wrong joypad button mask #335

Ced2911 opened this issue Jun 3, 2024 · 1 comment

Comments

@Ced2911
Copy link

Ced2911 commented Jun 3, 2024

The button mask for right and down button is inverted.
According to https://github.com/pce-devel/huc/blob/a627890f96b45a8dcf8b994ac9eb04bd048a0992/include/huc/joypad.asm#L15
KEY_RIGHT should be 0x20
KEY_DOWN should be 0x40

@mysterymath
Copy link
Member

@asiekierka

asiekierka added a commit to asiekierka/llvm-mos-sdk that referenced this issue Jun 16, 2024
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