カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
その他仮承認未処理2014-01-07 03:562014-01-12 01:56
 
テスターRaph4担当者 ソースnintendo/playch10.cpp
バージョン0.152発生バージョン修正バージョン
修正コミットプルリク
フラグ
セット
セット詳細
 
概 要"Enter"と"-"キーを他のキーに置き換えられない。
詳 細can't change "Enter", default key "-" with one other if you record this setting into ctrlr file.
再現手順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.
追加情報 
 
添付ファイル