Page 1 of 1

[konotako] cheats

Posted: Fri Apr 28, 2023 12:58 am
by Pugsy
Game does not float my boat, so I just made a quick cheat to automatically finish the level aka a Slideshow Mode style cheat - can't really be bothered looking for other cheats.

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.pw@80099590=0064</action>
    </script>
  </cheat>

  <cheat desc="Slideshow Mode">
    <script state="run">
      <action>maincpu.pw@800156F6=1400</action> <!-- Program Code cheat -->
    </script>
    <script state="off">
      <action>maincpu.pw@800156F6=1440</action>
    </script>	
  </cheat>

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