[ オリジナルレポート ]

BugID: #03045

カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
インターフェイス解決済み修正済み2009-03-20 13:042016-10-19 16:44
 
テスターDMala担当者Robbbertソース
バージョン0.130発生バージョン修正バージョン0.179
修正コミットプルリク
フラグ
セット
セット詳細
 
概 要ドライバ名とゲーム名が同じ場合、個々のiniファイルを作成できず、常にドライバのiniファイルとして扱われる。
詳 細When a game name is the same as a driver name, MAME treats the game's INI file as a driver INI file. Settings intended only for the individual game are applied to all games supported by the driver, which may not be desirable when a driver supports multiple dissimilar games.

Examples:
lwings.c (Legendary Wings settings affect Avengers, Trojan, and Section Z)
aerofgt.c (Aerofighters settings affect Karate Blazers, Spinal Breakers, Power Spikes, etc.)
asuka.c (Asuka & Asuka settings affect Cadash, Bonze Adventure, etc.)
再現手順1. Create an ini file for a game that shares its name with the driver
2. Choose settings appropriate for that game
3. Launch another game supported by the same driver

Result: Settings intended for the first game are applied to other games supported by the driver
追加情報Workaround is to create INI files for the other games supported by the driver, to override the driver level settings.
 
添付ファイル