[ オリジナルレポート ]

BugID: #06048

カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
システムコア解決済み修正済み2015-10-22 07:082016-03-10 20:22
 
テスターRoman担当者Ossoソース
バージョン0.166発生バージョン修正バージョン0.168
修正コミットプルリク
フラグ
セット e01, e01s
セット詳細
 
概 要e01とd01sの-listxmlの出力が安定しない。
詳 細I've created a batchfile which runs mame -listxml >fileX multiple times (e.g. 10x)...in my example 1 out of such 10 outputs is different.
It is always different for the roms of e01/e01s (actually e01 will always be bad and lists the files of e01s...so you end up with identical rom element output for e01/e01s...

wrong:
<machine name="e01" sourcefile="src/devices/bus/econet/e01.c" isdevice="yes" runnable="no">
<description>Acorn FileStore E01</description>
<rom name="e01sv133.rom" size="65536" crc="2a4a0032" sha1="54ad68ceae44992293ccdd64ec88ad8520deec22" region="r65c102" offset="0"/>
<rom name="e01sv140.rom" size="65536" crc="5068fe86" sha1="9b8740face15b5541e2375b3054988af00757931" region="r65c102" offset="0"/>

right:
<machine name="e01" sourcefile="src/devices/bus/econet/e01.c" isdevice="yes" runnable="no">
<description>Acorn FileStore E01</description>
<rom name="0254,205-04 e01 fs" size="32768" crc="ae666c76" sha1="0954119eb5cd09cdbadf76d60d812aa845838d5a" region="r65c102" offset="0"/>
<rom name="0254,205-03 e01 mos" size="32768" crc="a13e8014" sha1="6f44a1a48108c60a64a1774cb30c1a59c4a6a199" region="r65c102" offset="8000"/>
再現手順Run -listxml multiple times, redirect the output to different files, compare the files (e.g. by looking at the size/checksum)...I've run this on various systems and this error occurs...also other people can repeat this.....
追加情報 
 
添付ファイルPNG filee01bug.PNG (2015-10-22 07:08)