[ オリジナルレポート ]

BugID: #07410

カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
インターフェイス解決済み修正済み2019-09-08 20:492020-10-04 17:55
 
テスターhap担当者cuavasソース
バージョン0.213発生バージョン修正バージョン0.226
修正コミットプルリク
フラグ
セット
セット詳細
 
概 要verifyromsで親とチェックサムが同じ場合にBADと報告される。
詳 細If a clone romset has the same checksums as the parent romset, and at least one used rom is available, -verifyroms will report it as bad when the user doesn't have the romset at all. It's a weird combination and verifyroms somehow gets confused.

For example, mu100r in ymmu100.cpp
再現手順- make a fresh MAME install (either compile, or download newest version)
- put hd44780_a00.zip in the roms folder, this is a common LCD device.

mame -verifyroms mu100
romset "mu100" not found!

mame -verifyroms mu100b
romset "mu100b" not found!

mame -verifyroms mu100r
mu100r : xu50720.ic11 (2097152 bytes) - NOT FOUND (mu100)
mu100r : xt71420.ic11 (2097152 bytes) - NOT FOUND (mu100)
mu100r : xt714e0.ic11 (2097152 bytes) - NOT FOUND (mu100)
mu100r : sx518b0.ic34 (4194304 bytes) - NOT FOUND (mu100)
mu100r : sx743b0.ic35 (4194304 bytes) - NOT FOUND (mu100)
mu100r : xt445a0-828.ic36 (2097152 bytes) - NOT FOUND (mu100)
mu100r : xt461a0-829.ic37 (2097152 bytes) - NOT FOUND (mu100)
mu100r : xt462a0.ic39 (4194304 bytes) - NOT FOUND (mu100)
mu100r : xt463a0.ic38 (4194304 bytes) - NOT FOUND (mu100)
mu100r : mu100-font.bin (4096 bytes) - NOT FOUND (mulcd)
mu100r : hd44780_a00.bin (4096 bytes) - NEEDS REDUMP
romset mu100r [mu100] is bad
1 romsets found, 0 were OK.
追加情報Bug reported by Berger (MAME Linux build)
Bug does not happen in for example fidel_excel.cpp where fexceld is the same romset as fexcel. In this case there's no rom available at all (like the LCD rom in mu100r)
 
添付ファイル