[timecrisa] Stop Screen Flash when 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
WunderEnrique
Posts: 9
Joined: Thu Sep 23, 2021 5:10 pm

[timecrisa] Stop Screen Flash when Shooting

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

Re: [timecrisa] Stop Screen Flash when Shooting

Post by Pugsy »

Thanks, added
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)
Post Reply