Page 1 of 1
[cottonbm] Cotton Boomerang - cheats not working
Posted: Fri Jan 07, 2011 5:49 pm
by kryul73
Cotton Boomerang - Magical Night Dreams
Invincibility PL1/PL2 - cheats not working
Help...
Re: [cottonbm] Cotton Boomerang - cheats not working
Posted: Fri Jan 07, 2011 8:17 pm
by Pugsy
It works fine here.
If you are using the 0.141 cheat file make sure you are using MAME 0.141
Re: [cottonbm] Cotton Boomerang - cheats not working
Posted: Tue Feb 01, 2011 10:45 am
by dragon2snow
sometimes Invincibility PL1/PL2 - cheats not working
mamep 141u1
mame 141
test
Re: [cottonbm] Cotton Boomerang - cheats not working
Posted: Thu Jul 30, 2020 12:31 am
by help
Still doesn't work even for 0.221
Re: [cottonbm] Cotton Boomerang - cheats not working
Posted: Thu Jul 30, 2020 3:14 pm
by Pugsy
They've always worked every time for me and still do. I've tested it quickly every time it's been reported and had no problems, maybe there's something that I'm not replicating when I test it or something that's not being mentioned in the bug report.
I've converted the RAM cheat into a program code cheat, maybe that'll work for you. Other than that I have no idea why it doesn't work for you.
Does this work any better?
Code: Select all
<cheat desc="Invincibility">
<script state="run">
<action>maincpu.pw@607D52A=0009, maincpu.pb@607D53D=00</action>
</script>
<script state="off">
<action>maincpu.pw@607D52A=8972, maincpu.pb@607D53D=FF</action>
</script>
</cheat>
Re: [cottonbm] Cotton Boomerang - cheats not working
Posted: Sat Aug 01, 2020 3:11 am
by help
I'll give it a try...I'm still only on Manjaro Lisa (no Mac/Windows)...
Re: [cottonbm] Cotton Boomerang - cheats not working
Posted: Sat Aug 01, 2020 6:26 am
by help
It worked! Thanks! Why I have no idea....
Re: [cottonbm] Cotton Boomerang - cheats not working
Posted: Sat Aug 01, 2020 6:48 am
by help
...though the game becomes a bit buggier sometimes...
Re: [cottonbm] Cotton Boomerang - cheats not working
Posted: Mon Sep 12, 2022 2:36 am
by darkneumann
Pugsy wrote: ↑Thu Jul 30, 2020 3:14 pm
They've always worked every time for me and still do. I've tested it quickly every time it's been reported and had no problems, maybe there's something that I'm not replicating when I test it or something that's not being mentioned in the bug report.
I've converted the RAM cheat into a program code cheat, maybe that'll work for you. Other than that I have no idea why it doesn't work for you.
Does this work any better?
Code: Select all
<cheat desc="Invincibility">
<script state="run">
<action>maincpu.pw@607D52A=0009, maincpu.pb@607D53D=00</action>
</script>
<script state="off">
<action>maincpu.pw@607D52A=8972, maincpu.pb@607D53D=FF</action>
</script>
</cheat>
Hi guys, where i put this code to work?
Re: [cottonbm] Cotton Boomerang - cheats not working
Posted: Mon Sep 12, 2022 10:05 am
by jman
1. Open text editor with new text.
2. Copy the following code and paste.
Code: Select all
<mamecheat version="1">
<cheat desc="Invincibility">
<script state="run">
<action>maincpu.pw@607D52A=0009, maincpu.pb@607D53D=00</action>
</script>
<script state="off">
<action>maincpu.pw@607D52A=8972, maincpu.pb@607D53D=FF</action>
</script>
</cheat>
</mamecheat>
3. Save this file as "cottonbm.xml" into "cheat" folder.
BTW, this code doesn't work if you set in playing the game. 1st player character dies but 2nd or later gets "invincibility".
It's better to set in title or character selection screen.
I think the timing of "program hack" for SH-x CPU is very tight.