Permanently enable specific cheats in MAME
Posted: Thu Oct 31, 2013 4:28 am
Hi Guys,
I raised this question to a few people in various forums and no one seems to know the answer. Is it possible at all to permanently enable a cheat in the .xml file when the game launches in MAME. For example in kof95.xml
<cheat desc="Enable hidden characters"> <comment>Adds the extra two hidden characters to the selection screen</comment>
<script state="run">
<action>maincpu.pb@10E79A=01</action>
</script>
</cheat>
can the above be changed etc to always have the boss code enabled?
thanks in advance..
I raised this question to a few people in various forums and no one seems to know the answer. Is it possible at all to permanently enable a cheat in the .xml file when the game launches in MAME. For example in kof95.xml
<cheat desc="Enable hidden characters"> <comment>Adds the extra two hidden characters to the selection screen</comment>
<script state="run">
<action>maincpu.pb@10E79A=01</action>
</script>
</cheat>
can the above be changed etc to always have the boss code enabled?
thanks in advance..