Manufacturer | Data Applications International |
---|---|
Type | Home computer |
Release date | 1980 |
Introductory price | 1300 Fr (France, november 1981) |
Discontinued | 1984 |
Operating system | DAI BASIC, Assembler |
CPU | Intel 8080A @ 2 MHz |
Memory | 48 kB |
Removable storage | Audio Cassette |
Display | RF out; 88 x 65, 176 x 130, 352 x 260, 528 x 240 pixels; 4 or 16 colors |
Graphics | Thomson EF9369 |
Sound | AY-3-8910 |
Connectivity | Parallel port, RGB video out, RS232c, DCE bus, cassette tape (600 bauds), stereo audio out |
The DAI personal computer [1] [2] [3] [4] is an early home computer from the Belgian company Data Applications International . [5] [6] [7] The DAI came to market in 1980. [8] It provided many pioneering features such as high resolution color graphics, a maths co-processor, and a pre-compiling BASIC interpreter. However, it never became a commercial success.
Contemporary reviews noticed the lack of application packages, with the computer appealing more for programmers. [9]
The computer was initially designed by DAI for the UK subsidiary of Texas Instruments for use with the PAL televisions used in Britain. [10] Texas Instruments US did not want to build a PAL version of their TI-99/4A home computer, although they subsequently authorized one after they saw the DAI. [11] [8]
The Dutch educational TV broadcast company Teleac wanted to use the DAI to teach computing, [8] some years before the BBC's similar initiative using the BBC Micro. [12] However, they chose the Exidy Sorcerer instead, because the DAI was not completely ready. [13]
In France the machine sold for €1300 by November 1981, €1365 by November 1982 and €1021 by September 1983. [1]
The machine was also used to create graphics for TV programs in the early 1980s. [14]
After DAI filed for bankruptcy in 1982, InData (a Prodata spin-off) [3] continued producing and selling the machine up to 1984. [5] [8] [1]
The DAI was based on a very early 8-bit microprocessor, the Intel 8080 A, a CPU that was more advanced than the prior 8008. It contained on a single printed circuit board all the needed circuitry, some 120 individual ICs. The futuristic-looking white enclosure also held a high quality keyboard, which was uncommon for the time. As a computer display, any TV could be used. The DAI could display text and high resolution color pictures and contained a memory controller that enabled it to use up to 48 KB of DRAM. This memory was divided in three 16 KB regions (memory banks) that could contain either 4 KB or 16 KB memory chips. By using memory map switching, a total of 72 KB of memory was addressable. The DAI also had five programmable interval 64μs - 16ms interval timers that could generate interrupts. The built-in interrupt handler chip could also handle two external interrupt inputs and the interrupts of two serial RS232 UARTS. The DAI featured a DAI/Indata DCE parallel I/O bus for parallel high speed I/O. The DAI also had 3 sound generators and 1 noise generator (AY-3-8910 sound chip), and was capable of generating stereo sound.
Graphics capabilities with 48 KB RAM installed allowed up to 528 x 240 pixels in 4 out of 16 color palette in 4 successive blobs, leaving 16 KB programming space. The graphics modes were controlled by a device called Programmable Graphics Generator (Thomson EF9369 graphics chip), implementing several techniques:
In 4 color mode, per logical line one foreground and one background color could be selected, so each line element or logical pixel could be represented by one bit.
In 16 color mode, the color palette was inherited from the previous line. Only one of the four usable colors could be changed.
These graphical limitations were handled by BASIC "so the user didn't notice his feet were tied together". [11] BASIC allowed only the whole screen in one mode, but poking directly in memory allowed mixed resolution lines. The whole PGG was implemented with two PROMs and standard TTL logic. The scheme predated the Amiga HAM mode by half a decade.
The BASIC interpreter was remarkably fast for the time because it pre-compiled to an internal byte-code, unlike the Microsoft BASIC interpreter which most other systems of the time used. DAI variables could be up to 14 characters long. The internal byte code used pointers to a variable look up table at the bottom of the code, which made the code extremely compact, despite long variable names.
This technique was rare (only other known examples are the ABC 80 and BK-0010), and is remarkably similar to that now used for Java.
To enhance the mathematical abilities of BASIC, (and assembler programs) an AMD AM9511 floating point co-processor (compatible with the Intel 8231) could be added.
The first working example was produced in less than 3 months, by 3 people, one of whom was taping up the circuit board layout. All 64 KB of assembler was the work of one man David Collier, and all the hardware design the work of another David, David Lockey. The original decision to use the 8080A 1 MHz processor (already in use by DAI on other products) was forced by the timescale, which itself was dictated by a desire to show the machine to a TI USA board meeting. In the end, only a flight on a Concorde got the machine there on time. However, the slow CPU dictated a huge amount of work on the pre-compiling BASIC and the option for hardware-assisted floating point which might not have been required if the newer Z80 had been chosen.
The decision to design the PC to use any old off-the shelf cassette tape recorder made the load and save speeds slow. The need to keep the end-user cost down dictated the need for extra complexity to output a TV signal capable of working with a domestic TV. When Texas Instruments finally did put the 99/4 onto the European market a few months later, it was initially sold only in a pair with an American NTSC TV because it could not drive European PAL and SECAM sets.
LOOK
DISPLAY
GO
FILL
SUBSTITUTE
MOVE
EXAMINE
EXAMINE REGISTERS
VECTOR EXAMINE
VECTOR EXAMINE BYTES
READ
WRITE
Data Applications International (DAI) was a company from the end of the 1970s to the early 1980s based at Dreve de Renards 6, Brussels that was specialized in creating "Real World Cards", computer peripheral cards based on their own proprietary DCEbus, which in essence consists of three groups of eight I/O lines (coming from an Intel 8255) . These were Eurocard compatible cards in a 19-inch rack. Most cards were also based on a single Intel 8255 chip. Around 1977 they designed the DAI Personal Computer. On May 6, 1982 the company went bankrupt. [3] The Indata company continued manufacturing DAI computer until 1984.
There are 6 known commercially released games for DAI PC. [16]
Title | Release year | Publisher |
---|---|---|
Chasse Sous-marine | 198? | Data Applications International |
Daylaxians | 1983 | Dialog Informatique |
De Acrobaten | 198? | Data Applications International |
Jeu de Morpion | 198? | Data Applications International |
Le Chateau des Sortileges | 198? | Data Applications International |
Mensch Ärgere Dich Nicht | 1982 | Sigg, M. |
Applesoft BASIC is a dialect of Microsoft BASIC, developed by Marc McDonald and Ric Weiland, supplied with Apple II computers. It supersedes Integer BASIC and is the BASIC in ROM in all Apple II series computers after the original Apple II model. It is also referred to as FP BASIC because of the Apple DOS command FP
used to invoke it, instead of INT
for Integer BASIC.
The Apple II is a personal computer released by Apple Inc. in June 1977. It was one of the first successful mass-produced microcomputer products and is widely regarded as one of the most important personal computers of all time due to its role in popularizing home computing and influencing later software development.
The Original Chip Set (OCS) is a chipset used in the earliest Commodore Amiga computers and defined the Amiga's graphics and sound capabilities. It was succeeded by the slightly improved Enhanced Chip Set (ECS) and the greatly improved Advanced Graphics Architecture (AGA).
The RadioShack TRS-80 Color Computer, later marketed as the Tandy Color Computer, is a series of home computers developed and sold by Tandy Corporation. Despite sharing a name with the earlier TRS-80, the Color Computer is a completely different system and a radical departure in design based on the Motorola 6809E processor rather than the Zilog Z80 of earlier models.
The Bally Astrocade is a second-generation home video game console and simple computer system designed by a team at Midway, at that time the videogame division of Bally. It was originally announced as the "Bally Home Library Computer" in October 1977 and initially made available for mail order in December 1977. But due to production delays, the units were first released to stores in April 1978 and its branding changed to "Bally Professional Arcade". It was marketed only for a limited time before Bally decided to exit the market. The rights were later picked up by a third-party company, who re-released it and sold it until around 1984. The Astrocade is particularly notable for its very powerful graphics capabilities for the time of release, and for the difficulty in accessing those capabilities.
The Enhanced Graphics Adapter (EGA) is an IBM PC graphics adapter and de facto computer display standard from 1984 that superseded the CGA standard introduced with the original IBM PC, and was itself superseded by the VGA standard in 1987. In addition to the original EGA card manufactured by IBM, many compatible third-party cards were manufactured, and EGA graphics modes continued to be supported by VGA and later standards.
The Acorn Atom is a home computer made by Acorn Computers Ltd from 1980 to 1982, when it was replaced by the BBC Micro. The BBC Micro began life as an upgrade to the Atom, originally known as the Proton.
The Apple IIGS is a 16-bit personal computer produced by Apple Computer beginning in September 1986. It is the fifth and most powerful model of the Apple II family. The "GS" in the name stands for "Graphics and Sound", referring to its enhanced multimedia hardware, especially the state-of-the-art audio. It is compatible with earlier Apple II models, and Apple initially sold a kit for converting an Apple IIe into a IIGS. The system is a radical departure otherwise, with a WDC 65C816 microprocessor, 256 KB of random-access memory at launch expandable to 8 MB, resolution and color similar to the Amiga and Atari ST, and a 32 channel Ensoniq wavetable synthesis chip. Bundled with a mouse, it is the first computer from Apple with a color graphical user interface and the Apple Desktop Bus interface for keyboards, mice, and other input devices.
The SAM Coupé is an 8-bit British home computer manufactured by Miles Gordon Technology (MGT), based in Swansea in the United Kingdom and released in December 1989.
The Enterprise is a Zilog Z80-based home computer announced in 1983, but due to a series of delays, was not commercially available until 1985. It was developed by British company Intelligent Software and marketed by Enterprise Computers.
The TMS9918 is a video display controller (VDC) manufactured by Texas Instruments, in manuals referenced as "Video Display Processor" (VDP) and introduced in 1979. The TMS9918 and its variants were used in the ColecoVision, CreatiVision, Memotech MTX, MSX, NABU Personal Computer, SG-1000/SC-3000, Spectravideo SV-318, SV-328, Sord M5, Tatung Einstein, TI-99/4, Casio PV-2000, Coleco Adam, Hanimex Pencil II, PECOS and Tomy Tutor.
The ThomsonMO5 is a home computer introduced in France in June 1984 to compete against systems such as the ZX Spectrum and Commodore 64. It had a release price of 2390 FF.
The COSMAC Elf was an RCA 1802 microprocessor-based computer described in a series of construction articles in Popular Electronics magazine in 1976 and 1977. Through the back pages of electronics magazines, both Netronics and Quest Electronics offered low-priced, enhanced kits that were based on this design. The system was a very early single-board personal computer. It was operated without built-in ROMs and programs were entered directly with help of the CPU integrated DMA using 8 toggle switches and an Input push button.
The KC 85 were models of microcomputers built in East Germany by VEB Mikroelektronik "Wilhelm Pieck" Mühlhausen. The first model in the series, the HC 900, originally designed as a home computer and introduced in 1984, was renamed to KC 85/2 in 1985 to de-emphasize its use as consumer good.
The Research Machines 380Z was an early 8-bit microcomputer produced by Research Machines in Oxford, England, from 1977 to 1985.
Apple II graphics debuted on the original Apple II in 1977 and were used throughout the computer series of the same name. The graphics consist of a 16 color low-resolution mode and a high-resolution mode where visuals are dependent on artifact color. The Apple IIe added "double" versions of each of these, most prominently "double high-resolution" with twice the horizontal resolution in 16 colors. Internally, Apple II graphics modes are idiosyncratic and do not use a linear frame buffer.
Oric was a brand of home computers sold in the 1980s by Tangerine Computer Systems. Tangerine was based in the United Kingdom and sold their computers primarily in Europe. All computers in the Oric line were based on the MOS Technology 6502A microprocessor.
The Radio-86RK is a build-it-yourself home computer designed in the Soviet Union. It was featured in the popular Radio magazine for radio hams and electronics hobbyists in 1986. The letters RK in the title stands for the words Radio ham's Computer. Design of the computer was published in a series of articles describing its logical structure, electrical circuitry, drawings of printed circuit boards and firmware. 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.
The Orion-128 is a DIY computer designed in Soviet Union. It was featured in the Radio magazine in 1990, other materials for the computer were published until 1996. It was the last Intel 8080-based DIY computer in Russia.