Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
06504 Misc. Minor Always Feb 16, 2017, 10:29 Feb 28, 2017, 13:27
Tester qmc2 View Status Public Platform SDLMAME
Assigned To Resolution Fixed OS Linux (64-bit)
Status [?] Resolved Driver
Version 0.182 Fixed in Version 0.184 Build 64-bit
Fixed in Git Commit Github Pull Request #
Summary MESS-specific 06504: coleco and clones, adam: Wrong device interface name
Description 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
Steps To Reproduce
Additional Information 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"; }
Github Commit
Flags
Regression Version
Affected Sets / Systems coleco and clones, adam
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
1
User avatar
No.13674
qmc2
Senior Tester
Feb 28, 2017, 10:12
This issue has been fixed in "MAME git" after the 0.183 release (commit: 1f5bf4666d603575aaa42dbc77437f3d54652c56) and can thus be set to resolved.