Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
05418 Misc. Minor Always Jan 6, 2014, 18:56 Jan 11, 2014, 16:56
Tester Raph4 View Status Public Platform MAME (Self-compiled)
Assigned To Resolution Open OS Windows Vista/7/8 (64-bit)
Status [?] Acknowledged Driver
Version 0.152 Fixed in Version Build 64-bit
Fixed in Git Commit Github Pull Request #
Summary 05418: can't change key "Enter", default key "-" with one other if..
Description can't change "Enter", default key "-" with one other if you record this setting into ctrlr file.
Steps To Reproduce launch game: Yo! Noid
setting this game, and change "Enter", default key "-" with one other, exemple "Enter"
now you can use ENTER key for "Enter"

exit game, check /cfg/pc_ynoid.cfg

file: pc_ynoid.cfg
<?xml version="1.0"?>
<!-- This file is autogenerated; comments and unknown tags will be stripped -->
<mameconfig version="10">
    <system name="pc_ynoid">
        <input>
            <port tag=":BIOS" type="SERVICE" mask="2" defvalue="0">
                <newseq type="standard">
                    KEYCODE_ENTER
                </newseq>
            </port>
        </input>
    </system>
</mameconfig>


now put this code in your ctrlr file:
<?xml version="1.0"?>
<!-- This file is autogenerated; comments and unknown tags will be stripped -->
<mameconfig version="10">
    <system name="playch10.c">
        <input>
            <port tag=":BIOS" type="SERVICE" mask="2" defvalue="0">
                <newseq type="standard">
                    KEYCODE_ENTER
                </newseq>
            </port>
        </input>
    </system>
</mameconfig>

add this ctrlr file into mame.ini, and delete /cfg/pc_ynoid.cfg

Launch game, and now "Enter" is not configured and default key "-" come back.
Additional Information
Github Commit
Flags
Regression Version
Affected Sets / Systems
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
0
There are no notes attached to this issue.