If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!
This page is page #214,000!

Wayne Gretzky's 3D Hockey (Arcade)

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

Wayne Gretzky's 3D Hockey

Developer: Atari Games
Publisher: Atari Games
Platform: Arcade (Phoenix)
Released in US: October 1996[1]


DebugIcon.png This game has debugging material.


Inaccessible Service Menu Options

Present in the service menu are some normally inaccessible options. To reenable them, add the following code to wg3dh.xml.

  <cheat desc="Enable Debug Options">
    <script state="run">
      <action>maincpu.pb@800E9364=00</action>
    </script>
  </cheat>

Enable the code then enter the service menu and select the invisible option inbetween STATISTICS and GAME OPTIONS and you'll appear in the hidden debug options menu.

WG3DHArcade-debugoptions.png

The Development setting enables some more disabled service menu options seen below. The other three settings don't appear to do anything.

  • SCOPE LOOPS is added to the service menu. It just displays a black screen.
  • TIMER TEST is added to the service menu. It displays FIRST, SECOND, THIRD, and FOURTH at the upper left.
  • STAMP TESTS is added to the service menu. It allows you to view the game's alphanumeric font.
  • WDOG TEST is added to the service menu. It's a nonfunctional watchdog reset test.
  • SET BRAM TO FACTORY DEFAULTS is added to the service menu. Selecting this resets all settings and scores back to default.
  • The controls test displays the raw data at the upper left.
  • A battery-backed RAM test and dump memory option are added to the memory tests menu.
  • A 1kHz sine test is added to the sound tests menu.
(Source: Ferrox)

Crash Handler

WG3DHArcade-crash.png

If the game crashes, it'll display this crash handler. Pressing Start three times reboots the game.

(Source: Ferrox)

References