Skip to content

Instantly share code, notes, and snippets.

@stt
Created October 18, 2018 23:24
Show Gist options
  • Save stt/9de7212295d9dfc1e2ef663b6d94a061 to your computer and use it in GitHub Desktop.
Save stt/9de7212295d9dfc1e2ef663b6d94a061 to your computer and use it in GitHub Desktop.
Mame cheat file for Bagman
<mamecheat version="1">
<cheat desc="Run, thief, run">
<script state="on">
<action>maincpu.md@0C4A=3C5400CD</action>
<action>maincpu.md@0CA4=3D540ACD</action>
<action>maincpu.md@0E8F=3D5410CD</action>
<action>maincpu.md@0EA2=3C5416CD</action>
<action>maincpu.mq@5400=FFFFC901C665823A</action>
<action>maincpu.mq@5408=C901D665823AFFFF</action>
<action>maincpu.mq@5410=833AC901D665833A</action>
<action>maincpu.md@5418=C901C665</action>
</script>
</cheat>
<cheat desc="Infinite Credits">
<script state="run">
<action>maincpu.pb@6000=90</action>
</script>
</cheat>
<cheat desc="Infinite Lives">
<script state="run">
<action>maincpu.pb@6056=05</action>
</script>
</cheat>
<cheat desc="Infinite Time">
<script state="run">
<action>maincpu.pb@61E8=99</action>
</script>
</cheat>
<cheat desc="Invincibility">
<script state="run">
<action>maincpu.pb@6025=00</action>
<action>maincpu.pb@6029=01</action>
<action>maincpu.pb@604E=00</action>
</script>
</cheat>
<cheat desc="Game Over Now!">
<script state="on">
<action>maincpu.pb@61E8=00</action>
</script>
</cheat>
<cheat desc="Always carry a pick"> <comment>Turn off when not needed!</comment>
<script state="run">
<action>maincpu.pb@61CF=01</action>
</script>
</cheat>
<cheat desc="Get the pick Now!">
<script state="on">
<action>maincpu.pb@61CF=01</action>
</script>
</cheat>
</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment