Derock
Well-Known Member
Did anyone save this shit? I got perma'd so the Twitter info is gone and suffered a data loss so I lost all my hacking notes. ¯\_(ツ)_/¯
I started over again from scratch yesterday and so here's the Raidou code for M2emulator and Mame (DOA still runs like ass in Mame but whatever):
M2Emulator
Code:function p1boss(value) I960_WriteWord(0x54fbe1,0xB); end function p2boss(value) I960_WriteWord(0x54fc39,0xB); end Options = { boss1cheat={name="P1 RAIDOU",values={"Off","On"},runfunc=p1boss}, boss2cheat={name="P2 RAIDOU",values={"Off","On"},runfunc=p2boss} }
Mame
Code:<mamecheat version="1"> <cheat desc="P1 RAIDOU"> <script state="run"> <action>maincpu.pb@54fbe1=0B</action> </script> </cheat> <cheat desc="P2 RAIDOU"> <script state="run"> <action>maincpu.pb@54fc39=0B</action> </script> </cheat> <cheat desc="INSTA-KILL P1"> <script state="run"> <action>maincpu.pb@54FC02=FF</action> </script> </cheat> <cheat desc="INSTA-KILL P2"> <script state="run"> <action>maincpu.pb@54FC5A=FF</action> </script> </cheat> </mamecheat>
You could replace 0B with anyone from this list for effect:
Code:00 "Zack", 01 "Tina", 02 "Jann Lee", 03 "BETA TINA", 04 "Ryu Hayabusa", 05 "Kasumi", 06 "Gen-Fu", 07 "BETA CHAMPION", 08 "Bayman", 09 "BETA BLANK", 0A "BETA RAIDOU", 0B "Raidou", 0C "Lei-Fang",
I'm not proficient enough to make the code a selectable list. -_-
Interestingly enough, Raidou has an end-card with story as if he was intended to be unlockable in the arcade at one point.
I'm curious about the BETA characters.
Also, see if there's any end-card for the main cast. Unless I have to change the setting to Japanese to access them.