Radio-86RK

Radio-86RK
Assembled main board of Radio-86RK
Type Home computer
Release date 1986
Media Cassette tapes
Operating system RAMDOS, DOS
CPU KR580VM80A clocked at 1.777MHz
Memory 16-32KB RAM, 2KB ROM
Display 64x25 monochrome
Graphics 128x50 semigraphics
Input Keyboard
Predecessor Micro-80

The Radio-86RK (Russian: Радио-86РК) is a build-it-yourself home computer designed in the Soviet Union. It was featured in the popular Radio (Russian: Радио) magazine for radio hams and electronics hobbyists in 1986. The letters RK in the title stands for the words Radio ham's Computer (Russian: Радиолюбительский компьютер). Design of the computer was published in a series of articles describing its logical structure, electrical circuitry, drawings of printed circuit boards and firmware.[1][2][3][4][5][6] The computer could be built entirely out of standard off-the-shelf parts. Later it was also available in a kit form as well as fully assembled form.

Predecessors

Radio-86RK is a successor of earlier build-it-yourself computer of the same authors called Micro-80, and has a limited compatibility with it. Its description was also published in a series of articles in the Radio magazine in the early 1980s. But its complex design, consisting of several modules and containing about 200 chips, lack of printed circuit board drawings and most importantly lack of chips on sale made the assembly of the computer hard to accomplish. Micro-80 computers were assembled by only a few enthusiasts.

Assembly process

To assemble the computer, it was required to acquire the necessary electronic components, to make two printed circuit boards and mount all components on them. It was mostly a single board computer, as the second board served only as the base to mount the keyboard keys. The main board only used a single large connector for power, keyboard, tape recorder and even video output. Hence it was easy to disconnect the board and work on both sides of it outside the casing.

Next, the firmware has to be written in two erasable ROM chips using chip programmer. Also a power supply unit, a keyboard and a computer case were to be made. Computer has used domestic TV connected via composite video input as a monitor. Most soviet TVs of that time did not have video inputs. It was required to install a special module[7] or modify TV circuit to implement it.[8] The approximate cost of all required components was about 260 rubles.

The circuitry of Radio-86RK contains only 29 chips and was relatively easy to assemble. However, the chips in the retail were a scarce commodity; they sold in small lots in Moscow and major cities of the USSR.[9] Impossibility to purchase the video chip KR580VG75, which was producing in small quantities, led to the development of the replacement scheme[10] containing 19 chips on a separate board and designed similarly to display module of Micro-80.

Editorial board of Radio magazine received lots of mail in response to the publication. In almost every letter, readers were pointing out to the difficulty of electronic components acquisition. Eventually the editorial board published open appeal to the industry with a proposal to start producing Radio-86RK as a kit.[11] By the end of the 1980s manufacturing of computer cases, keyboards and main boards for Radio-86RK, as well as selling electronic components were carried out by numerous cooperatives.

Technical specifications

  • CPU: KR580VM80A (Intel 8080A clone, until mid-1983 was designated as KR580IK80A) clocked at 1.777 MHz. For simplicity's sake the clock generator KR580GF24 (Intel 8224 clone) is used both for CPU and video controller. As 16 MHz clock generator frequency is chosen to generate television compatible signal, the CPU is unable to run at its maximum speed of 2.5 MHz.
  • RAM: 16 KiB in original version, using K565RU3A chips (4116 clone). It is possible to double memory size by mounting additional RAM chips on top of the chips installed on the main board.
  • ROM: 2 KiB erasable ROM of type K573RF5 (2716 clone), contains monitor firmware
  • Video controller: KR580VG75 (Intel 8275 clone) programmable CRT controller, interfaced with KR580VT57 (Intel 8257 clone) DMA controller. The DMA controller is also used for dynamic memory refresh.
    • Text mode: 64 x 25 characters, monochrome. Images for the upper case Cyrillic and Latin characters in KOI-7 N2 encoding are stored in the KR573RF1 (2708 clone) erasable ROM.
    • Semigraphics: 2 x 2 dot matrix combinations in the graphic character subset – 128 x 50 dots total. Higher resolutions are available by appropriate video controller programming.
  • Keyboard: 66 keys. The keyboard matrix is attached via programmable peripheral interface chip KR580VV55 (Intel 8255 clone) and scanned by CPU.
  • Sound: CPU pin INTE used as a sound source. This pin is usually used to interface with programmable interrupt controller, but since the computer did not have any interrupt sources, the pin was used for sound generation. CPU commands EI and DI allowed switching the pin state.
  • Storage media: cassette tape. With DMA controller turned on the CPU is unable to measure time intervals precisely, that is required for tape reading and recording. Therefore, during tape operations, the DMA controller turns off. This results in stopping the video controller and memory refresh, so the CPU performs memory refresh programmatically. Signal from recorder is amplified by the К140УД6 (analog of MC1456), negative part is cut away by diode and then the signal is fed to the dedicated TTL input of the same KR580VV55 that serves the keyboard.
  • Additional I/O: The computer also has a slot for the second chip of the same type. This second chip is meant for various specific projects (amateur radio constructions, consumer electronics controllers, sensors, etc). As long as only the keyboard and tape recorder are required, this second chip does not need to be mounted on the circuit board.
  • Address space: the address space consists of 8 large slots, addressing 8 Kb each. Two or four of them are dedicated for RAM (so 16 or 32 Kb), one for ROM and DMA controller (during write operations, ROM is disconnected from the bus, and data is transferred to the DMA controller; during read operations, DMA controller is disconnected from the bus, and data is transferred from the ROM), one for video controller and two for the interface chips, main and optional. Only RAM actually uses all available addresses, IO devices only use a few cells within they dedicated 8 Kb segment. Separate IO commands that Intel 8080 has are not supported.
  • Stripboards: to give more creative possibilities for amateurs, the main board has the two small stripboards next to the main connector.

