opengateware / arcade-irem_m92

Irem M92 Arcade Compatible Gateware IP Core
GNU General Public License v3.0
14 stars 1 forks source link

Button Remapping is greyed out/not functional #2

Closed ifighftdragons closed 2 months ago

ifighftdragons commented 2 months ago

Version (or build number)

0.1.0

Steps to reproduce

No response

Expected Behavior

No response

Actual Behavior

Button Remapping is greyed out/not functional

Additional Context

No response

Opened Issues and Pull Requests

No response

boogermann commented 2 months ago

I suspect there might be a bug with the Pocket firmware, as the option will be available randomly even though all the files are in the proper place, sometimes swapping games will magically activate it. This still needs to be investigated

boogermann commented 2 months ago

@ifighftdragons can you please manually update the input.json file inside Cores\opengateware.irem_m92 to

{
    "input": {
        "magic": "APF_VER_1",
        "controllers": [
            {
                "type": "default",
                "mappings": []
            }
        ]
    }
}

This is fixed and will be available on the next release

ifighftdragons commented 2 months ago

@ifighftdragons can you please manually update the input.json file inside Cores\opengateware.irem_m92 to

{
    "input": {
        "magic": "APF_VER_1",
        "controllers": [
            {
                "type": "default",
                "mappings": []
            }
        ]
    }
}

This is fixed and will be available on the next release

Tried this just now. It makes the option not greyed out anymore, but it's sti,, impossible to go into the settings to change the button mappings. Trying to enter into the button settings menu doesn't work.

ifighftdragons commented 2 months ago

This will fix it:

{ "input":{ "magic": "APF_VER_1", "controllers": [ { "type": "default", "mappings": [] } ] } }