If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!

Metal Soldier Isaac II

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

Metal Soldier Isaac II

Developer: Taito
Publisher: Taito
Platforms: Arcade (Custom)
Released in JP: February 1985[1]


GraphicsIcon.png This game has unused graphics.
ItemsIcon.png This game has unused items.
TextIcon.png This game has unused text.


Metal Soldier Isaac II is the sequel to a game that was never released...so, is it really a sequel at all? Well, regardless, here's the game's amazing story:
MetalSoldierIsaacStory.png

Unused Bonus & Items

MetalSoldierIsaacKISColorPlate.png
MetalSoldierIsaacTaitoPlate.png
MetalSoldierIsaacTampaPlate.png
MetalSoldierIsaacBGMFlag.png
MetalSoldierIsaacTGSFlag.png
KIS COLOR PLATE TAITO PLATE TAMPA PLATE BGM FLAG TGS FLAG

There's partial coding for five secret items, though the only one found in normal play is the BGM flag in Phase 4.

MetalSoldierIsaacBigBonus.png
If the player were to somehow get all five secret items, the next time they cleared a phase without the Isaac armor, they'd get a giant 100,000,000 point bonus!

Put the following code in MAME's msisaac.xml cheat file to get the bonus after clearing any phase without the armor:

  <cheat desc="Mega Bonus">
    <script state="run">
      <action>maincpu.mb@4D40=5F</action>
    </script>
    <script state="off">
      <action>maincpu.mb@4D40=39</action>
    </script>
  </cheat>
(Source: Original TCRF research)