Galaksija (computer)

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
Galaksija
200px
Main board of Galaksija during assembly process
Type Home computer
Release date 1983
Media Cassette tapes
CPU Zilog Z80A clocked at 3.072MHz
Memory 2-6KB RAM, 4-8KB ROM
Display 64x48 monochrome
Input Keyboard
Successor Galaksija Plus

The Galaksija (pronounced Galaxiya, meaning Galaxy) was originally a build-it-yourself computer designed by Voja Antonić. It was featured in the special edition Računari u vašoj kući[1] (Computers in your home, written by Dejan Ristanović) of a popular eponymous science magazine, published late December 1983 in Belgrade, Yugoslavia. Kits were available but not required as it could be built entirely out of standard off-the-shelf parts. It was later also available in complete form.

History

In the early eighties, various laws in Yugoslavia prevented importing computers into the country. At the same time, even the cheapest computers available in the West were nearing average monthly salaries. This meant that regardless of demand for home computers, only a relative minority of people owned one – mostly a ZX Spectrum or a Commodore 64.

According to his own words,[2] some time in 1983, Voja Antonić, while vacationing in Hotel Teuta in Risan, was reading the application handbook for the RCA CDP1802 CPU and stumbled upon CPU-assisted video generation.[2] Since the CDP1802 was very primitive, he decided that a Zilog Z80 processor could perform the task as well.

Before he returned home to Belgrade, he already had the conceptual diagrams of a computer that used software to generate a video picture. Although using software as opposed to hardware would significantly reduce his design's performance, it also simplified the hardware and reduced its cost.

His next step was to find a magazine to publish the diagrams in. The obvious choice was SAM Magazine published in Zagreb, but due to prior bad experiences he decided to publish elsewhere.[2]

The popular science magazine Galaksija appeared incompatible but he heard that they were working on a special issue dedicated to computers. He proposed publishing entire do-it-yourself diagrams, instructions, etc. to the author of the issue, Dejan Ristanović. Everything made its way into the special issue called Računari u vašoj kući (Computers in your home). It was released late December 1983, although it was dated January 1984.

They tried to guess the number of Galaksijas that would be built by readers. Their estimates ranged from a hundred to a thousand (a number that sounded so optimistic it provoked laughter). The actual number built by known "do-it-yourselfers" – was around 8000![2] This number may in reality be greater if people who did not purchase any kits (including PCB and ROMs) are accounted for.

Components were provided by various manufacturers and suppliers:

Later, Institute for school books and teaching aids together with Elektronika Inženjering started mass commercial production of Galaksija computers, mainly to be delivered to schools.

Impact

Galaksija was almost not comparable by any measure of features to the commercially available computers at the time.[citation needed] However, that was not important. The computer sparked the minds of many people. Many enthusiasts have learned how computers actually work by looking at Galaksija's schematic diagrams and Voja's great descriptions. It was a great learning tool. Making a computer yourself boosts confidence and brings on the challenges of making the best out of it.

The Galaksija computer's popularity was significant enough that it became commercially available. Many educational institutions were given some. Although many of them were not ready for the experience, many others used it as a great tool to teach computer science (computer architecture and programming) even in elementary schools (in 1984!).

Technical specifications

BASIC ROMs

Galaksija BASIC is a BASIC interpreter originally partly based on code taken from TRS-80 Level 1 BASIC, which creator believed to have been a Microsoft BASIC.[2] However, after extensive modifications to include video generation code (as the CPU was a major participant to reduce the cost of hardware) and improve the programming language, what remained from the original is said to be mainly flow-control and floating point code. It was fully contained in 4 KB ROM "A" or "1". Additional ROM "B" or "2" provided more Galaksija BASIC commands, assembler, monitor, etc.

ROM "A"

The chip labeled as "A" by the creator of Galaksija, Voja Antonić was commonly referred to as "ROM 1" or just "ROM". ROM "A" contained bootstrap code of Galaksija, its control code (rudimentary operating system), video generation code (as Galaksija did not have advanced video subsystem its Z80 CPU was responsible even for generating video signal) and Galaksija BASIC.

Fitting all this functionality in 4 KB of 2732 EPROM required a lot of effort and some sacrifices. For example, some message text areas were also used actual code (e.g. "READY" message) and the number of error messages was reduced to only two ("WHAT?" and "HOW?").

ROM "B"

ROM "B" of home computer Galaksija is a 2732 EPROM chip that contains extensions to original Galaksija BASIC available in computer's base ROM ("A"). It was labeled as "B" by the creator of Galaksija, Voja Antonić, but was commonly referred to as "ROM 2".

