[tekken3] "Development Version" Test Mode flag

This forum is for posting M.A.M.E. arcade cheats. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
xan1242
Posts: 3
Joined: Tue Mar 18, 2025 10:03 pm

[tekken3] "Development Version" Test Mode flag

Post by xan1242 »

This cheat enables the "Development Version" flag for the Test Mode program in Tekken 3 (tested with VER.E1, it does not exist in VER.A).

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.

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@8021FAEC=01</action>
    </script>
    <script state="off">
      <action>maincpu.rw@8021FAEC=00</action>
    </script>
</cheat>
Post Reply