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

Workaround for MiSTer controller limitation: 3P/3K #679

Closed Firehawke closed 3 months ago

Firehawke commented 4 months ago

If using an arcade stick, the lack of easy mapping for CPS1/2 3P/3K isn't a huge problem, but on almost any other kind of controller it can rapidly turn into a major problem. MiSTer will let you do alternate mapping, but it won't let you do three buttons on one.

Please consider adding optional dedicated 3P/3K inputs.

jotego commented 3 months ago

Sorry this issue got overlooked.

I think this should be handled by the FPGA platforms. Particularly because the core already has 8 buttons (6 for action plus credit and start). Please try to get this implemented directly in the MiSTer platform and all cores will benefit from it.

Thank you