This forum is for posting M.A.M.E. arcade cheats. Requests will be fulfilled here....but please keep the requests to the requests forum.
-
Pugsy
- Posts: 3677
- Joined: Fri Aug 17, 2001 12:59 am
- Location: North Wales, UK.
- Has thanked: 1 time
- Been thanked: 18 times
-
Contact:
Post
by Pugsy »
Requested on the mw forums...so knocked up a quick ROM cheat.
opwolf.xml
Code: Select all
<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>
-
dink
- Posts: 5
- Joined: Sat Jul 07, 2018 4:12 am
Post
by dink »
Thanks Pugsy!
Here's for old mame & fbalpha emu's:
Code: Select all
:opwolf:00800000:001131:00000002:FFFFFFFF:Stop Screen Flashing on Shooting