llvm-mos / llvm-mos-sdk

SDK for developing with the llvm-mos compiler
https://www.llvm-mos.org
Other
255 stars 52 forks source link

[PC ENGINE] Wrong joypad button mask #335

Closed Ced2911 closed 3 weeks ago

Ced2911 commented 1 month ago

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 commented 1 month ago

@asiekierka