permanently enabling cheats in mame
Posted: Fri Nov 01, 2013 2:12 am
Hi Guys,
is there a way to permanently enable cheats in a particular game in mame within the cheat xml.
For example:
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>
modify the above to always have the boss hack enabled as above?
thanks in advance
is there a way to permanently enable cheats in a particular game in mame within the cheat xml.
For example:
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>
modify the above to always have the boss hack enabled as above?
thanks in advance