Page 1 of 1

[endless] Cheats to add when the game is emulated

Posted: Mon Jun 21, 2010 4:09 am
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. -->

Re: [endless] Cheats to add when the game is emulated

Posted: Mon Jun 21, 2010 9:40 pm
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.