Software

The only software available to the user after turning on the computer is a monitor contained in ROM. The monitor supports basic debugging functions, it allows viewing and modifying memory cells, loading and saving memory contents to the tape, entering and running programs in binary code. The monitor is also HAL: programs that access the hardware only by calling the monitor library support both 16Kb and 32 Kb RAM versions and often also Micro-80 predecessor.

Initially, the Radio magazine distributed programs for the Radio-86RK in the form of hexadecimal dumps. After entering the program dump into the computer's memory, it could be saved to the tape. It was easy to make a mistake when typing in large dumps, so the magazine published checksums along with the dumps. It was necessary to execute "O" monitor directive to calculate the checksum.

The magazine published two versions of the BASIC interpreter: an adapted version of Micro-80 BASIC[12] and a version specially developed for Radio-86RK featuring enhanced editing capabilities, new functions, and other improvements.[13] Other software published in the magazine included assembler, debugger, disassembler, text editor, voice recorder, music editing system. Also, a lot of BASIC programs were published, including calculations for electronic circuits design and games.

Another way of obtaining software was the tape exchange among Radio-86RK owners. In 1988, the law on cooperation in the USSR came into force, which made legal to produce software for profit by individuals and cooperatives. From that moment it became possible to buy software for Radio-86RK.

Operating systems

In 1989 the RAMDOS operating system was developed for the computer. It uses part of computer's RAM as a RAM drive. The contents of RAM drive can be loaded and saved to the tape. The operating system has a minimalistic user interface with only seven commands; it also adds support for file operations to the BASIC interpreter.[14]

In October 1992, the Radio magazine and TOO Lianozovo company announced a floppy-disk controller for computers Radio-86RK and Microsha. The disk operating system (DOS)[15] was stored in erasable ROM on the controller board. The Radio magazine published only the electrical circuitry of the controller[16] but not the firmware. Radio-86RK owners were invited to buy the fully assembled controller or a kit along with two floppy disks containing external DOS commands, programming languages and text description of the operating system.

Industrial made versions

The first industrially produced version of Radio-86RK was the computer named Microsha (an abbreviation for the words Microcomputer and School). Initially, the authors had given that name to the original computer, but the editorial board has changed the name to Radio-86RK. Eventually, the name Microsha was given to the industrially produced version of Radio-86RK.

Microsha preparation for serial production went in parallel with Radio-86RK articles publication. The changes authors made to the design and firmware made Microsha incompatible with Radio-86RK. In 1989, the Radio magazine had published new firmware for Microsha that improved software compatibility.[17]

Following magazine publication, a number of factories started industrial production of several home computer models using Radio-86RK design. Not all models were fully compatible with Radio-86RK and included different improvements, such as expanded memory size, additional character sets, rudimentary color support.

The list of models includes:

  • Alfa-BK
  • Impulse
  • Microsha
  • Electronica KR-01, Electronica KR-02, Electronica KR-03, Electronica KR-04 (electronic kits)
  • Partner 01.01
  • Spektr-001
  • Apogey BK-01
  • Krista
  • UMPK-R-32
  • Sogdiana-1
  • Mikro-88

Volume of production for a number of models:[18][19]

Model name Year of production start Price (rubles) Volume of production (units) by year
19871988 (planned)1989 (planned)
Microsha1986500340024506000
Krista198751020016002500
Apogey BK-011988650--3000
Partner 01.011988650--5000

Successors

The technical capabilities of Radio-86RK were very modest. It did not have a graphics mode. The RAM expansion was impossible without serious modifications and loss of compatibility. As the volume of production of home computers was small, and the demand for them kept increasing, the editorial board decided to publish a new design for the build-it-yourself computer.

Although the authors of Radio-86RK had developed a new 16-bit computer Micro-16 based on the K1810VM86 microprocessor, with a CGA-compatible graphics mode that was capable of running software for the CP/M-86 and MS-DOS,[20] the editorial board again opted for a computer based on the 8-bit processor KR580VM80. The main reason for this was the availability of electronic components for purchase and their cost. The publication of articles on the new computer Orion-128 began in January 1990.

