Time Soldiers (Arcade)
Time Soldiers |
---|
Also known as: Battle Field (JP) This game has hidden developer credits. |
In Time Soldiers, you can destroy dinosaurs, Romans, and robots without having to worry about those pesky time paradoxes.
Contents
Debugging Functions
One of the game's dip switches (labeled as "Unused" in MAME) can display some debug information if the game is able to write to address 0x08FFF in the main CPU. This isn't possible to do in the retail game, since that address is occupied by game program code, but was probably possible in development versions. Place this cheat in MAME's timesold.xml cheat file to bypass that check:
<cheat desc="Fix Debug Switch"> <script state="run"> <action>maincpu.mw@09768=6600</action> <action>maincpu.mw@09E48=6600</action> <action>maincpu.mw@09E74=6600</action> <action>maincpu.mw@10170=6600</action> <action>maincpu.mw@10F9A=6600</action> </script> <script state="off"> <action>maincpu.mw@09768=6700</action> <action>maincpu.mw@09E48=6700</action> <action>maincpu.mw@09E74=6700</action> <action>maincpu.mw@10170=6700</action> <action>maincpu.mw@10F9A=6700</action> </script> </cheat>
When the debug switch is on, the colors of the score headers will change from white to orange, and two values will be printed to the top-left part of the screen.
- "Level" is the current difficulty level, which can only be 00 or 01.
- The "Easy" difficulty level always has this value as 00.
- The "Normal" difficulty level starts out as 00 but changes to 01 when any player collects a power-up. It resets when all players who collected power-ups die.
- The "Hard" difficulty level always has this value as 01.
- The four-digit number represents the camera's current position in the level.
Developer Credits
The following text starts at address 0x00030 in the audio CPU:
Sound Board No.62FC01 Music Macro Lungeag & Effect Macro Lungeag & Adpcm Voice Out Control Program ALPHA DENSHI CO., LTD. By Satoshi.Hagitani
Unused Graphics
Older | Final |
---|---|
There's an older version of the "Game Over" graphic in the tile graphics ROM. Pretty obvious why they changed it!
While there are sixteen power-up graphics, only five of them are used in the game! While it's hard to tell what most of these would do by graphics alone, the "S Down" is a negative equivalent to the Speed Up orbs, "E" would possibly refill the player's special weapon energy, and "1UP" is just obvious.
The kanji on this unused power-up (the only one without any kind of animation) is 敵, or "enemy".
One of two blocks of Japanese text in the object graphics ROM. "しゅりんく " is a transliteration of "shrink" using hiragana characters for transliteration instead of the more commonly used katakana system.
"アキ" or "aki", in this context, is probably short for "empty" or "vacant".
Regional Differences
Battle Field | Time Soldiers |
---|---|
The Japanese version, Battle Field, in addition to having a different logo, uses blue text rather than red on the title screen. The SNK logo is also a darker shade of blue than it is in Time Soldiers.
Note that even though both versions have a language dip switch, the graphics for each game logo are exclusive to that particular region. This means that if the language dip switch is set to a different region than the game is from, the title screen will be horribly glitched and mistiled.
Notably, the version of Time Soldiers included in SNK 40th Anniversary Collection removes the Romstar logo.
Battle Field | Time Soldiers |
---|---|
In Time Soldiers, the language dip switch controls if the high score names are three characters (English) or six characters (Japanese). In Battle Field, the high score names are always six characters long.
References
- Pages missing developer references
- Games developed by Alpha Denshi
- Pages missing publisher references
- Games published by SNK
- Games published by Romstar
- Arcade games
- Games released in 1987
- Games released in October
- Pages missing date references
- Games with hidden developer credits
- Games with unused graphics
- Games with debugging functions
- Games with regional differences
Cleanup > Pages missing date references
Cleanup > Pages missing developer references
Cleanup > Pages missing publisher references
Games > Games by content > Games with debugging functions
Games > Games by content > Games with hidden developer credits
Games > Games by content > Games with regional differences
Games > Games by content > Games with unused graphics
Games > Games by developer > Games developed by ADK > Games developed by Alpha Denshi
Games > Games by platform > Arcade games
Games > Games by publisher > Games published by Romstar
Games > Games by publisher > Games published by SNK
Games > Games by release date > Games released in 1987
Games > Games by release date > Games released in October