[opwolf] stop screen flashing on shooting

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.
Post Reply
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

[opwolf] stop screen flashing on shooting

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>
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
dink
Posts: 5
Joined: Sat Jul 07, 2018 4:12 am

Re: [opwolf] stop screen flashing on shooting

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
Post Reply