Search found 8 matches

by RyogaMasaki
Fri Nov 27, 2015 8:42 am
Forum: M.A.M.E. "Arcade" Cheats
Topic: [agallet] Enable debug cheats + re-enable region select
Replies: 1
Views: 1196

[agallet] Enable debug cheats + re-enable region select

There are some debug cheats left over in the game: level select, invincibility, game pause. There's also a region select, which had a input code that was disabled. The cheat re-enables that input code for region select. I did all my testing on the Japanese version, but since this only changes RAM lo...
by RyogaMasaki
Fri Nov 27, 2015 8:32 am
Forum: M.A.M.E. "Arcade" Cheats
Topic: [mouja] Skip ROM test + level select + more
Replies: 1
Views: 1073

[mouja] Skip ROM test + level select + more

Tore the game apart recently, found some unused functionality and created a couple utility cheats along the way. Full breakdown of what I found: http://sudden-desu.net/2015/11/09/mouja/ <cheat desc="Skip ROM/RAM test"> <script state="on"> <action>temp0=maincpu.mw@0fee</action> <a...
by RyogaMasaki
Sat Jan 31, 2015 11:35 am
Forum: M.A.M.E. "Arcade" Cheat Requests
Topic: pocket gal deluxe cheats needed
Replies: 3
Views: 2789

Re: pocket gal deluxe cheats needed

I tried to give your request a go... and instead I found a hidden debug menu in the game!

viewtopic.php?f=4&t=11556

I know it's not quite what you wanted, but maybe you'll find the Trick Shot menu interesting for now...
by RyogaMasaki
Sat Jan 31, 2015 11:33 am
Forum: M.A.M.E. "Arcade" Cheats
Topic: [pktgaldx]+ Debug menu
Replies: 2
Views: 1245

[pktgaldx]+ Debug menu

Well, I tried to tackle pepino's request for cheats in the request forum, and instead I ended up with a hidden debug menu... <cheat desc="Debug menu"> <comment>Set this on the title screen then insert coins and hit start</comment> <script state="run"> <action>maincpu.pb@174101=80...
by RyogaMasaki
Fri Jan 30, 2015 6:13 am
Forum: M.A.M.E. "Arcade" Cheats
Topic: [naname] Jump to level
Replies: 1
Views: 745

[naname] Jump to level

<cheat desc="Jump to level..."> <comment>Set this while inside a level</comment> <parameter> <item value="0x03">Level 1</item> <item value="0x04">Level 2</item> <item value="0x05">Level 3</item> <item value="0x06">Level 4</item> <item value="0x...
by RyogaMasaki
Mon Jan 26, 2015 2:59 am
Forum: M.A.M.E. "Arcade" Cheats
Topic: [ladymstr] Always have all letters
Replies: 1
Views: 714

[ladymstr] Always have all letters

Always have all the letters needed to enter the final boss door <cheat desc="Always have all letters"> <script state="run"> <action>maincpu.pb@C4B4=22</action> <action>maincpu.pb@C4B5=29</action> <action>maincpu.pb@C4B6=1F</action> <action>maincpu.pb@C4B7=25</action> <action>main...
by RyogaMasaki
Sat Jan 24, 2015 8:10 am
Forum: M.A.M.E. "Arcade" Cheats
Topic: [wndrmomo] Clear this stage now
Replies: 1
Views: 762

[wndrmomo] Clear this stage now

Code: Select all

  <cheat desc="Clear this stage now">
    <comment>Use this inside of levels; it will mess up the title screen, etc</comment>
    <script state="on">
      <action>cpu1.pb@4412=19</action>
    </script>
  </cheat>
by RyogaMasaki
Sat Jan 24, 2015 2:25 am
Forum: M.A.M.E. "Arcade" Cheats
Topic: [psychosj]+ P1 and P2 transform
Replies: 1
Views: 892

[psychosj]+ P1 and P2 transform

Use these to transform P1 and P2 into their special forms (Dragon for Kensou, Phoenix for Athena) <cheat desc="P1 Transform"> <script state="on"> <action>maincpu.pb@F792=01</action> </script> </cheat> <cheat desc="P2 Transform"> <script state="on"> <action>mai...