Skip to content

Instantly share code, notes, and snippets.

@987123879113
Created March 31, 2021 09:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 987123879113/f02291a01d0dda65290f34c0a7db4b5e to your computer and use it in GitHub Desktop.
Save 987123879113/f02291a01d0dda65290f34c0a7db4b5e to your computer and use it in GitHub Desktop.
Dancing Stage Solo MAME cheat
<!-- Region flag:
8009A838 = ...
01 North/South America
02 Europe
04 Asia
Language flag:
80115786 = ...
01 = Japanese
02 = English
03 = French
04 = German
05 = Italian
06 = Spanish
Change MDB:
800104C5 = ...
61 = a
65 = e
6a = j
75 = u
IMPORTANT! Change "=..." to to "=value", using the values specified above!
-->
<mamecheat version="1">
<cheat desc="Change region flag">
<script state="run">
<action>maincpu.pb@8009A838=...</action>
</script>
</cheat>
<cheat desc="Change language">
<script state="run">
<action>maincpu.pb@80115786=...</action>
</script>
</cheat>
<cheat desc="Change music database">
<script state="run">
<action>maincpu.pb@800104C5=...</action>
</script>
</cheat>
</mamecheat>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment