Announcement

Collapse
No announcement yet.

nolberto82 codes

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

  • Oh I just thought of a cool request.... Is it possible to make:
    • (NES) Blades of Steel
      • Infinite Time during 'halftime mini-game'. Ya know how after the 2nd period, you get to play that mini-game for a few seconds... well I was wondering if you could make a code to extend the time during the gameplay of the mini-game.
      • If an Infinite Lives or Invincibility code is needed for the mini-game to continue it's gameplay, then those codes would be cool/necessary too.
    Last edited by OldSchoolGamer; 09-06-2011, 07:52:50 AM.
    Now broadcasting from the underground command post. Deep in the bowels of a hidden bunker. Somewhere under the brick & steel of a nondescript building. We've once again made contact w/ our leader, OSG

    Comment


    • Nolberto,
      I have a few requests below if you get a chance to fill them. I know these may take time as they vary per processor (asm) so I am in no rush but would like to see these codes for the following games:

      Hit Anywhere:

      Code:
      The Simpsons
      Teenage Mutant Ninja Turtles
      X-Men
      Raiden
      Lethal Enforcers
      Lethal Enforcers 2
      Area 51
      Final Fight
      The Punisher
      Carnevil
      House of the Dead
      House of the Dead 2
      Silent Scope
      Virtua Fighter
      Virtua Fighter 2
      Virtua Fighter 3 (Not sure on the running status of this one in mame)
      Gauntlet Legends
      Marvel Super Heroes
      Marvel Vs Capcom
      Operation Wolf
      Tekken
      Tekken 2
      Tekken 3
      Tekken Tag (Not sure on the running status of this one in mame)
      Time Crisis
      Time Crisis 2
      Time Crisis 3 (Not sure on the running status of this one in mame)
      Super Street Fighter 2
      Super Street Fighter 2 Turbo
      Street Fighter Alpha/Zero
      Street Fighter Alpha/Zero 2
      Street Fighter Alpha/Zero 3
      Mortal Kombat
      Mortal Kombat 3
      Mortal Kombat 4 (Not sure on the running status of this one in mame)
      Ultimate Mortal Kombat 3
      X-Men Children of the Atom
      X-Men Vs Street Fighter

      One Hit Kills:

      Code:
      The Simpsons
      Teenage Mutant Ninja Turtles
      X-Men
      Raiden
      Lethal Enforcers
      Lethal Enforcers 2
      Area 51
      Final Fight
      The Punisher
      Carnevil
      House of the Dead
      House of the Dead 2
      Silent Scope
      Gauntlet Legends
      Operation Wolf
      Time Crisis
      Time Crisis 2
      Time Crisis 3 (Not sure on the running status of this one in mame)
      Not taking any requests at this time.

      Bored? Watch some of my hacks here.

      Comment


      • I'm in school right now should get off like in a hour or so. I got the breakpoints working for Killer Instinct earlier today. hopefully I get a code for that game. I'll see how many of those requests I can do.
        Last edited by nolberto82; 09-06-2011, 10:39:41 AM.

        Comment


        • Originally posted by nolberto82 View Post
          I'm in school right now should get off like in a hour or so. I got the breakpoints working for Killer Instinct earlier today. hopefully I get a code for that game. I'll see how many of those requests I can do.
          Very cool. I'm starting to like you more as a Mame hacker than a standard game hacker for the home consoles due to the lack of advanced hacks for arcade games in general. I never really got into the advanced mame hacks due to the hardware changing per game and having to learn a new instruction set. Also with the recent changes in mame I just never really caught on to the new interface. One day I may sit down with it and actually give it a go, but until then I'll leave it up to someone that knows the debugger inside and out and than can adapt to the new instruction calls (or weird formulas to get the correct address ala Mortal Kombat 2).
          Last edited by Abystus; 09-06-2011, 10:57:37 AM.
          Not taking any requests at this time.

          Bored? Watch some of my hacks here.

          Comment


          • Finally got it.

            Code:
            [COLOR="Blue"]Killer Instinct 1.3 - MAME[/COLOR]
            
              <cheat desc="Hit Anywhere Both Players">
                <script state="run">
                  <action>maincpu.pd@88008B70=10000013</action>
                  <action>maincpu.pd@88008B74=00000000</action>
                  <action>maincpu.pd@88008F30=34010000</action>
                  <action>maincpu.pd@88008F38=34010000</action>
                  <action>maincpu.pd@88008F64=34010000</action>
                  <action>maincpu.pd@88008F6C=34010000</action>
                  <action>maincpu.pd@88008F98=34010000</action>
                  <action>maincpu.pd@88008FA0=34010000</action>
                </script>
              </cheat>

            Comment


            • Originally posted by nolberto82 View Post
              Finally got it.

              Code:
              [COLOR="Blue"]Killer Instinct 1.3 - MAME[/COLOR]
              
                <cheat desc="Hit Anywhere Both Players">
                  <script state="run">
                    <action>maincpu.pd@88008B70=10000013</action>
                    <action>maincpu.pd@88008B74=00000000</action>
                    <action>maincpu.pd@88008F30=34010000</action>
                    <action>maincpu.pd@88008F38=34010000</action>
                    <action>maincpu.pd@88008F64=34010000</action>
                    <action>maincpu.pd@88008F6C=34010000</action>
                    <action>maincpu.pd@88008F98=34010000</action>
                    <action>maincpu.pd@88008FA0=34010000</action>
                  </script>
                </cheat>
              Ha nice! Where are you getting the documentation on these different processors? I think I would like to take a stab at advanced mame hacking but I need something with a bountiful resource of ASM guides for these processors. Any way you can convert that code for the other revisions in the series (1.3 is one of the first) 1.5d is the last revision for KI 1. Again nice work!
              Not taking any requests at this time.

              Bored? Watch some of my hacks here.

              Comment


              • Code:
                [COLOR="Blue"]Blades of Steel - NES[/COLOR]
                
                Invincible in Minigame
                AINXIYEI
                Added.

                Originally posted by Abystus
                Ha nice! Where are you getting the documentation on these different processors? I think I would like to take a stab at advanced mame hacking but I need something with a bountiful resource of ASM guides for these processors. Any way you can convert that code for the other revisions in the series (1.3 is one of the first) 1.5d is the last revision for KI 1. Again nice work!
                I haven't really found any documentation for any of them I just look at the disassembly of the games.

                Comment


                • Code:
                  [COLOR="Blue"]Simpsons, The (4 Players World, set 1) - MAME[/COLOR]
                  
                    <cheat desc="One Hit Kills">
                      <script state="run">
                        <action>maincpu.mb@C2B1=00</action>
                      </script>
                    </cheat>
                  
                    <cheat desc="Hit Anywhere"> <comment>Will only work with the weapon you start with</comment>
                      <script state="run">
                        <action>maincpu.mb@8D87=00</action>
                        <action>maincpu.mb@C059=3F</action>
                        <action>maincpu.mb@C05A=55</action>
                        <action>maincpu.mb@FFB0=12</action>
                        <action>maincpu.mb@FFB1=24</action>
                        <action>maincpu.mb@FFB2=02</action>
                        <action>maincpu.mb@FFB3=73</action>
                        <action>maincpu.mb@FFB4=02</action>
                        <action>maincpu.mb@FFB5=83</action>
                        <action>maincpu.mb@FFB6=8F</action>
                        <action>maincpu.mb@FFB7=AB</action>
                        <action>maincpu.mb@FFB8=C1</action>
                        <action>maincpu.mb@FFB9=80</action>
                        <action>maincpu.mb@FFBA=8F</action>
                      </script>
                    </cheat>
                  Last edited by nolberto82; 09-07-2011, 08:07:52 AM.

                  Comment


                  • Code:
                    [COLOR="Blue"]Teenage Mutant Ninja Turtles (World 4 Players) - MAME[/COLOR]
                    
                      <cheat desc="One Hit Kills">
                        <script state="run">
                          <action>maincpu.mw@0472EE=6002</action>
                          <action>maincpu.mw@0472FA=6002</action>
                          <action>maincpu.mw@011912=6000</action>
                          <action>maincpu.mw@00E230=6000</action>
                        </script>
                      </cheat>
                    
                      <cheat desc="Hit Anywhere">
                        <script state="run">
                          <action>maincpu.mw@04725C=6002</action>
                          <action>maincpu.mw@047292=6002</action>
                          <action>maincpu.mw@0472BC=6002</action>
                        </script>
                      </cheat>
                    
                      <cheat desc="Skip RAM ROM Check">
                        <script state="run">
                          <action>maincpu.mw@00106E=6004</action>
                        </script>
                      </cheat>

                    Comment


                    • Code:
                      [COLOR="Blue"]X-Men (4 Players ver UBB) - MAME[/COLOR]
                      
                        <cheat desc="Hit Anywhere">
                          <script state="run">
                            <action>maincpu.mw@013D3c=4EB9</action>
                            <action>maincpu.mw@013D3E=0000</action>
                            <action>maincpu.mw@013D40=0500</action>
                            <action>maincpu.mw@000500=B5FC</action>
                            <action>maincpu.mw@000502=0011</action>
                            <action>maincpu.mw@000504=1000</action>
                            <action>maincpu.mw@000506=6708</action>
                            <action>maincpu.mw@000508=DFFC</action>
                            <action>maincpu.mw@00050A=0000</action>
                            <action>maincpu.mw@00050C=0008</action>
                            <action>maincpu.mw@00050E=4E75</action>
                            <action>maincpu.mw@000510=DC47</action>
                            <action>maincpu.mw@000512=E34F</action>
                            <action>maincpu.mw@000514=BC47</action>
                            <action>maincpu.mw@000516=4E75</action>
                          </script>
                        </cheat>
                      
                        <cheat desc="Skip RAM ROM Check">
                          <script state="run">
                            <action>maincpu.mw@00095E=6004</action>
                          </script>
                        </cheat>
                      I'm going to leave One Hit Kills for another time.
                      Last edited by nolberto82; 09-07-2011, 07:46:57 PM.

                      Comment


                      • Originally posted by nolberto82 View Post
                        Code:
                        [COLOR="Blue"]X-Men (4 Players ver UBB) - MAME[/COLOR]
                        
                          <cheat desc="Hit Anywhere">
                            <script state="run">
                              <action>maincpu.mw@013D3c=4EB9</action>
                              <action>maincpu.mw@013D3E=0000</action>
                              <action>maincpu.mw@013D40=0500</action>
                              <action>maincpu.mw@000500=B5FC</action>
                              <action>maincpu.mw@000502=0011</action>
                              <action>maincpu.mw@000504=1000</action>
                              <action>maincpu.mw@000506=6708</action>
                              <action>maincpu.mw@000508=DFFC</action>
                              <action>maincpu.mw@00050A=0000</action>
                              <action>maincpu.mw@00050C=0008</action>
                              <action>maincpu.mw@00050E=4E75</action>
                              <action>maincpu.mw@000510=DC47</action>
                              <action>maincpu.mw@000512=E34F</action>
                              <action>maincpu.mw@000514=BC47</action>
                              <action>maincpu.mw@000516=4E75</action>
                            </script>
                          </cheat>
                        
                          <cheat desc="Skip RAM ROM Check">
                            <script state="run">
                              <action>maincpu.mw@00095E=6004</action>
                            </script>
                          </cheat>
                        I'm going to leave One Hit Kills for another time.
                        That bad eh? Great work so far btw. I grew up in an arcade so it's really cool seeing all these games get some justice done. I take vacation next week so I plan on sitting down with the mame debuger to see what I can find as well. I really appreciate the hacks thus far.
                        Not taking any requests at this time.

                        Bored? Watch some of my hacks here.

                        Comment


                        • Let the mayhem begin:

                          Code:
                          [COLOR="Blue"]Area 51 (R3000) - MAME[/COLOR]
                          
                            <cheat desc="Hit Anywhere"> <comment>The soldiers get hit too if onscreen</comment>
                              <script state="run">
                                <action>maincpu.od@1FC48134=00000000</action>
                                <action>maincpu.od@1FC48170=00000000</action>
                                <action>maincpu.od@1FC4518C=10000006</action>
                              </script>
                            </cheat>
                          
                            <cheat desc="One Hit Kills">
                              <script state="run">
                                <action>maincpu.od@1FC45444=00000000</action>
                              </script>
                            </cheat>

                          Comment


                          • I like that the first few arcade games you started making codes for was X-Men, Simpsons, and TMNT... which are three of the best arcade games of all-time in my opinion... and definitely the best 3 beatem up arcade games.

                            Thanks for the Blades of Steel code, I'm looking foward to testing it out when I get a chance. But I was wondering if you were somehow able to make that "Infinite Time" in that mini-game. Because the mini-game ends so quickly. It would be cool to beable to play that for however long I want and then when I want to get back to the real game, I can just turn off the code. So is there any chance in making that "Infinite Time" code?
                            Last edited by OldSchoolGamer; 09-09-2011, 01:06:11 PM.
                            Now broadcasting from the underground command post. Deep in the bowels of a hidden bunker. Somewhere under the brick & steel of a nondescript building. We've once again made contact w/ our leader, OSG

                            Comment


                            • Oh nolberto, you are taking MAME requests too?

                              I have one, but I don't know if it's possible to actually do it correctly. It's for Killer Instinct 2 and what I'm requesting is a cheat to see the endings for each character. It's not as simple as it sounds because each character has multiple endings. Read the request I made over at Pugsy's site:
                              http://www.mamecheat.co.uk/forums/vi...php?f=1&t=4435

                              Comment


                              • Originally posted by ReyVGM
                                Oh nolberto, you are taking MAME requests too?

                                I have one, but I don't know if it's possible to actually do it correctly. It's for Killer Instinct 2 and what I'm requesting is a cheat to see the endings for each character. It's not as simple as it sounds because each character has multiple endings. Read the request I made over at Pugsy's site:
                                http://www.mamecheat.co.uk/forums/vi...php?f=1&t=4435
                                I'll see what I can do.

                                Code:
                                  
                                [COLOR="Blue"]Final Fight - MAME[/COLOR]
                                
                                <cheat desc="Hit Anywhere When Enemies Are Close">
                                    <script state="run">
                                      <action>maincpu.mw@00705C=6000</action>
                                    </script>
                                  </cheat>
                                Tried everything but that is the best I could come up with.

                                Comment

                                Working...
                                X