jotego / jtcores

FPGA cores compatible with multiple arcade game machines and KiCAD schematics of arcade games. Working on MiSTer FPGA/Analogue Pocket
https://patreon.com/jotego
GNU General Public License v3.0
228 stars 40 forks source link

Parodius Da - Incorrect Button Mapping when using DB15 Joystick? #666

Closed JuJuden closed 4 months ago

JuJuden commented 4 months ago

Thanks for this amazing core!

When using an original NEOGEO Arcade Stick with a DB9 > DB15 splitter from Antonio Villena, the button mapping works as follow: A - Shoot B - Missile Bell Power C - Power Up

According to the Operators Manual, it seems the correct mapping should be: A - Power Up B - Shoot C - Missile Bell Power

I think the latter is also more consistent with other Gradius / Parodius games.

jotego commented 4 months ago

Fixed in cf8f884

JuJuden commented 4 months ago

Just wanted to confirm it's now working fine. Thank you for fixing it.