MESS : What kind of cheats to add ?
Posted: Tue Feb 08, 2011 3:12 pm
Since MESS 0.138, MESS is able to handle softwarelists ... This means that you can launch for the SMS either :
or
provided you have "ace of aces (europe).bin" and aceoface.zip in roms\sms (or another folder for rompath= in mess.ini).
In a future release (hopefully MESS 0.141u2), there will be such a list for the Coleco, and you shall be allowed to have multiple XML files in cheats\coleco (one for each game supported by the list).
Now the question is the following : do we have to find "RAM" cheats (eg: force number of lives somewhere in memory) or do we have to find "ROM" cheats (eg: change the instruction that decrements numbre of lives to "NOP" or something like that) ? I would vote for the first one because this is what we try to do most of the time in MAME, but I wanted to be sure ...
Note that such lists will also be handle in MAME 0.141u2 for some systems (eg: MegaTech hardware), so it might be interesting to know what to do for these games ...
Steph from The Ultimate Patchers 
Code: Select all
mess sms -cart "roms\sms\ace of aces (europe).bin"
Code: Select all
mess sms -cart aceoface
In a future release (hopefully MESS 0.141u2), there will be such a list for the Coleco, and you shall be allowed to have multiple XML files in cheats\coleco (one for each game supported by the list).
Now the question is the following : do we have to find "RAM" cheats (eg: force number of lives somewhere in memory) or do we have to find "ROM" cheats (eg: change the instruction that decrements numbre of lives to "NOP" or something like that) ? I would vote for the first one because this is what we try to do most of the time in MAME, but I wanted to be sure ...
Note that such lists will also be handle in MAME 0.141u2 for some systems (eg: MegaTech hardware), so it might be interesting to know what to do for these games ...

