If there is a will to do it, then of course there is a way! The history.dat file contains formatted data that Tom is reading with GameEx. He tells it what he wants to keep and appends it to the correct field in the mdb file during an update. There are two ways to get what you want. 1) ask Tom to change it either here or in the features request thread (depending on whether this is considered a bug or a new feature); 2) Do something yourself to edit the mdb file to contain the info you want (asking for help if needed). I personally think (1) should be done at some point, but if you are impatient like many of us here then I suggest you consider (2). The database I'm refering to is in a subdirectory of c:\Program Files\GameEx, but I don't remember which one. As I recall, it's called data.mdb. When you open this file, you will se a list of all your MAME games with the pertinant information in subsequent fields. One option is to write an update query. This may proove to be a pain in the rear if you aren't good with access, though. But, if the history.dat file has changed at all, I think GameEx should be updated to deal with it correctly in the next version. I personally consider this a bug that can easily be fixed. Hey nologic, was that rambling enough?