[timecrisa] Stop Screen Flash when Shooting
Posted: Mon Oct 04, 2021 2:56 pm
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>