[optiger+ & optigersm] basic cheats

This forum is for posting M.A.M.E. arcade cheats. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 15 times
Contact:

[optiger+ & optigersm] basic cheats

Post by Pugsy »

Game is marked as not working, does work to a degree - so some simple infinite cheats to get it started. Originally made these as RAM cheats but decided to convert to ROM cheats for the time being as there is no need for separate P2 cheats and they where easier to replicate:

optigera+optigerj

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Energy">
    <script state="on">
      <action>temp0 =maincpu.pd@5E214</action>
    </script>
    <script state="run">
      <action>maincpu.pd@5E214=60000000</action>
    </script>
    <script state="off">
      <action>maincpu.pd@5E214=temp0 </action>
    </script>
  </cheat>

  <cheat desc="Infinite Bullets	">
    <script state="on">
      <action>temp0 =maincpu.pd@5D9D8</action>
    </script>
    <script state="run">
      <action>maincpu.pd@5D9D8=60000000</action>
    </script>
    <script state="off">
      <action>maincpu.pd@5D9D8=temp0 </action>
    </script>
  </cheat>

  <cheat desc="Infinite Bombs	">
    <script state="on">
      <action>temp0 =maincpu.pd@5D7E0</action>
    </script>
    <script state="run">
      <action>maincpu.pd@5D7E0=60000000</action>
    </script>
    <script state="off">
      <action>maincpu.pd@5D7E0=temp0 </action>
    </script>
  </cheat>

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

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Energy">
    <script state="on">
      <action>temp0 =maincpu.pd@5E64C</action>
    </script>
    <script state="run">
      <action>maincpu.pd@5E64C=60000000</action>
    </script>
    <script state="off">
      <action>maincpu.pd@5E64C=temp0 </action>
    </script>
  </cheat>

  <cheat desc="Infinite Bullets	">
    <script state="on">
      <action>temp0 =maincpu.pd@5DE10</action>
    </script>
    <script state="run">
      <action>maincpu.pd@5DE10=60000000</action>
    </script>
    <script state="off">
      <action>maincpu.pd@5DE10=temp0 </action>
    </script>
  </cheat>

  <cheat desc="Infinite Bombs	">
    <script state="on">
      <action>temp0 =maincpu.pd@5DC18</action>
    </script>
    <script state="run">
      <action>maincpu.pd@5DC18=60000000</action>
    </script>
    <script state="off">
      <action>maincpu.pd@5DC18=temp0 </action>
    </script>
  </cheat>

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

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Energy">
    <script state="on">
      <action>temp0 =maincpu.pd@681D0</action>
    </script>
    <script state="run">
      <action>maincpu.pd@681D0=60000000</action>
    </script>
    <script state="off">
      <action>maincpu.pd@681D0=temp0 </action>
    </script>
  </cheat>

  <cheat desc="Infinite Bullets	">
    <script state="on">
      <action>temp0 =maincpu.pd@678F4</action>
    </script>
    <script state="run">
      <action>maincpu.pd@678F4=60000000</action>
    </script>
    <script state="off">
      <action>maincpu.pd@678F4=temp0 </action>
    </script>
  </cheat>

  <cheat desc="Infinite Bombs	">
    <script state="on">
      <action>temp0 =maincpu.pd@676FC</action>
    </script>
    <script state="run">
      <action>maincpu.pd@676FC=60000000</action>
    </script>
    <script state="off">
      <action>maincpu.pd@676FC=temp0 </action>
    </script>
  </cheat>

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

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
Post Reply