XNIF
New member
I can image that everyone that want to use the color dmd should dump the animations from the rom and edit them with the colors you prefer. There is no way that all those animations are more than one color originally. like you can do with Visual pinball with the core.c funtion:
void video_update_core_dmd(struct mame_bitmap *bitmap, const struct rectangle *cliprect, tDMDDot dotCol, const struct core_dispLayout *layout)
And then dump them to the rom again and flash em. That is my guess. I think selling custom roms could be copyright infringement...?
I do not see how else you would overrule the standard roms for your DMD.
void video_update_core_dmd(struct mame_bitmap *bitmap, const struct rectangle *cliprect, tDMDDot dotCol, const struct core_dispLayout *layout)
And then dump them to the rom again and flash em. That is my guess. I think selling custom roms could be copyright infringement...?
I do not see how else you would overrule the standard roms for your DMD.
Last edited: