Page 1 of 1

Dodonpachi Saidaioujou Knuckles

Posted: Fri Dec 10, 2021 6:56 am
by el_rika
Dodonpachi Saidaioujou Knuckles works in mame if renamed to another cv1000 game.

- invincibility
- next area select/level select (if possible)

Thanks alot!

Re: Dodonpachi Saidaioujou Knuckles

Posted: Sun Dec 19, 2021 9:29 am
by Heihachi_73
FWIW the Knuckles hack will be in HBMAME, as it is an unofficial game and the original dump the hack was made from can't be trusted at this point so it too probably won't end up in MAME any time soon.

Re: Dodonpachi Saidaioujou Knuckles

Posted: Thu Dec 30, 2021 1:22 pm
by Heihachi_73
DoDonPachi SaiDaiOuJou (2012/ 4/20) [ddpsdoj] is now in MAME in time for the new year, but not quite in time for the 0.239 release. This version is apparently not the Knuckles hack though.

Re: Dodonpachi Saidaioujou Knuckles

Posted: Thu Dec 30, 2021 6:14 pm
by Pugsy
Knocked up some quick cheats, use these in the cheat.simple file with the plugin cheat engine.
I will convert them into XML cheats for the next release.

Code: Select all

ddpsdoj,:maincpu,C1E112F,b,9,Infinite Credits
ddpsdoj,:maincpu,C5F9973,b,8,P1 Infinite Lives
ddpsdoj,:maincpu,C5F9976,b,6,P1 Infinite Bombs
ddpsdoj,:maincpu,C5F9B33,b,2,P1 Invincibility
ddpsdoj,:maincpu,C5F9D3B,b,8,P2 Infinite Lives
ddpsdoj,:maincpu,C5F9D3E,b,6,P2 Infinite Bombs
ddpsdoj,:maincpu,C5F9EFB,b,2,P2 Invincibility

Re: Dodonpachi Saidaioujou Knuckles

Posted: Fri Dec 31, 2021 2:32 am
by jman
"invincibility" is "hit but no damage". "no hit" is the following.

Code: Select all

<cheat desc="no hit">
    <script state="run">
        <action>maincpu.pb@c1e9342 = a0</action> <!-- bullet -->
        <action>maincpu.pb@c1e9acf = ff</action> <!-- enemy -->
    </script>
    <script state="off">
        <action>maincpu.pb@c1e9342 = 8f</action>
        <action>maincpu.pb@c1e9acf = 8b</action>
    </script>
</cheat>
But you need to set this "program hack" code before take off scene (eg : boot, title, selection screen). Otherwise, it doesn't work.

Re: Dodonpachi Saidaioujou Knuckles

Posted: Fri Dec 31, 2021 11:45 pm
by jman
akatana and ddpsdoj are removed from MAME because of request from rightholder though.