llvm-mos / llvm-mos-sdk

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

[PC ENGINE] Wrong joypad button mask #335

Closed Ced2911 closed 5 months ago

Ced2911 commented 5 months 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 5 months ago

@asiekierka