Page 1 of 1

[timecrisa] Stop Screen Flash when Shooting

Posted: Mon Oct 04, 2021 2:56 pm
by WunderEnrique
This cheat is for Time Crisis (CLONE). This bypasses the flashing screen which is reduntant when using other input than light guns.

Code: Select all

<mamecheat version="1">
  <cheat desc="Stop Screen Flashing on Shooting">
    <script state="on">
      <action>temp0 =maincpu.mq@00923C</action>
    </script>
    <script state="run">
      <action>maincpu.mq@00923C=4E714E714E714E71</action>
    </script>
    <script state="off">
      <action>maincpu.mq@00923C=temp0</action>
    </script>
  </cheat>
</mamecheat>

Re: [timecrisa] Stop Screen Flash when Shooting

Posted: Sat Jul 09, 2022 3:09 pm
by Pugsy
Thanks, added