[ptblank] Stop Screen Flash when Shooting
Posted: Sun Sep 26, 2021 7:40 pm
This cheat is for Point Blank (World, GN2 Rev B, set 1). 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@00987C</action>
</script>
<script state="run">
<action>maincpu.mq@00987C=4E714E714E7148E7</action>
</script>
<script state="off">
<action>maincpu.mq@00987C=temp0</action>
</script>
</cheat>
</mamecheat>