Announcement

Collapse
No announcement yet.

Abystus' Codes

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Abystus
    replied
    Originally posted by PEOPLECANFLY View Post
    Yes you told me that already but when I enter into a cheat file it will sent me to a Internet Explorer link.
    Sounds like a case of ID-10-T. Open it with notepad or any other text editor instead of Internet Explorer.

    Leave a comment:


  • PEOPLECANFLY
    replied
    Originally posted by OldSchoolGamer View Post
    Copy and Paste the entire text/code into the corresponding file in Pugsy's Cheat.zip
    Yes you told me that already but when I enter into a cheat file it will sent me to a Internet Explorer link.

    Leave a comment:


  • OldSchoolGamer
    replied
    Originally posted by PEOPLECANFLY View Post
    Hey man I have a question for you.
    How can I put cheats on MAME?
    Copy and Paste the entire text/code into the corresponding file in Pugsy's Cheat.zip

    Leave a comment:


  • PEOPLECANFLY
    replied
    Hey man I have a question for you.
    How can I put cheats on MAME?

    Leave a comment:


  • Abystus
    replied
    Primal Rage (U) GG [Genesis]
    Code:
    Hit Anywhere (Both players.  Also works with juggling humans.)
    DXJT-AA8L

    Leave a comment:


  • Abystus
    replied
    Street Fighter Alpha: Warriors' Dreams / Street Fighter Zero (All Clones) [MAME]
    Code:
    <cheat desc="Display Hidden Disabled Debug TEST MENU"> 
      <comment>Activate on the TEST MENU (F2).</comment>
      <script state="on">
        <action>maincpu.pb@FF8001=06</action>
      </script>
    </cheat>
    
    <cheat desc="Display Hidden Debug CHARACTER TEST"> 
      <comment>Activate on the TEST MENU (F2).</comment>
      <script state="on">
        <action>maincpu.pb@FF8001=0A</action>
      </script>
    </cheat>
    Unfortunately the main menu has been disabled in all revisions, and causes the game to crash upon activation. One feature of the menu still exists (Character Test), and is still fully functional. A second player can be brought in to the character test, but I've been unable to switch the character being tested through normal commands.

    Hidden Disabled Debug TEST MENU:


    Hidden Debug CHARACTER TEST:

    Leave a comment:


  • OldSchoolGamer
    replied
    Pretty Soldier Sailor Moon - This game was one of the most surprisingly pleasant games I've played in MAME. When I first tried it, I thought, an all girls beatem up... this game is gonna be crap and girly. I soon realized that it was one of the best beatem games in MAME. I like this game a lot.

    Leave a comment:


  • Abystus
    replied
    Pretty Soldier Sailor Moon (All Clones) [MAME]
    Code:
    <cheat desc="Display Hidden Debug BPSM Test Mode Menu">
      <comment>For best clarity, use on the Game Settings menu (F2).</comment>
      <script state="on">
        <action>maincpu.pd@10819A=00010001</action>
        <action>maincpu.pb@10A489=00</action>
      </script>
    </cheat>

    Hidden Debug BPSM Test Mode Menu:

    Leave a comment:


  • Abystus
    replied
    Mega Twins (World 900619) [MAME]
    Code:
    <cheat desc="Hit Anywhere Both Players">
        <script state="run">
          <action>maincpu.ow@0024F8=6002</action>
          <action>maincpu.ow@00251C=6002</action>
        </script>
        <script state="off">
          <action>maincpu.ow@0024F8=6200</action>
          <action>maincpu.ow@00251C=6200</action>
        </script>
    </cheat>

    Leave a comment:


  • Abystus
    replied
    Mega Man: The Power Battle (CPS1, USA 951006) [MAME]
    Code:
    <cheat desc="Display Hidden Debug SUBTEST MENU"> 
      <comment>Activate on the TEST MENU (F2).</comment>
      <script state="on">
        <action>maincpu.pb@FF8001=06</action>
      </script>
    </cheat>
    
    <cheat desc="Hit Anywhere Both Players">
        <comment>Enemies hit anywhere as well. Use with invincibility.</comment>
        <script state="run">
          <action>maincpu.ow@01DA10=4E71</action>
          <action>maincpu.ow@01DA32=4E71</action>
        </script>
        <script state="off">
          <action>maincpu.ow@01DA10=6228</action>
          <action>maincpu.ow@01DA32=6206</action>
        </script>
    </cheat>

    Hidden Debug SUBTEST MENU:

    Leave a comment:


  • Abystus
    replied
    Originally posted by OldSchoolGamer View Post
    It's nice seeing these codes for arcade games.
    Yeah, it's a nice change of pace now and again. I do have my limits on how much MAME I can/want to hack though .

    Mega Man 2: The Power Fighters (USA 960708 Phoenix Edition) [MAME]
    Code:
    <cheat desc="Hit Anywhere Both Players">
        <comment>Enemies hit anywhere as well. Use with invincibility.</comment>
        <script state="run">
          <action>maincpu.ow@01FACA=4E71</action>
          <action>maincpu.ow@01FAEC=4E71</action>
        </script>
        <script state="off">
          <action>maincpu.ow@01FACA=6228</action>
          <action>maincpu.ow@01FAEC=6206</action>
        </script>
    </cheat>

    Leave a comment:


  • OldSchoolGamer
    replied
    It's nice seeing these codes for arcade games.

    Leave a comment:


  • Abystus
    replied
    Ring of Destruction: Slammasters II (Euro 940902 Phoenix Edition) [MAME]
    Code:
    <cheat desc="Hit Anywhere Both Players">
        <comment>Excludes throws.</comment>
        <script state="run">
          <action>maincpu.ow@00C2D2=6002</action>
          <action>maincpu.ow@00C2DA=6002</action>
        </script>
        <script state="off">
          <action>maincpu.ow@00C2D2=6700</action>
          <action>maincpu.ow@00C2DA=6200</action>
        </script>
    </cheat>

    Leave a comment:


  • Abystus
    replied
    Crude Buster (World FX version) [MAME]
    Code:
    <cheat desc="Hit Anywhere Player 1">
        <script state="run">
          <action>maincpu.ow@00F8D0=6002</action>
          <action>maincpu.ow@00F8D8=6002</action>
          <action>maincpu.ow@00F8E2=4E71</action>
          <action>maincpu.ow@00F8E8=4E71</action>
        </script>
        <script state="off">
          <action>maincpu.ow@00F8D0=6A00</action>
          <action>maincpu.ow@00F8D8=6B00</action>
          <action>maincpu.ow@00F8E2=6A7A</action>
          <action>maincpu.ow@00F8E8=6B74</action>
        </script>
    </cheat>

    Leave a comment:


  • Abystus
    replied
    Burning Rival (World) [MAME]
    Code:
    <cheat desc="Hit Anywhere Both Players">
        <script state="run">
          <action>maincpu.ob@10049C=03</action>
          <action>maincpu.ob@1007F6=03</action>
          <action>maincpu.ob@1007FC=03</action>
        </script>
        <script state="off">
          <action>maincpu.ob@10049C=1C</action>
          <action>maincpu.ob@1007F6=37</action>
          <action>maincpu.ob@1007FC=31</action>
        </script>
    </cheat>

    Leave a comment:

Working...
X