Page 1 of 1

[tektagtc1] "Development Version" Test Mode flag

Posted: Tue Mar 18, 2025 10:18 pm
by xan1242
This cheat enables the "Development Version" flag for the Test Mode program in Tekken Tag Tournament.

It adds extra information and register control in the Sound Test menu (also unlimits the playback time), it unlocks the "LED TEST" menu and shows the current build timestamps.

For the extra Sound Test controls for register values, use the second controller port.

Same as the Tekken 3 variant here

Code: Select all

<cheat desc="Development Version Test Mode"> <comment>Enables the "Development Version" flag for the Test Mode program.</comment>
    <script state="run">
      <action>maincpu.rw@80243CC2=01</action>
    </script>
    <script state="off">
      <action>maincpu.rw@80243CC2=00</action>
    </script>
</cheat>