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

Notes:Terminator 2: Judgment Day (Genesis)

From The Cutting Room Floor
Jump to navigation Jump to search

This page contains notes for the game Terminator 2: Judgment Day (Genesis).

Controller Test?

Located in the joypad read routine at $004B1A-004B59 is programming that writes to certain RAM addresses when different buttons are pressed on controller 1 or 2:

  • A button: sets $FF0002 to #$FF
  • B button: sets $FF0003 to #$FF
  • C button: sets $FF0004 to #$FF
  • Start button: sets $FF0005 to #$FF

No programming that reads the above memory addresses has been found so far. Is this nothing more than a simple controller test?