| カテゴリ | 重要度 | ステータス | 解決状況 | 登録日時 | 最終更新 |
|---|---|---|---|---|---|
その他 | 低 | 認証済み | 未処理 | 2023-07-08 11:02 | 2025-01-18 20:08 |
| テスター | Balthier | 担当者 |   | ソース | galaxian/galaxian.cpp |
| バージョン | 0.256 | 発生バージョン | 修正バージョン | ||
| 修正コミット | プルリク | ||||
| フラグ | |||||
| セット | atlantis, atlantis2, bagmanm2, bagmanmc, theend, theends, theendss | ||||
| セット詳細 |
atlantis - Battle of Atlantis (set 1) bagmanm2 - バッグマン (ムーンクレスタ基板海賊版, set 2) bagmanmc - バッグマン (ムーンクレスタ基板海賊版, set 1) theend - ジ・エンド | ||||
| 概 要 | 起動時にコインカウンタが勝手に増える。 | ||||
| 詳 細 | When running a game, the coin counter numbers in the machine's cfg file will increase on each start up even though credits are not being added by the user. | ||||
| 再現手順 | 1. Run any of the affected games. 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. | ||||
| 追加情報 | bagmanm2 and bagmanmc add 2 coins per boot instead of just 1, those are the only 2 that are a little different. Example theend.cfg after 2 runs, no credits added:
<?xml version="1.0"?>
<!-- This file is autogenerated; comments and unknown tags will be stripped -->
<mameconfig version="10">
<system name="theend">
<counters>
<coins index="0" number="2" />
</counters>
</system>
</mameconfig>
Example bagmanm2.cfg after 2 runs, no credits added:
<?xml version="1.0"?>
<!-- This file is autogenerated; comments and unknown tags will be stripped -->
<mameconfig version="10">
<system name="bagmanm2">
<counters>
<coins index="0" number="4" />
</counters>
<ui_warnings launched="1688759423" warned="1688759423">
<feature device="bagmanm2" type="cocktail" status="unemulated" />
<feature device="bagmanm2" type="palette" status="imperfect" />
</ui_warnings>
</system>
</mameconfig>
| ||||
| 添付ファイル | |||||