the game is great, but the red flashing really kicks my nuts.
in mame, there is a cheat "Disable Red Screen Flashing"
can this be used to create a patch for the pcb roms?
is anyone able to do this?
mame cheat:
<cheat desc="Disable Red Screen Flashing"> <comment>Stops the whole screen flashing red when something is hit</comment>
<script state="on">
<action>temp0 =maincpu.mw@00186</action>
</script>
<script state="run">
<action>maincpu.mw@00186=6010</action>
</script>
<script state="off">
<action>maincpu.mw@00186=temp0 </action>
</script>
</cheat>
in mame, there is a cheat "Disable Red Screen Flashing"
can this be used to create a patch for the pcb roms?
is anyone able to do this?

mame cheat:
<cheat desc="Disable Red Screen Flashing"> <comment>Stops the whole screen flashing red when something is hit</comment>
<script state="on">
<action>temp0 =maincpu.mw@00186</action>
</script>
<script state="run">
<action>maincpu.mw@00186=6010</action>
</script>
<script state="off">
<action>maincpu.mw@00186=temp0 </action>
</script>
</cheat>