[daimakair] Daimakaimura (Japan Resale Ver.) (fix for round selection)

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
AnimaInCorpore
Posts: 2
Joined: Tue May 16, 2017 8:23 am

[daimakair] Daimakaimura (Japan Resale Ver.) (fix for round selection)

Post by AnimaInCorpore »

Code: Select all

  <cheat desc="Round Clear Now!!">
    <script state="on">
      <action>maincpu.pb@FF0954=C3</action>
      <action>maincpu.pb@FF0955=C4</action>
    </script>
  </cheat>

  <cheat desc="Go to Round 1">
    <script state="on">
      <action>maincpu.pb@FF07C8=02</action>
      <action>maincpu.pb@FF0954=C3</action>
      <action>maincpu.pb@FF0955=C4</action>
    </script>
  </cheat>

  <cheat desc="Go to Round 2">
    <script state="on">
      <action>maincpu.pb@FF07C8=00</action>
      <action>maincpu.pb@FF0954=C3</action>
      <action>maincpu.pb@FF0955=C4</action>
    </script>
  </cheat>

  <cheat desc="Go to Round 3">
    <script state="on">
      <action>maincpu.pb@FF07C8=01</action>
      <action>maincpu.pb@FF0954=C3</action>
      <action>maincpu.pb@FF0955=C4</action>
    </script>
  </cheat>

  <cheat desc="Go to Round 4">
    <script state="on">
      <action>maincpu.pb@FF07C8=03</action>
      <action>maincpu.pb@FF0954=C3</action>
      <action>maincpu.pb@FF0955=C4</action>
    </script>
  </cheat>

  <cheat desc="Go to Round 5">
    <script state="on">
      <action>maincpu.pb@FF07C8=05</action>
      <action>maincpu.pb@FF0954=C3</action>
      <action>maincpu.pb@FF0955=C4</action>
    </script>
  </cheat>

  <cheat desc="Go to Final Round">
    <script state="on">
      <action>maincpu.pb@FF07C8=07</action>
      <action>maincpu.pb@FF0954=C3</action>
      <action>maincpu.pb@FF0955=C4</action>
      <action>maincpu.pb@FF07D5=01</action> <!-- Loop Check -->
      <action>maincpu.pb@FF07C6=06</action> <!-- Item Check -->
    </script>
  </cheat>
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

Re: [daimakair] Daimakaimura (Japan Resale Ver.) (fix for round selection)

Post by Pugsy »

Thanks, fixed. Nice spot with the 16 bit jump address at ff0954.

I've also fixed the other clones with a similar issue - daimakai was c34a and ghoulsu was c378 rather than c31c.
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
AnimaInCorpore
Posts: 2
Joined: Tue May 16, 2017 8:23 am

Re: [daimakair] Daimakaimura (Japan Resale Ver.) (fix for round selection)

Post by AnimaInCorpore »

Thanks for the fixes.

I need some cheats for my project: http://www.atari-forum.com/viewtopic.php?t=31479 so thanks for your work!
Post Reply