[ オリジナルレポート ]

BugID: #05002

カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
インターフェイス機能追加解決済み修正済み2012-09-17 00:022017-07-21 18:00
 
テスターFirewave担当者 ソース
バージョン0.146u5発生バージョン修正バージョン0.150
修正コミットプルリク
フラグ
セット
セット詳細
 
概 要-listxmlへのデバイス情報追加についてのご提案。
詳 細I wanted to do a testrun on all sets using the duart68681, but recognized that only the CPU, sound screen and speaker devices are listed in the -listxml output. -listdevices lists of of them though. Since -listxml is the place for all the information in a parse-able way they should also be added there.

-listdevices

Driver ringrage (Ring Rage (Ver 2.3O 1992/08/09)):
   Ring Rage (Ver 2.3O 1992/08/09) (':')
   68EC020 (':maincpu') @ 16.00 MHz
   EEPROM (':eeprom')
   Video Screen (':screen')
   68000 (':audiocpu') @ 15.23 MHz
   DUART 68681 (':duart68681') @ 4.00 MHz
   Fujitsu MB87078 (':mb87078')
   Speaker (':lspeaker')
   Speaker (':rspeaker')
   ES5505 (':ensoniq') @ 15.23 MHz


-listxml

		<chip type="cpu" tag="maincpu" name="68EC020" clock="16000000"/>
		<chip type="cpu" tag="audiocpu" name="68000" clock="15238050"/>
		<chip type="audio" tag="lspeaker" name="Speaker"/>
		<chip type="audio" tag="rspeaker" name="Speaker"/>
		<chip type="audio" tag="ensoniq" name="ES5505" clock="15238050"/>
		<display tag="screen" type="raster" rotate="0" width="320" height="224" refresh="58.970000" />
再現手順 
追加情報 
 
添付ファイル