| カテゴリ | 重要度 | ステータス | 解決状況 | 登録日時 | 最終更新 |
|---|---|---|---|---|---|
その他 | 低 | 解決済み | 修正済み | 2017-02-16 19:29 | 2017-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"; } | ||||
| 添付ファイル | |||||