[baddudes] Level Select

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
zakria
Posts: 293
Joined: Thu May 18, 2006 4:20 pm
Been thanked: 4 times

[baddudes] Level Select

Post by zakria »

Level RAM location at FF821D but not working.

Code: Select all

 <cheat desc="Select Starting Level">
    <parameter min="2" max="8" step="1"/>
    <script state="run">
     <action>maincpu.mb@001C55=(param-1)</action>
  </script>
    <script state="off">
      <action>maincpu.mb@01C55=01</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: [baddudes] Level Select

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