| カテゴリ | 重要度 | ステータス | 解決状況 | 登録日時 | 最終更新 |
|---|---|---|---|---|---|
その他 | 低 | 仮承認 | 未処理 | 2014-01-07 03:56 | 2014-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. | ||||
| 追加情報 | |||||
| 添付ファイル | |||||