cheat lua plugins

This forum is for making announcements about updated cheat files (for any emulator), updated web pages and of course about improvements to the MAME/MESS cheat engine.
Post Reply
BernaLuke
Posts: 0
Joined: Thu Feb 09, 2023 1:25 pm
Location: NYC USA

Re: cheat lua plugins

Post by BernaLuke »

This is a useful information
bandicoot
Posts: 2
Joined: Sun May 05, 2019 12:40 pm

Re: cheat lua plugins

Post by bandicoot »

hello
Excuse me cause i think a lot of person ask for this but don't find the way to make it possible
Is there a way to apply a cheat when we launch a rom
here's an example for a Lightgun cabinet for disable flash when we shoot
Operation wolf :
<cheat desc="Stop Screen Flashing on Shooting">
<script state="on">
<action>temp0 =maincpu.mb@001131</action>
</script>
<script state="run">
<action>maincpu.mb@001131=02</action>
</script>
<script state="off">
<action>maincpu.mb@001131=temp0 </action>
</script>
</cheat>
thanks
Post Reply