[elfin] requested infinite time

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.
Locked
User avatar
Pugsy
Posts: 3689
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 19 times
Contact:

[elfin] requested infinite time

Post by Pugsy »

Requested, added three types of infinite time - done quick tests and seem to work fine.

elfin.xml:-

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.pd@36500=00000063</action>
    </script>
  </cheat>

  <cheat desc="Infinite Time"> <comment>Curtain Never Drops</comment>
    <script state="run">
      <action>maincpu.pd@4C3E4=00000001</action>
    </script>
  </cheat>

  <cheat desc="Infinite Move Time">
    <script state="run">
      <action condition="maincpu.pb@5CECB!=00">maincpu.pd@50F94=00000001</action>
    </script>
  </cheat>

  <cheat desc="Infinite Bonus Time ">
    <script state="run">
      <action>maincpu.pd@3A870=000003E7</action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives [SOLO GAME]">
    <script state="run">
      <action>maincpu.pd@4EF2C=00000002</action>
    </script>
  </cheat>

</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->
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)
kryul73
Posts: 14
Joined: Tue Jan 04, 2011 2:38 pm

Re: [elfin] requested infinite time

Post by kryul73 »

[Infinite Move Time] does not work.
User avatar
Pugsy
Posts: 3689
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 19 times
Contact:

Re: [elfin] requested infinite time

Post by Pugsy »

kryul73 wrote:[Infinite Move Time] does not work.

Works fine for me. Where is it not working?

I enable it and the hand on the bubble shooter never counts down, so the only way of it shooting is by pressing fire.

Infinite Time stops the curtain coming down.
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)
kryul73
Posts: 14
Joined: Tue Jan 04, 2011 2:38 pm

Re: [elfin] requested infinite time

Post by kryul73 »

[Infinite Move Time] = Infinite Move Picture Time (?)

When you are finished in the coming 1-3 [To Move Picture Use Joystick] screen
Does not work.
User avatar
Pugsy
Posts: 3689
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 19 times
Contact:

Re: [elfin] requested infinite time

Post by Pugsy »

kryul73 wrote:[Infinite Move Time] = Infinite Move Picture Time (?)

When you are finished in the coming 1-3 [To Move Picture Use Joystick] screen
Does not work.

No, I've been pretty specific in the previous post what it does. Infinite Move Time means that bubbles don't get shot automatically without pressing fire...which is a much more useful cheat. You can find the exact cheat and the same effect in games like landmakr, magicbub, popnpop, pzlbowl etc.

If what you meant by your "Infinite Time" request was so that you could move around a picture as much as you want you should have been more specific in your original request or in your statement that it didn't work. Not complain that a cheat doesn't work when it does exactly what it is supposed to do.

If you'd been specific at the start I would have posted the cheat you wanted, now with the complaining and no gratitude or acknowledgement I'm afraid I can't be bothered.
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)
Locked