Execute instruction from the start

If you are having problems finding or using cheats for an Emulator (particularly MAME/MESS) or have found a trick that you wish to share this is the place to do it. But please read the Cheat FAQ first.
Post Reply
Victor_Tapia
Posts: 1
Joined: Wed Jan 18, 2017 1:38 am

Execute instruction from the start

Post by Victor_Tapia »

Excuse my bad english,


This is from "Puzzle Bobble, Bust-a-Move"

Code: Select all

  <cheat desc="Select Help Line PL1">
    <parameter>
      <item value="0x01">Enabled</item>
      <item value="0x00">Disabled</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@9070D5=param</action>
    </script>
  </cheat>
  
  
i try with

Code: Select all

 <action>maincpu.pb@9070D5=Enabled</action>

Code: Select all

 <action>maincpu.pb@9070D5="0x01"</action>
And i did not work

I need this code to run from the beginning of the game, without entering the cheat menu.

Is for my daughter who likes the game, and I do not know much about xml or programming.

I hope someone can help me, thanks
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: Execute instruction from the start

Post by Pugsy »

Sorry, you can't pre-enable cheats with the cheat engine.

There are ways with the debugger and scripts to get the same effect but they would still require some form of user interaction.
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