カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
その他認証済み未処理2023-06-17 14:232023-06-21 14:41
 
テスターBalthier担当者 ソースtaito/topspeed.cpp
バージョン0.255発生バージョン修正バージョン
修正コミットプルリク
フラグ
セット All sets in topspeed.cpp
セット詳細
topspeed - フルスロットル / Top Speed (海外版)
 
概 要起動時にコインカウンタが勝手に増える。
詳 細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.
再現手順1. run any of the affected games ( topspeed, topspeedu, fullthrl ).
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.
追加情報Example fullthrl.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="fullthrl">
        <counters>
            <coins index="0" number="1" />
            <coins index="1" number="1" />
        </counters>
    </system>
</mameconfig>


Mame versions 0.120 to 0.149 add 2 coins to each counter at each startup, and 0.150 to current add 1. I didn't test with any versions before 0.120 so I don't know if these games always autoincremented.

I'll also note that the 5 and 6 keys increment the correct counters in this case, if anyone happens to be curious.
 
添付ファイル