home

cpu
cpu

troubleshooting
troubleshooting

Clock
clock

EPROMS
eproms

Video / ESS
video / ess

sound and voice
sound and voice

contact
contact

power supply
power supply

links
links

donkey kong hardware
donkey kong related

reparieren
reparieren

you are here video


TRS2_02_VIDEO better view Click the picture to enlarge this VIDEO board (TRS2-02-VIDEO version, 638 KB)
TRS2_02_ESS Click the picture to enlarge this ESS board (TRS-02-ESS version, 363 KB)

The vertically oriented video game

Radar Scope is vertically oriented: Think about an ordinary TV set, where the width is greater than the height. Now let the set stand on its right side. What was the horizontal axis before is now being turned into the vertical. But inside the set the horizontal deflection circuit is the same. Where it traced the beam 'left to right', it now moves it 'top to bottom'. The vertical deflection behaves accordingly.

Radar Scope is just like this TV set turned sideways. What you see as a vertical line on the game actually stretches in the horizontal axis, and what you see as a horizontal line actually is a vertical one.

This may be important to remember as you are troubleshooting something, be it deflection circuits on your monitor or, for example, the line buffers as described on the troubleshooting page.

The video system

Since this is a video game system designed in the late 1970's, the CPU, a Z80, has to deal with a lot of processing load. Not only the actual game calculations but also user input servicing has to be done as fast as possible. And how can the CPU control the raster graphic display too?

The answer is a dedicated display hardware that relieves the CPU from its responsibilities for display control.

If you observe Radar Scope during gameplay it is obvious that you have a combination of two picture patterns in a single picture frame:

There is a motion picture pattern with (mostly) moving objects and a still picture pattern which defines the background of the picture frame. Radar Scope has a foreground generator and a background generator.

Radar Scope video system overview The foreground generator uses two line buffers, each buffer capable of storing data to represent one horizontal line of the picture. While one buffer outputs a data stream for controlling the video output stage, the other buffer is being loaded with data for the following line.

At the output of the active (line displaying) buffer, the data is mixed with the data stream from the background generator. Where there is information for both foreground and background, the foreground simply takes precedence and the background data is not shown.

The CPU, in order to control the display hardware, has a regular schedule to transfer data to it: It is during the vertical blanking interval, which occurs 60 times a second, when the CPU updates the video ram for the foreground.

In order to speed this up, Radar Scope uses a DMA controller. It is the 8257 DMA controller you see on the CPU board next to the Z80: During each VBLK interval the CPU programs the DMA controller with the necessary source and target addresses of the video staging RAM area. This is a 1K RAM area for the foreground. Then the DMA controller takes control of the bus and transfers the current video data directly from program RAM into the video RAMs, without using the Z80. This is a fast transfer of data to the display hardware. Note that the data transferred is not actual "pixel" or "graphics" data, but codes for the type of sprite to use, its horizontal and vertical positions and information if it is to be flipped horizontally or vertically.

After the transfer is over, the CPU takes control of the bus again, services the user inputs and then can continue its game calculations, while the display hardware does the rest. It constantly compares the sprites designated positions with the actual scanning positions and addresses the foreground ROMs which contain the actual pixel data of the foreground objects. The ROMS output the pixel data into a parallel to serial circuit which itself feeds the line buffers mentioned above.

The picture below (which you can download as a pdf file) shows one of the two line buffers. These are located on the CLK board. In the original schematics they are shown on the lower left and right sides of the sheet.

line buffer

The two RAMs at 5L and 5M are the actual line buffer. For each of the 256 horizontal pixels there are 6 bits of data (V0, V1, C0, C1, C2, C3), where the V are for the video intensity and C for the color bits.

Hardware generated grid and stars

The Radar Scope video board holds in its EPROMS all the sprites and text elements needed for the game. Also, the grid and stars are generated by hardware here. This means that the grid and stars are clocked out automatically using the 2716 EPROM at location 3E without being triggered by the software (CPU / code). The twinkling of the stars is generated by the noise generator located on the sound board.

missing 3e eprom If you remove the 3E Eprom the game will still run but without any grid and stars as in this picture. The blue-to-black-to-blue background is still there.

3G, 3H are two Video EPROMS (for background) of type 2716 (2K x 8 bit)
missing 3G eprom Removing the 3G EPROM will create horizontal color bars on the screen as in this picture, while the moving sprites are not affected. Removal of the 3H EPROM looks similar.

3A, 3B, 3C, 3D are four object (sprites) EPROMS of type 2716 (2K x 8 bit).
missing 3A eprom The contents of the 3A to 3D EPROMS are loaded in parallel to a total of eight 4-bit parallel-in 74S194 shift registers. Removing one of them will distort all moving objects, while the background and grid is unaffected. This picture shows a disabled 3A EPROM as an example. It seems that the lower half of the sprites is affected. Since the game screen is oriented vertically, this means that the horzontal scan lines of the monitor are also in the vertical axis and in each scan line the same part of sprite data is left out, resulting in the display of a "block".
Removing one of the other EPROMS (3B, 3C or 3D) results in similar pictures with "red blocks" or "blue blocks" disturbing the "upper" or "lower" half of the sprites.
Video RAM is also located on the Video board (5J, 5K and 3J, 3K)

1H Color Prom

This color Prom maps the color information for text and fixed graphics elements.
missing 1h prom Missing color prom 1H on video board. It is the same type (MB 7052) as on the CPU board.
If you have a missing color Prom you can replace it with a GAL as shown on the CPU page. gal on prom

ESS Board, power in

ESS power P2 This is the 6P ESS plug, named [P2] on the TRS 01-ESS board edge see also in the power supply section for pictures. Note that there is a mirrored numbering in the original PDF schematics.

Sanyo Monitor Chassis

Monitor Chassis Cleaned chassis of a standup Donkey Kong which was originally a Radar Scope. Pictures by SF, Oklahoma

Sanyo Monitor Tube

Monitor Tube The converted TKG above had this original Sanyo Tube 510UTB22 in it.

Neckboard

Monitor Neckboard Cleaned neckboard of the tube above.