[endless] Cheats to add when the game is emulated

This forum is for posting M.A.M.E. Work In Progress "Arcade"cheats that are not quite ready for the prime time. If the cheats are buggy or the cheat descriptions are non-standard then please post them here. Help maybe given but there are no guarantees and they will only be added to the cheat file when the cheat file maintainer is happy with them.
Post Reply
User avatar
NotAGoodName
Posts: 331
Joined: Wed Feb 18, 2009 7:09 am
Location: MO, USA
Contact:

[endless] Cheats to add when the game is emulated

Post by NotAGoodName »

Gundam Wing isn't emulated properly yet for some reason, but I know for a fact that these cheats will work because the hardware is just like all the other SNES bootlegs. I guess this can sit pretty here for when someone decides to look at it and get this game running. I'd do it if I knew what I was doing. Shouldn't be too hard to compare the available ROMs to another bootleg and the SNES ROM and add it all up. The driver is quite good.

I removed the undocumented loopback color settings for professionalism and such.

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.pb@7E060C=63</action>
    </script>
  </cheat>

<cheat desc=" "/>

  <cheat desc="Infinite Energy P1">
    <script state="run">
      <action>maincpu.pb@7E1B71=70</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power P1">
    <script state="run">
      <action>maincpu.pd@7E1B80=012C012C</action>
    </script>
  </cheat>

  <cheat desc="Action Speed Up P1">
    <script state="run">
      <action>maincpu.pb@7E1580=00</action>
    </script>
  </cheat>

  <cheat desc="Quick Recovery P1">
    <script state="run">
      <action>maincpu.pb@7E1B1A=00</action>
    </script>
  </cheat>

  <cheat desc="Max Strength P1">
    <script state="run">
      <action>maincpu.pb@7E0528=FF</action>
    </script>
  </cheat>

  <cheat desc="Special Slam Always Hits P1">
    <script state="run">
      <action>maincpu.pb@7E1B00=05</action>
    </script>
  </cheat>

  <cheat desc="Vulcan Status P1">
	<parameter>
		<item value="00">Never Fire</item>
		<item value="08">Can Always Fire</item>
	</parameter>
    <script state="run">
      <action>maincpu.pb@7E1090=param</action>
    </script>
  </cheat>

  <cheat desc="Character Select P1">
	<parameter>
		<item value="0x00">Wing</item>
		<item value="0x02">Deathscythe</item>
		<item value="0x04">Shenlong</item>
		<item value="0x06">Heavyarms</item>
		<item value="0x08">Sandrock</item>
		<item value="0x0A">Wing Zero</item>
		<item value="0x0C">Tallgeese</item>
		<item value="0x0E">#Epyon</item>
		<item value="0x10">Vayeate</item>
		<item value="0x12">Murcurius</item>
	</parameter>
    <script state="run">
      <action>maincpu.pb@7E1B08=param</action>
    </script>
  </cheat>

  <cheat desc="Pilot Select P1"> <comment>Completely pointless</comment>
	<parameter>
		<item value="0x00">Heero</item>
		<item value="0x02">Duo</item>
		<item value="0x04">Chang</item>
		<item value="0x06">Trowa</item>
		<item value="0x08">Quatre</item>
		<item value="0x0A">Zechs</item>
		<item value="0x0C">#Milliardo</item>
		<item value="0x0E">Lady Une</item>
		<item value="0x10">Noin</item>
	</parameter>
    <script state="run">
      <action>maincpu.pb@7E1B0A=param</action>
    </script>
  </cheat>

  <cheat desc="Color Select P1">
	<parameter>
		<item value="0x00">Default</item>
		<item value="0x02">Alternate</item>
	</parameter>
    <script state="run">
      <action>maincpu.pb@7E1B10=param</action>
    </script>
  </cheat>

<cheat desc=" "/>

  <cheat desc="Infinite Energy P2">
    <script state="run">
      <action>maincpu.pb@7E1B75=70</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power P2">
    <script state="run">
      <action>maincpu.pd@7E1B84=012C012C</action>
    </script>
  </cheat>

  <cheat desc="Action Speed Up P2">
    <script state="run">
      <action>maincpu.pb@7E1584=00</action>
    </script>
  </cheat>

  <cheat desc="Quick Recovery P2">
    <script state="run">
      <action>maincpu.pb@7E1B1E=00</action>
    </script>
  </cheat>

  <cheat desc="Max Strength P2">
    <script state="run">
      <action>maincpu.pb@7E052C=FF</action>
    </script>
  </cheat>

  <cheat desc="Special Slam Always Hits P2">
    <script state="run">
      <action>maincpu.pb@7E1B04=05</action>
    </script>
  </cheat>

  <cheat desc="Vulcan Status P2">
	<parameter>
		<item value="00">Never Fire</item>
		<item value="08">Can Always Fire</item>
	</parameter>
    <script state="run">
      <action>maincpu.pb@7E1094=param</action>
    </script>
  </cheat>

  <cheat desc="Character Select P2">
	<parameter>
		<item value="0x00">Wing</item>
		<item value="0x02">Deathscythe</item>
		<item value="0x04">Shenlong</item>
		<item value="0x06">Heavyarms</item>
		<item value="0x08">Sandrock</item>
		<item value="0x0A">Wing Zero</item>
		<item value="0x0C">Tallgeese</item>
		<item value="0x0E">#Epyon</item>
		<item value="0x10">Vayeate</item>
		<item value="0x12">Murcurius</item>
	</parameter>
    <script state="run">
      <action>maincpu.pb@7E1B0C=param</action>
    </script>
  </cheat>

  <cheat desc="Pilot Select P2"> <comment>Completely pointless</comment>
	<parameter>
		<item value="0x00">Heero</item>
		<item value="0x02">Duo</item>
		<item value="0x04">Chang</item>
		<item value="0x06">Trowa</item>
		<item value="0x08">Quatre</item>
		<item value="0x0A">Zechs</item>
		<item value="0x0C">#Milliardo</item>
		<item value="0x0E">Lady Une</item>
		<item value="0x10">Noin</item>
	</parameter>
    <script state="run">
      <action>maincpu.pb@7E1B0E=param</action>
    </script>
  </cheat>

  <cheat desc="Color Select P2">
	<parameter>
		<item value="0x00">Default</item>
		<item value="0x02">Alternate</item>
	</parameter>
    <script state="run">
      <action>maincpu.pb@7E1B14=param</action>
    </script>
  </cheat>

</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->
Last edited by NotAGoodName on Tue Jun 22, 2010 4:03 am, edited 1 time in total.
Aww yeah. AMD A10-7850K givin' MAME and MESS systems what for.
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: [endless] Cheats to add when the game is emulated

Post by Pugsy »

Thanks, I've added them anyway as it's more likely if I leave it to it gets fixed they'll end up being missed.
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