[misc] racing games

This forum is the archive of arcade cheats that have already been added to the current or the next release of the cheat file.
Post Reply
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:

[misc] racing games

Post by Pugsy »

Just the one to start, I'll take a look at the others when I get a chance

slipstrm.xml & slipstrmh.xml

Code: Select all

  <cheat desc="Always Finish in 1st Place"> <comment>Display will not be correct to the end of the race</comment>
    <script state="run">
      <action>maincpu.pb@203AE8=00</action>
    </script>
  </cheat>
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)
bazar77
Posts: 25
Joined: Wed Mar 19, 2008 1:17 pm

Re: [misc] racing games

Post by bazar77 »

With the code I have finished the game several times.

Thanks, Pugsy you are great !!!!!!
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: [misc] racing games

Post by Pugsy »

racingb.xml:-

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.pb@1101D3=09</action>
    </script>
  </cheat>

  <cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.pw@1155E4=0BB6</action>
    </script>
  </cheat>

  <cheat desc="Minimum Lap Time">
    <script state="run">
      <action>maincpu.pd@1155EC=00000000</action>
    </script>
  </cheat>

  <cheat desc="Minimum Total Time">
    <script state="run">
      <action>maincpu.pd@1155F4=00000000</action>
    </script>
  </cheat>

</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->

f1superb.xml :-

Code: Select all

  <cheat desc="Always Finish in 1st Place"> <comment>The display during play won't be correct but you will finish first</comment>
    <script state="run">
      <action>maincpu.pb@FEE0202C=01</action>
    </script>
  </cheat>
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)
bazar77
Posts: 25
Joined: Wed Mar 19, 2008 1:17 pm

Re: [misc] racing games

Post by bazar77 »

Many thanks PUGSY!!!!

With your codes I could have finished at last JALECO F1 Super Battle and TAITO Racing Beat "Continental Circus pseudo sequel". (both currently impossible to finish due mame incomplete emulation).

I wait excited the codes for the two next games (GAELCO games):

- Radikal Bikers (Always in 1st Position)
and
- Speed Up (Always in 1st Position and Infinite Time)

I wish reach in Thanksgiving.

Greetings.
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: [misc] racing games

Post by Pugsy »

Radikal Bikers is too slow with the debugger enabled....and always in first place is not a easy cheat to find with just two players. So I'll give this a miss

speedup.xml

Don't think the time & finish 1st work that well..

I've added a "POV" cheat - there's a top-down display which I find easier to play with which I can't seem to access in the game otherwise?

All these games are either buggy or slow...so they are not floating my boat at the moment.

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.pb@FE281B=09</action>
    </script>
  </cheat>

  <cheat desc="Minimum Lap Time">
    <script state="run">
      <action>maincpu.pw@FE286E=0000</action>
    </script>
  </cheat>

  <cheat desc="Always in First Place"> <comment>Don't finish last though</comment>
    <script state="run">
      <action>maincpu.pb@FE08EB=01</action>
    </script>
  </cheat>

  <cheat desc="Select Perm Point Of View">
    <parameter>
      <item value="0x01">Behind Car</item>
      <item value="0x02">In Car</item>
      <item value="0x03">Top Down</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@FE2803=param</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.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)
bazar77
Posts: 25
Joined: Wed Mar 19, 2008 1:17 pm

Re: [misc] racing games

Post by bazar77 »

I played in "Speed Up" with different views ..... WOOOW.
The difficulty of this game is impossible :(
I could not see the end because you have to finish first.
Can You create a code to get always the maximum speed.

I have minimal notions of how a code search.
I searched for a faq on your site but have not found for a new version of mame.
Are there any faqs for the new version?

Other games impossible to finish (for their difficulty) are:

Gaelco ----> "Radikal Bikers" and Taito ----> "Side by Side 1 and 2" I do not think it is very difficult:
Can you create a code to have maximum speed?

Also another person ask too: if possible create a code to be first in Ground Effects ????

Thank You.
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: [misc] racing games

Post by Pugsy »

You do NOT need to double post the above in two sub forums, and you certainly don't need to copy the same thing and PM me with it.

Please, keep it to a single subforum (no PMs) - I have just read the same thing 3 times, it's effectively nagging and is NOT going to make me respond any quicker.


There is some simple guides/pointers on the forums with regards cheat finding.


Just because cheats exist for other games doesn't mean they are easy to create for others. I actually made a Max Speed cheat for Radikal Bikers but all it maxes out is the display speed and I even made a cheat to always have the Turbos but all that achieves is it gives you a faster start and allows you to bump off things easier - it's still hard to win unless you take every shortcut.


My todo list is large, hopefully I'll get to some of them before 2011.
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)
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: [misc] racing games

Post by Pugsy »

pocketrc.xml:-

Code: Select all

  <cheat desc="Always Finish in 1st Place"> <comment>Display won't be correct till the race is over</comment>
    <script state="run">
      <action>maincpu.pb@8006BE0C=01</action>
    </script>
  </cheat>
sidebs.xml:-

Code: Select all

  <cheat desc="Always Finish in 1st Place"> <comment>Display won't be correct till the race is over</comment>
    <script state="run">
      <action>maincpu.pb@803D415=00</action>
    </script>
  </cheat>
sidebs2.xml:-

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.pw@8037544=0BB8</action>
    </script>
  </cheat>

  <cheat desc="Always Finish in 1st Place"> <comment>Display won't be correct till the race is over</comment>
    <script state="run">
      <action>maincpu.pb@8037565=00</action>
    </script>
  </cheat>

</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->
sidebs2j.xml:-

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.pw@8037540=0BB8</action>
    </script>
  </cheat>

  <cheat desc="Always Finish in 1st Place"> <comment>Display won't be correct till the race is over</comment>
    <script state="run">
      <action>maincpu.pb@8037561=00</action>
    </script>
  </cheat>

</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->

No cheats for GTI Club - time is held at 0x5fb but poking it has no effect. As the game is marked as non-working further investigation is not currently worthwhile
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)
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: [misc] racing games

Post by Pugsy »

windheat.xml, windheatj.xml & windheatu.xml

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.pw@00001F82=0B36</action>
    </script>
  </cheat>

  <cheat desc="Always Finish in 1st Place"> <comment>Display won't be correct till the race is over</comment>
    <script state="run">
      <action>maincpu.pb@00001166=01</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.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)
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: [misc] racing games

Post by Pugsy »

cybrcycc.xml

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.pw@E11EB4=0000</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.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)
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: [misc] racing games

Post by Pugsy »

finalapr.xml, finalaprj.xml & finalapro.xml :-

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.pw@00084050=0000</action>
    </script>
  </cheat>

  <cheat desc="Always Drive at Max Speed (398 kph)"> <comment>Disable this cheat at before crossing the line on the last lap</comment>
    <script state="run">
      <action>maincpu.pw@000953D4=FFFF</action>
    </script>
  </cheat>

  <cheat desc="Get Max Speed (398 kph) Boost Now!">
    <script state="on">
      <action>maincpu.pw@000953D4=FFFF</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.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)
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: [misc] racing games

Post by Pugsy »

These groundfx cheats come courtesy of Wayder. I've had a look for Max speed cheat although the address 2077ce contains the speed it's not got the desired effect.

groundfx.xml

Code: Select all

  <cheat desc="Invincibility">
    <script state="run">
      <action>maincpu.pb@20E839=00</action>
      <action>maincpu.pb@20E842=00</action>
    </script>
  </cheat>

  <cheat desc="Always 1ST">
    <script state="run">
      <action>maincpu.pb@20E5ED=00</action>
    </script>
  </cheat>
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)
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: [misc] racing games

Post by Pugsy »

winrun.xml:-

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Time">
    <script state="run">
      <action>gpu.pb@200313=99</action>
    </script>
  </cheat>

</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->

winrun91.xml:-

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Time">
    <script state="run">
      <action>gpu.pb@200201=99</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.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)
ArtLine
Posts: 8
Joined: Thu Nov 11, 2010 4:44 pm

Re: [misc] racing games

Post by ArtLine »

Thanks, thanks, thanks, BIG THANKS PUGSY!

One more: The cybrcycc cheat in old format, please? ;)
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: [misc] racing games

Post by Pugsy »

ArtLine wrote:The cybrcycc cheat in old format, please? ;)
You should really think about getting a newer version of MAME

Code: Select all

; [ Cyber Cycles (Rev. CB2 Ver.C) ]
:cybrcycc:00100000:E11EB4:00000000:FFFFFFFF:Infinite Time
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)
ArtLine
Posts: 8
Joined: Thu Nov 11, 2010 4:44 pm

Re: [misc] racing games

Post by ArtLine »

Pugsy wrote:
You should really think about getting a newer version of MAME
I use old MAME for that game. Yes, you know why - avoiding Neo Yokohama bug. :wink:
bazar77
Posts: 25
Joined: Wed Mar 19, 2008 1:17 pm

Re: [misc] racing games

Post by bazar77 »

What version of mame you use?
This game does not work properly with the latest version of mame.
Post Reply