Page 1 of 1

[opwolf] stop screen flashing on shooting

Posted: Mon Jul 10, 2017 11:01 pm
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>

Re: [opwolf] stop screen flashing on shooting

Posted: Wed Nov 07, 2018 4:54 am
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