[strhoop] Street Hoop/Street Slam/Dunk Dream

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
mezdap
Posts: 96
Joined: Sun Feb 04, 2018 5:16 am
Has thanked: 2 times
Been thanked: 2 times

[strhoop] Street Hoop/Street Slam/Dunk Dream

Post by mezdap »

strhoop.xml

Code: Select all

  <cheat desc="Select Region">
    <parameter>
      <item value="0x00">Japan</item>
      <item value="0x01">USA</item>
      <item value="0x02">World</item>
    </parameter>
    <script state="on">
      <action>temp0=maincpu.pb@10FD83</action>
    </script>
    <script state="run">
      <action>maincpu.pb@10FD83=param</action>
    </script>
    <script state="off">
      <action>maincpu.pb@10FD83=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="All Shoot Get Points"> <comment>99 % Basket. Opponent can still block and catch the shots.</comment>
    <script state="on">
      <action>temp0=maincpu.pw@101A58</action>
    </script>
    <script state="run">
      <action>maincpu.pw@101A58=0000</action>
    </script>
    <script state="off">
      <action>maincpu.pw@101A58=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Continue Mode">
    <parameter>
      <item value="0x00">2 Set Match</item>
      <item value="0x02">1 Set Match</item>
    </parameter>
    <script state="on">
      <action>temp0=maincpu.pb@100A34</action>
    </script>
    <script state="run">
      <action>maincpu.pb@100A34=param</action>
    </script>
    <script state="off">
      <action>maincpu.pb@100A34=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Select Single Player Time">
    <parameter>
      <item value="0x00">1:00</item>
      <item value="0x01">1:15</item>
      <item value="0x02">1:30</item>
      <item value="0x03">1:45</item>
      <item value="0x04">2:00</item>
      <item value="0x05">2:15</item>
      <item value="0x06">2:30</item>
      <item value="0x07">2:45</item>
      <item value="0x08">3:00</item>
      <item value="0x09">3:15</item>
      <item value="0x0A">3:30</item>
      <item value="0x0B">3:45</item>
      <item value="0x0C">4:00</item>
    </parameter>
    <script state="on">
      <action>temp0=maincpu.pb@100A0E</action>
    </script>
    <script state="run">
      <action>maincpu.pb@100A0E=param</action>
    </script>
    <script state="off">
      <action>maincpu.pb@100A0E=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Select VS Players Time">
    <parameter>
      <item value="0x00">1:00</item>
      <item value="0x01">1:15</item>
      <item value="0x02">1:30</item>
      <item value="0x03">1:45</item>
      <item value="0x04">2:00</item>
      <item value="0x05">2:15</item>
      <item value="0x06">2:30</item>
      <item value="0x07">2:45</item>
      <item value="0x08">3:00</item>
      <item value="0x09">3:15</item>
      <item value="0x0A">3:30</item>
      <item value="0x0B">3:45</item>
      <item value="0x0C">4:00</item>
    </parameter>
    <script state="on">
      <action>temp0=maincpu.pb@100A0F</action>
    </script>
    <script state="run">
      <action>maincpu.pb@100A0F=param</action>
    </script>
    <script state="off">
      <action>maincpu.pb@100A0F=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Difficulty">
    <parameter>
      <item value="0x00">1</item>
      <item value="0x01">2</item>
      <item value="0x02">3</item>
      <item value="0x03">4</item>
      <item value="0x04">5</item>
      <item value="0x05">6</item>
      <item value="0x06">7</item>
      <item value="0x07">8</item>
      <item value="0x08">9</item>
    </parameter>
    <script state="on">
      <action>temp0=maincpu.pb@100A0D</action>
    </script>
    <script state="run">
      <action>maincpu.pb@100A0D=param</action>
    </script>
    <script state="off">
      <action>maincpu.pb@100A0D=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Set Secret Team instead of China"> <comment>Chosen team will be available instead of China.Not for Street Slam.</comment>
    <parameter>
      <item value="0x01">Mexico</item>
      <item value="0x02">Brazil</item>
      <item value="0x03">Australia</item>
      <item value="0x04">Sweden</item>
    </parameter>
    <script state="on">
      <action>temp0=maincpu.pb@100A27</action>
    </script>
    <script state="run">
      <action>maincpu.pb@100A27=param</action>
    </script>
    <script state="off">
      <action>maincpu.pb@100A27=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Display Level">
    <parameter>
      <item value="0x00">Yes</item>
      <item value="0x01">No</item>
    </parameter>
    <script state="on">
      <action>temp0=maincpu.pb@100A1C</action>
    </script>
    <script state="run">
      <action>maincpu.pb@100A1C=param</action>
    </script>
    <script state="off">
      <action>maincpu.pb@100A1C=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Display Credit">
    <parameter>
      <item value="0x00">Yes</item>
      <item value="0x01">No</item>
    </parameter>
    <script state="on">
      <action>temp0=maincpu.pb@100A1A</action>
    </script>
    <script state="run">
      <action>maincpu.pb@100A1A=param</action>
    </script>
    <script state="off">
      <action>maincpu.pb@100A1A=temp0</action>
    </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: [strhoop] Street Hoop/Street Slam/Dunk Dream

Post by Pugsy »

Thanks, added
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)
Post Reply