There's an error in the World version (The Mame roms that's dumped) where when you play the Novice course, it plays the Free Riding Expert music. A video of a Japanese version plays the right music:
full song:
The track is still in the game, it can be heard in the test menu, but it doesn't play. I'm wondering if it's possible to fix this bug with a cheat....
[alpines] Free Riding Novice Music Fix
Re: [alpines] Free Riding Novice Music Fix
Code: Select all
<cheat desc="Japan Version Song For Free Novice">
<script state="on">
<action>temp0 =maincpu.mb@1B7CC0</action>
</script>
<script state="run">
<action>maincpu.mb@1B7CC0=82</action>
</script>
<script state="off">
<action>maincpu.mb@1B7CC0=temp0 </action>
</script>
</cheat>
- Pugsy
- Posts: 3682
- Joined: Fri Aug 17, 2001 12:59 am
- Location: North Wales, UK.
- Has thanked: 1 time
- Been thanked: 19 times
- Contact:
Re: [alpines] Free Riding Novice Music Fix
Thanks, added
Pugsy
Servicing your cheating needs since 1985
Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
Servicing your cheating needs since 1985
Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)