We just released a Feb. 5 '89 prototype of DuckTales for the NES!
If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!

Explosive Breaker

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

Explosive Breaker

Also known as: Bakuretsu Breaker (JP)
Developer: Kaneko
Publisher: Kaneko
Platform: Arcade (Kaneko 16-bit hardware)
Released in JP: 1992


CodeIcon.png This game has unused code.
CopyrightIcon.png This game has hidden developer credits.
DebugIcon.png This game has debugging material.


Explosive Breaker is a vertical shooter by Kaneko.

Disabled Test Mode Options

The test mode has three disabled options: Character Check, BG Check, Sound Check. They can be re-enabled with this MAME cheat:

 <cheat desc="Enable removed test mode options">
   <comment>The list will reset to three options every time the menu reloads; manually scroll beyond what is displayed and the other options will appear</comment>
   <script state="on">
     <action>temp0=maincpu.mb@1bbad</action>
     <action>temp1=maincpu.mb@1bbfb</action>
     <action>maincpu.mb@1bbad=5</action>
     <action>maincpu.mb@1bbfb=5</action>
   </script>
   <script state="off">
     <action>maincpu.mb@1bbad=temp0</action>
     <action>maincpu.mb@1bbfb=temp1</action>
   </script>
 </cheat>
(Source: sudden-desu)