Page 1 of 1

[frogger] philmurr fixes

Posted: Tue Dec 20, 2022 1:01 am
by fedekrum
There is an excellent work done by philmurr at https://forums.arcade-museum.com/threads/frogger-bugs-descriptions-and-fixes.482765
to fix known Frogger issues (for example a valid move to a log resulting in a frog's death)
Based on that work I made a cheat file with all his fixes for the latest MAME.

It has been ported today to FBNeo and it is on its cheat library now.
I don't know how to port it to older versions of MAME

Here is the XML file.

https://gist.github.com/fedekrum/a7790d422cca3050f8d6bd3c5b9dfe15

Re: [frogger] philmurr fixes

Posted: Mon Dec 26, 2022 12:41 am
by fedekrum
Here is a video of it in action.

Re: [frogger] philmurr fixes

Posted: Thu Jun 01, 2023 11:35 pm
by Pugsy
Thanks, reduced number of cheat lines (.w & .d used & dropped the pointless text from 2ff5-2fff) and added. Just added it to frogger at the moment...will probably work for most of the clones "as is".

Re: [frogger] philmurr fixes

Posted: Sun Jun 04, 2023 7:20 pm
by fedekrum
Pugsy wrote: Thu Jun 01, 2023 11:35 pm ... reduced number of cheat lines (.w & .d ) ...
Thanks for adding this fix @Pugsy.
Where can I learn about .w & .d ?
Not sure what that does.

thanks

Re: [frogger] philmurr fixes

Posted: Sun Jun 04, 2023 11:00 pm
by Pugsy
.b means byte (8 bits)
.w means word [2 bytes, 16 bits]
.d means doubleword [4 bytes, 32 bits]
.q means quadword [8 bytes, 64 bits]

Check out syndromtr's "Holy Cheat!" on the Guides & Tools tab on the main site.