Page 1 of 1

[kollon]+ basics

Posted: Sat Jun 21, 2025 7:04 pm
by Pugsy
kollon.xml + kollonc.xml

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.pb@8007FB2B=09</action>
    </script>
  </cheat>

  <cheat desc="Hold Line"> <comment>This will stop the line moving up whilst the cheat is ON</comment>
    <script state="run">
      <action condition="(maincpu.pw@8001F052==1062)">maincpu.pw@8001F052=1000</action> <!-- Program code cheat by Pugsy -->
    </script>
    <script state="off">
      <action condition="(maincpu.pw@8001F052==1000)">maincpu.pw@8001F052=1062</action>
    </script>
  </cheat>

</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->