| カテゴリ | 重要度 | ステータス | 解決状況 | 登録日時 | 最終更新 |
|---|---|---|---|---|---|
その他 | 低 | 解決済み | 修正済み | 2023-06-16 10:57 | 2023-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. | ||||
| 添付ファイル | |||||