References

  1. Горшков, Д.; Зеленко, Г.; Озеров, Ю.; Попов, С. (1986). "Персональный радиолюбительский компьютер "Радио-86РК"" [Personal radio ham's computer "Radio-86RK"]. «Радио» (in Russian). No. 4. p. 24. ISSN 0033-765X. (Computer architecture)
  2. Горшков, Д.; Зеленко, Г.; Озеров, Ю.; Попов, С. (1986). "Персональный радиолюбительский компьютер "Радио-86РК"" [Personal radio ham's computer "Radio-86RK"]. «Радио» (in Russian). No. 5. p. 31. ISSN 0033-765X. (Processor module)
  3. Горшков, Д.; Зеленко, Г.; Озеров, Ю.; Попов, С. (1986). "Персональный радиолюбительский компьютер "Радио-86РК"" [Personal radio ham's computer "Radio-86RK"]. «Радио» (in Russian). No. 6. p. 26. ISSN 0033-765X. (Keyboard)
  4. Горшков, Д.; Зеленко, Г.; Озеров, Ю.; Попов, С. (1986). "Персональный радиолюбительский компьютер "Радио-86РК"" [Personal radio ham's computer "Radio-86RK"]. «Радио» (in Russian). No. 7. p. 26. ISSN 0033-765X. (Testing process)
  5. Горшков, Д.; Зеленко, Г.; Озеров, Ю.; Попов, С. (1986). "Персональный радиолюбительский компьютер "Радио-86РК"" [Personal radio ham's computer "Radio-86RK"]. «Радио» (in Russian). No. 8. p. 23. ISSN 0033-765X. (Firmware)
  6. Горшков, Д.; Зеленко, Г.; Озеров, Ю.; Попов, С. (1986). "Персональный радиолюбительский компьютер "Радио-86РК"" [Personal radio ham's computer "Radio-86RK"]. «Радио» (in Russian). No. 9. p. 27. ISSN 0033-765X. (Memory allocation)
  7. Ельяшкевич, С. А.; Пескин, А. Е. (1993). Устройство и ремонт цветных телевизоров [Color televisions construction and repair] (in Russian). «Стелс». p. 496. ISBN 5-85496-001-X.
  8. Савельев, Е.; Ворон, Г. (1991). "Цветной телевизор — монитор бытовой ПЭВМ" [Color TV - home PC monitor]. «Радио» (in Russian). No. 6. p. 39. ISSN 0033-765X.
  9. "Как собирают компьютеры в "глубинке"" [How computers are assembled in the back country]. «Радио» (in Russian). No. 2. 1991. p. 51. ISSN 0033-765X.
  10. Долгий, А. (1987). "Если нет КР580ВГ75..." [If there is no KR580VG75 on sale]. «Радио» (in Russian). No. 5. p. 22. ISSN 0033-765X.
  11. "Твоя персональная ЭВМ" [Your personal computer]. «Радио» (in Russian). No. 9. 1986. p. 28. ISSN 0033-765X.
  12. Долгий, А. (1987). "Бейсик для "Радио-86РК"" [BASIC for the "Radio-86RK"]. «Радио» (in Russian). No. 1. p. 31. ISSN 0033-765X.
  13. Барчуков, В.; Фадеев, Е. (1988). "Бейсик "Микрон"" [The "Micron" BASIC]. «Радио» (in Russian). No. 8. p. 37. ISSN 0033-765X.
  14. Лукьянов, Д. (1989). "RAMDOS". «Радио» (in Russian). No. 9. p. 46. ISSN 0033-765X.
  15. Седов, Е.; Матвеев, А. (1993). "ДОС для "Радио-86РК"" [DOS for the "Radio-86RK"]. «Радио» (in Russian). No. 3. p. 14. ISSN 0033-765X.
  16. Седов, Е.; Матвеев, А. (1993). "Контроллер накопителя на гибких магнитных дисках для "Радио-86РК"" [The controller of the floppy disk drive for "Radio-86RK"]. «Радио» (in Russian). No. 2. p. 16. ISSN 0033-765X.
  17. Зеленко, Г.; Горшков, Д. (1989). ""Микроша" ≃ "Радио-86РК"" ["Microsha" ≃ "Radio-86RK"]. «Радио» (in Russian). No. 12. p. 43. ISSN 0033-765X.
  18. "Бытовые ПЭВМ становятся ближе" [Household computers are becoming more reachable]. «Радио» (in Russian). No. 8. 1988. p. 62. ISSN 0033-765X.
  19. "Приближая компьютерную оснащенность..." [Becoming well computer equipped...]. «Радио» (in Russian). No. 6. 1989. p. 65. ISSN 0033-765X.
  20. Горшков, Д.; Зеленко, Г.; Шишкин, А. (1989). "Микро 16 - одноплатная ПЭВМ на основе микропроцессора КР1810ВМ86" [Micro 16 - a single board computer built around the KR1810VM86 microprocessor]. Микропроцессорные средства и системы (in Russian). No. 4. p. 12. ISSN 0233-4844.
  • Radio-86RK (Russia) The Centre for Computing History.
  • Walgenbach, Stefan. "HCM: East European Home Computers".
  • Radio-86RK emulator written in JavaScript
  • Software catalog for Radio-86RK (in Russian)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.