[pce, quizts] Quiz Toukou Shashin cheats

This forum is for posting cheats for any non-arcade game in M.A.M.E. ( aka the M.E.S.S. games ) including any softwarelist game. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
User avatar
NotAGoodName
Posts: 331
Joined: Wed Feb 18, 2009 7:09 am
Location: MO, USA
Contact:

[pce, quizts] Quiz Toukou Shashin cheats

Post by NotAGoodName »

This game is most certainly not safe for work. Fortunately, if you enjoy that sort of thing, then you'll enjoy that these cheats allow you to "play" the game with little more than the I button.

Code: Select all

  <cheat desc="Infinite Time to Answer">
    <script state="run">
      <action>maincpu.pb@1034B2=14</action>
    </script>
  </cheat>
  
  <cheat desc="Infinite Chances">
    <script state="run">
      <action>maincpu.pb@1034AF=09</action>
    </script>
  </cheat>
  
  <cheat desc="Only Need One Correct Answer Per Series">
    <script state="run">
      <action condition="maincpu.pb@1034AE LT maincpu.pb@1034AA">maincpu.pb@1034AE=maincpu.pb@1034AA</action>
    </script>
  </cheat>
  
  <cheat desc="Complete One Series to Complete Puzzle">
    <script state="run">
      <action condition="maincpu.pb@1034AD LT 0F">maincpu.pb@1034AD=0F</action>
    </script>
  </cheat>
  
  <cheat desc="Always Correct">
    <script state="run">
      <action>maincpu.pb@102EBA=maincpu.pb@1034B0</action>
    </script>
  </cheat>
Aww yeah. AMD A10-7850K givin' MAME and MESS systems what for.
Post Reply