We just released a Feb. 5 '89 prototype of DuckTales for the NES!
If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!

Super Speed Race Jr.

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

Super Speed Race Jr.

Developer: Taito
Publisher: Taito
Platforms: Arcade (Custom)
Released in JP: June 1985


CopyrightIcon.png This game has hidden developer credits.


Super Speed Race Jr. is one of many, many games in Taito's Speed Race franchise.

Hidden Credits

SuperSpeedRaceJrCredits.png
There's a set of hidden credits in the game. Enter this code in MAME's ssrj.xml cheat file and enable it to see them after booting the game.

  <cheat desc="Hidden Credits">
    <script state="on">
      <action>temp1 =maincpu.mb@0009</action>
      <action>temp2 =maincpu.mb@000A</action>
    </script>
    <script state="run">
      <action>maincpu.mb@0009=39</action>
      <action>maincpu.mb@000A=3A</action>
    </script>
    <script state="off">
      <action>maincpu.mb@0009=temp1 </action>
      <action>maincpu.mb@000A=temp2 </action>
    </script>
  </cheat>
(Source: Original TCRF research)