[zerowing1] screen flash off rom<->ram conversion

This FORUM is ONLY for posting requests for M.A.M.E. arcade cheats. The actual cheats should be posted in the M.A.M.E. "Arcade" Cheats forum. For cheat requests a 'please' would do no harm...
Post Reply
User avatar
gigadeath
Posts: 29
Joined: Sun Jul 26, 2015 2:39 pm

[zerowing1] screen flash off rom<->ram conversion

Post by gigadeath »

this is a ROM (region) type cheat, I need converted as RAM cheat

old format

:zerowing:20100001:000186:00006010:0000FFFF:FLASH OFF

:zerowing:20100001:000186:00000679:0000FFFF:FLASH RESTORE (need this when machine is reset)


new format

<cheat desc="Flash'"> <comment>Stops the whole screen flashing red when something is hit</comment>
<script state="on">
<action>temp0 =maincpu.mw@00186</action>
</script>
<script state="run">
<action>maincpu.mw@00186=6010</action>
</script>
<script state="off">
<action>maincpu.mw@00186=temp0 </action>
</script>
</cheat>


thank you very much ^_^
Post Reply