Radio-86RK

From Wikipedia, the free encyclopedia
Radio-86RK
Assembled main board of a Radio-86RK
TypeHome computer
Release date1986; 38 years ago (1986)
MediaCassette tapes
Operating systemRAMDOS, DOS
CPUKR580VM80A @ 1.777MHz
Memory16-32KB RAM, 2KB ROM
Display64x25 monochrome
Graphics128x50 semigraphics
InputKeyboard
PredecessorMicro-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[edit]

The Radio-86RK is the successor of earlier build-it-yourself computer of the same designers, the Micro-80, and has 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[edit]

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 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 case.

Next, the firmware has to be written in two erasable ROM chips using a chip programmer. Also a power supply unit, a keyboard and a computer case were to be made. The computer used a normal domestic TV set connected to a composite video input as a display. As most Soviet TVs of the time did not have video inputs, it was necessary to install a special module[7] or modify the TV's electronics to implement it.[8] The approximate cost of all required components was about 260 rubles.

The circuitry of the Radio-86RK contains only 29 chips and was relatively easy to assemble. However, finding the chips to buy was difficult, as they were scarce and sold in small volumes in major cities of the USSR.[9] It was particularly difficult to find the KR580VG75 video chip, which was produced only in small quantities. This led to the development of a replacement video circuit[10] which contained 19 chips on a separate board, and was similar to the display module of the Micro-80 computer.

The editorial board of Radio magazine received a large amount of mail in response to the publication. In almost every letter, readers noted how difficult it was to find the necessary electronic components. The editorial board published an appeal to the Soviet electronics industry, proposing they begin producing Radio-86RK kits commercially.[11] By the end of the 1980s manufacturing of computer cases, keyboards and main boards for the Radio-86RK, as well as selling electronic components were carried out by numerous cooperatives.

Technical specifications[edit]

  • 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 programmable CRT controller, interfaced with KR580VT57 (Intel 8257 clone) DMA controller. The DMA controller is also used for dynamic memory refresh. Video controller KR580VG75 is a clone of Intel 8275,[12] a rare chip not used in any mainstream system, and originally proposed for terminals.[13]
    • 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.
  • Recording format: 0 was written as a pair of values 0,1 and 1 was written as 1,0. Hence the overall signal had no constant component and could be stored within the frequency range supported by the tape recorder. A synchronization byte (E6) was written first to synchronize the reading frame. A simple second layer that featured leading zeroes, offset, length and checksum was implemented on the top.
  • 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[edit]

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[14] and a version specially developed for the Radio-86RK featuring enhanced editing capabilities, new functions, and other improvements.[15] 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 the Radio-86RK.

Operating systems[edit]

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.[16]

In October 1992, the Radio magazine and TOO Lianozovo company announced a floppy-disk controller for the Radio-86RK and the Microsha. The disk operating system (DOS)[17] was stored in erasable ROM on the controller board. The Radio magazine published only the electrical circuitry of the controller[18] 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[edit]

The first industrially produced version of the 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.[19]

Following magazine publication, a number of factories started industrial production of several home computer models using the 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:[20][21]

Model name Year of production start Price (rubles) Volume of production (units) by year
1987 1988 (planned) 1989 (planned)
Microsha 1986 500 3400 2450 6000
Krista 1987 510 200 1600 2500
Apogey BK-01 1988 650 - - 3000
Partner 01.01 1988 650 - - 5000

Successors[edit]

The technical capabilities of the 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 designers of the Radio-86RK had developed a new 16-bit computer, the 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),[22] 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[edit]

  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. ^ Intel 8275 technical documentation
  13. ^ Stack Exchange (retrocomputing), question about the history of Intel 8275 [1]
  14. ^ Долгий, А. (1987). Бейсик для "Радио-86РК" [BASIC for the "Radio-86RK"]. Радио (in Russian). No. 1. p. 31. ISSN 0033-765X.
  15. ^ Барчуков, В.; Фадеев, Е. (1988). Бейсик "Микрон" [The "Micron" BASIC]. Радио (in Russian). No. 8. p. 37. ISSN 0033-765X.
  16. ^ Лукьянов, Д. (1989). "RAMDOS". Радио (in Russian). No. 9. p. 46. ISSN 0033-765X.
  17. ^ Седов, Е.; Матвеев, А. (1993). ДОС для "Радио-86РК" [DOS for the "Radio-86RK"]. Радио (in Russian). No. 3. p. 14. ISSN 0033-765X.
  18. ^ Седов, Е.; Матвеев, А. (1993). Контроллер накопителя на гибких магнитных дисках для "Радио-86РК" [The controller of the floppy disk drive for "Radio-86RK"]. Радио (in Russian). No. 2. p. 16. ISSN 0033-765X.
  19. ^ Зеленко, Г.; Горшков, Д. (1989). "Микроша" ≃ "Радио-86РК" ["Microsha" ≃ "Radio-86RK"]. Радио (in Russian). No. 12. p. 43. ISSN 0033-765X.
  20. ^ Бытовые ПЭВМ становятся ближе [Household computers are becoming more reachable]. Радио (in Russian). No. 8. 1988. p. 62. ISSN 0033-765X.
  21. ^ Приближая компьютерную оснащенность... [Becoming well computer equipped...]. Радио (in Russian). No. 6. 1989. p. 65. ISSN 0033-765X.
  22. ^ Горшков, Д.; Зеленко, Г.; Шишкин, А. (1989). Микро 16 - одноплатная ПЭВМ на основе микропроцессора КР1810ВМ86 [Micro 16 - a single board computer built around the KR1810VM86 microprocessor]. Микропроцессорные средства и системы (in Russian). No. 4. p. 12. ISSN 0233-4844.

External links[edit]