カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
その他解決済み修正済み2023-06-16 10:572023-06-25 07:32
 
テスターBalthier担当者hapソースnamco/namcos1.cpp
バージョン0.255発生バージョン修正バージョン0.256
修正コミット c1ceb6eプルリク
フラグ
セット All sets in namcos1.cpp
セット詳細
 
概 要勝手にクレジットが入る。
詳 細When running any game on the namcos1.cpp driver, the coin counters numbers in the machine's cfg file will increase by 3 on each start up even though credits are not being added by the user.
再現手順1. run any game on the namcos1.cpp driver ( http://adb.arcadeitalia.net/lista_mame.php?game_sourcefile=namcos1.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 3 now.
4. run the same game and repeat step 2.
5. repeat step 3, and the counters will now be at 6.
追加情報Here's the splatter.cfg as an example:
<?xml version="1.0"?>
<!-- This file is autogenerated; comments and unknown tags will be stripped -->
<mameconfig version="10">
    <system name="splatter">
        <counters>
            <coins index="0" number="3" />
            <coins index="1" number="3" />
        </counters>
    </system>
</mameconfig>


Not all of the games add 3 credits to the counters at each start. A handful only add 1 or 2 (berabohm for example).

I traced this all the way back to mame 0.142 where it first started. 0.141 and prior are okay.
 
添付ファイル