カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
その他解決済み修正済み2023-06-17 05:072023-06-25 14:12
 
テスターBalthier担当者hapソースsega/segahang.cpp
バージョン0.255発生バージョン修正バージョン0.256
修正コミット 59e0d82プルリク
フラグ
セット All sets in segahang.cpp
セット詳細
 
概 要起動時にクレジットが勝手に入る。
詳 細When running a game, the coin counters numbers in the machine's cfg file will increase by 1 on each start up even though credits are not being added by the user. The 6 key for Coin 2 only increases the first coin counter.
再現手順1. run any of the affected games ( http://adb.arcadeitalia.net/lista_mame.php?game_sourcefile=segahang.cpp ).
2. let the game run for a little bit, just don't add any credits.
3. exit the game, go to your cfg directory and examine the game's cfg file. The coin counter numbers should be at 1 now.
4. run the same game and repeat step 2.
5. repeat step 3, and the counters will now be at 2.

Now try pressing the 6 key in-game to add credits, only the first counter will increase.
追加情報Example sharrier.cfg after one run, no credits added:
<?xml version="1.0"?>
<!-- This file is autogenerated; comments and unknown tags will be stripped -->
<mameconfig version="10">
    <system name="sharrier">
        <counters>
            <coins index="0" number="1" />
            <coins index="1" number="1" />
        </counters>
    </system>
</mameconfig>
 
添付ファイル