ROM "B" contained added Galaksija BASIC commands and functions (mostly trigonometric) as well as Z80 assembler and machine code monitor. This ROM was not required and was an optional upgrade. Although planned on the mainboard, the content of ROM "B" was not automatically initialized during booting. Instead, users had to execute a Galaksija BASIC command to run a machine code program from ROM "B" before they can gain additional features. This also meant that even Galaksijas with ROM "B" plugged in can behave entirely as base models.

Character ROM

Character ROM of home computer Galaksija is a 2716 EPROM chip that contains graphical definitions of Galaksija's character set. It had no special name and was labeled "2716" after the type of 2 KB EPROM needed.

Galaksija had a slightly modified (localized) ASCII character set:

  • There were no lowercase characters
  • Codes 91 to 94 represented Serbian language characters Č, Ć, Ž and Š, respectively. Letter "Đ" was not present in original version and was commonly replaced with "DJ".
  • It contained 64 pseudo-graphics characters, having different combinations of dots in 2x3 matrix.
  • Character codes 64 and 39 are used for two-halves of the logo of Elektronika Inženjering company (they can be seen in "READY" prompt)

Each character was represented as 8x13 matrix of pixels. In this ROM, 8-pixel rows of each character are represented as 8 bits of one byte.

Video generation

Galaksija did not have a dedicated video circuitry. Inspired by a CDP 1802 application book,[2] its Z80A CPU was directly responsible for modulating the monochrome video signal with a little help of a shift register. Galaksija's CPU would write one byte to the shift register, which would, in turn, serialize its 8 bits one by one to the video output.

Since Galaksija had little RAM, a portion of it was taken not to store information for each pixel separately but character codes. CPU then had to look up character definitions in its character definitions ROM to find the values to send to the shift register.

This was standard operation available in Galaksija's ROM. Some software, however, reportedly took the responsibility for driving the shift register (and thus generating video) and was able to use various tricks to achieve what appears as high-resolution graphics, such as with user defined graphic characters.

It was thus possible for Galaksija with sufficient RAM upgrade (having at least 6144 bytes available for video memory) to achieve 256x208 graphics without any specialized circuitry. Other resolutions were also possible while maintaining only pixel width, by changing the amount of the active area of video picture and/or handling two interlaced video fields separately. Changing the number of active lines would have also altered the CPU usage for video generation and ratio of it available for other use.

Approximately 70% of CPU time was used just to generate video, which made Galaksija relatively slow in normal operation. This was unacceptable while saving or loading data from the tape so video generation was disabled during tape operations. There is also a way to disable (and re-enable) video generation from BASIC when "fast computation" is required. With video disabled, built-in BASIC interpreter was in many instances able to outperform interpreters of other home computers of the time.

"Cassette" port

Galaksija used cassette tape as secondary storage. It featured a 5-pin DIN connector used to connect the computer to a cassette tape recorder. Tape interface circuitry was rudimentary – other than few elements controlling the levels it was essentially one-bit digital equivalent to the one in the ZX Spectrum. The input signal was routed to the integrated circuit otherwise responsible for keyboard, so the CPU would "see" the input signal as a series of very fast key presses of varying lengths and gaps between them.

It is normally stated that original Galaksija does not have any dedicated (separate) audio ports and most of the programs were written as silent. It was, however, possible to utilize the cassette tape port as an audio output as well like it is done in ZX Spectrum (its "EAR" connector). The only technical difference between ZX Spectrum and Galaksija in regards to existence of audio is that ZX Spectrum has a built-in beeper, while Galaksija's plans do not include any kind of a speaker.

Design

To simplify "do-it-yourself" building and reduce cost, the printed circuit board was designed as single-layer (one-side) board. This resulted in a relatively complicated design requiring many components-side connections to be made using wires.

Galaksija's case was not pre-built. Instead, the guide suggested it to be built out of the printed circuit board material (such as Pertinax) also used for the mainboard. Thus, the top, sides and reinforcements were soldered together to form the "lid". acrylic glass was recommended for the underside. The guide included instructions on cleaning, painting and even decorating the assembled case. The name "GALAKSIJA" and decorative border were to be added using Letraset transfer letter sheets after the first (white) coat of paint but before the second coat of final colour. After the paint dried, transferred decorations were supposed to be scratched off, exposing underlying white paint.

The keyboard is laid out such that keys have their own memory-mapped addresses that, in most cases, follow the same order as ASCII code of the letter on the key. This saved the ROM space by reducing lookup tables but significantly increased the complexity of single-layer keyboard PCB such that it alone required 35 jumpers.

Gallery

See also

References

  1. Računari u vašoj kući
  2. 2.0 2.1 2.2 2.3 2.4 2.5 Lua error in package.lua at line 80: module 'strict' not found.

External links

Articles

Remake

Emulators

Online museums

Other