Cyber Tank
Cyber Tank |
---|
Developer: Coreland This game has hidden development-related text. |
This game was never completed and/or given a public release. As a result of this, keep in mind that the developers might have used or deleted some of the content featured here, had the game actually been released. |
Cyber Tank is a dual-screen on-rails shooter that got poor feedback during the location test phase of development (in August 1988), resulting in the game being shelved and subsequently falling into obscurity.
Luckily, the board from the lone existing arcade cabinet was lent to MAME developers, and the game can now be played by a much wider audience. Game preservation!
Error Handler
This game has a basic exception handler for the standard 68k set of exception vectors. Put the following code in MAME's cybertnk.xml cheat file to trigger an address error in the game demo:
<cheat desc="Error"> <script state="on"> <action>maincpu.mw@0274E=4E4F</action> </script> <script state="off"> <action>maincpu.mw@0274E=41F9</action> </script> </cheat>
Or just screw around in MAME's memory viewer for about five seconds, that should do it.
Early Version Message
Use the following MAME code to replace the "Insert Coin" text with a message from an in-progress version of the game:
<cheat desc="Early Version Text"> <script state="on"> <action>maincpu.mw@0274E=4EB8</action> <action>maincpu.mw@02750=2CAA</action> <action>maincpu.mw@02752=601A</action> </script> <script state="off"> <action>maincpu.mw@0274E=41F9</action> <action>maincpu.mw@02750=000C</action> <action>maincpu.mw@02752=0536</action> </script> </cheat>
The game will reset 3 seconds after this message appears.
Cleanup > Pages missing developer references
Games
Games
Games > Games by content > Games with debugging functions
Games > Games by content > Games with hidden development-related text
Games > Games by developer > Games developed by Bandai Namco > Games developed by Bandai Namco Studios > Games developed by B.B. Studios > Games developed by Banpresoft > Games developed by Coreland
Games > Games by platform > Arcade games
Games > Games by release date > Unreleased games
Games > Games by release date > Unreleased games > Unreleased Arcade games