[loht]+ Weapon 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
Mohsin
Posts: 85
Joined: Sun Mar 15, 2009 1:06 pm
Location: Pakistan

[loht]+ Weapon Cheats

Post by Mohsin »

Cheats Tested on

Legend of Hero Tonma [loht]
Legend of Hero Tonma (Japan) [lohtj]


May Work on

Legend of Hero Tonma (bootleg, set 1) [lohtb]
Legend of Hero Tonma (bootleg, set 2) [lohtb2]


Infinite Weapons

Code: Select all

<cheat desc="Infinite Main Weapon">
    <script state="run">
      <action>maincpu.pb@A2382=FF</action>
    </script>
  </cheat>
  
  <cheat desc="Infinite Sub Weapon">
    <script state="run">
      <action>maincpu.pb@A2384=FF</action>
    </script>
  </cheat>
Weapon Select

Code: Select all

<cheat desc="Select Main Weapon">
		<parameter>
			<item value="0x00">Energy Shot</item>
			<item value="0x01">Energy Wave</item>
			<item value="0x02">Fire Wave</item>
		</parameter>
		<script state="run">
			<action>maincpu.pb@A2386=param</action>
		</script>
	</cheat>
	
	<cheat desc="Select Sub Weapon">
		<parameter>
			<item value="0x00">Bomb</item>
			<item value="0x01">Hyper Bomb</item>
			<item value="0x02">Missile</item>
			<item value="0x03">Hyper Missile 2</item>
			<item value="0x04">Homing Fire</item>
			<item value="0x05">Hyper Homing Fire</item>
		</parameter>
		<script state="run">
			<action>maincpu.pb@A2387=param</action>
		</script>
	</cheat>
Image
Thats not a game hack

http://mamec.netii.net/
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:

Re: [loht]+ Weapon Cheats

Post by Pugsy »

Thanks added
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