====== MESS: ToDo ====== This is a list of general, non-driver specific things, that need improvement in MESS. If you want to contribute but don't know what to do, this list can give you some pointers. * **Unify the Motorola 6845 implementations**. Currently, we have two implementations in MESS, and one in MAME. It would be nice if the MESS drivers using one our implementations could be ported over to the MAME version. * **Clean up old drivers**. There are still lots of drivers without an active maintainer and as such, they are sometimes in a very bad shape. Converting them to current coding conventions and adding comments would be very useful. * **Design a simple XML format to store ROM infos**, to help MESS loads cartridges with multiple ROMs. We would have a zip file with the ROMs and XML to describe them. This is needed for the NeoGeo AES driver for example. * **Remove dependency on mslegacy.h** from all drivers. This files includes functions and macros that were removed from MAME, but not yet from MESS.