カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
その他解決済み修正済み2017-02-16 19:292017-02-28 22:27
 
テスターqmc2担当者 ソースcoleco/coleco.cpp
バージョン0.182発生バージョン修正バージョン0.184
修正コミットプルリク
フラグ
セット coleco and clones, adam
セット詳細
 
概 要-listxmlでColelo製カセットデバイスの名前が間違っている。
詳 細The interface of coleco's cartridge device is named wrongly in the -listxml output. It starts with a colon (:) although it supposedly shouldn't.

Please see this topic over at the Emuversal Bulletin Board for more details:
http://forums.bannister.org/ubbthreads.php?ubb=showflat&Number=108892#Post108892
再現手順 
追加情報AFAICT, the second line below appears be the offending one:
rene@marvin:~/src/mame-git> find src/ -type f -print0 | xargs -0 grep -n ":coleco_cart"
src/devices/bus/coleco/exp.cpp:42:              m_rom = device().machine().memory().region_alloc(":coleco_cart:rom", size, 1, ENDIANNESS_LITTLE)->base();
src/devices/bus/coleco/exp.h:90:        virtual const char *image_interface() const override { return ":coleco_cart"; }
 
添付ファイル