Codetapper's Amiga Site

Rolling Thunder

Rolling ThunderThe first 16-bit game off the Tiertex production line in 1987 was a conversion of Namco's Rolling Thunder. The Amiga definitely had the hardware to produce a very accurate conversion, but with the Tiertex boys at the helm, disaster loomed.

The display is very small at only 258x198 pixels, and it takes up less than 80% of an NTSC screen (or 62% of a PAL screen). To add insult to injury, the actual game window is a pathetic 224x128 pixels in size, which is less than 45% of an NTSC screen! The status panel takes up another 35%, and there's 20% black pixels. (Huge status panels would go on to feature predominantly in Tiertex games).

With this miniature game window, you would hope the game ran at arcade speed, but you couldn't be further from the truth! Despite the game only having to display 16 colours, with no sprites and no copperlist to eat up the DMA time, the game updates the display every 7 frames. I kid you not. That works out to be about 8 frames per second! I really cannot understand how you could possibly make the game that slow, as even with really inefficient code you could re-blit all the tiles in that small game window easily in 2 frames. What the game is doing for the other 6 frames I have no idea.

Like the majority of Tiertex titles, the credits are difficult to find. Donald Campbell left his name in the executable file, but it's never displayed by the game. Then again, if I'd written this version of Rolling Thunder, I wouldn't want my name displayed either.

There's not much in the way of graphics to see in the game. All the objects fit on a single oversized sprite sheet, and the game mirrors the graphics so it can draw objects facing both directions. One set of tiles creates the entire map, and the most interesting thing is how the screen creates a path through the map. Apart from that, there's nothing to admire from this terrible game!

Graphics

loader.png sprites_left.png sprites_right.png tiles.png

Map

map.png

Post your comment

Comments

No one has commented on this page yet.

RSS feed for comments on this page | RSS feed for all comments

You may enjoy these articles...

Rolling Thunder

Comedy

If you look inside many Amiga games, secret messages have been hidden by the programmers. Richard Aplin was the king of hiding messages in the startup-sequence file, and his Line of Fire and Final Fight startup-sequences have become legendary! The Sensible Software team were also prolific at hiding messages in their games.

Rolling Thunder

Interviews

A collection of technical interviews with Amiga programmers that worked on commercial software in the glory days of the Amiga (late 1980s to early 1990s!)

Rolling Thunder

Maptapper

The Ultimate Amiga Graphics, Level and Map Ripper!

Rolling Thunder

Random Rants

A random assortment of rants relating to the Amiga!

Rolling Thunder

Sprite Tricks

An explanation of how many famous Amiga games utilised sprites in weird and interesting ways