TI-99/4A

Last updated
TI-99/4
Texas Instruments TI-99-4 (white bg).jpg
ManufacturerTexas Instruments
Release dateOctober 1979 (1979-10)
Introductory priceUS$1,150(equivalent to $4,830 in 2023)
Discontinued1981
Units shipped~20,000
CPU TMS9900 @ 3 MHz
Graphics TMS9918
SuccessorTI-99/4A
TI-99/4A
TI99-IMG 7132 (filter levels crop).jpg
ManufacturerTexas Instruments
Type Home computer
Release dateJune 1981 (1981-06)
Introductory priceUS$525(equivalent to $1,760 in 2023)
DiscontinuedMarch 1984
Units shipped2.8 million [1]
Media
Operating system TI BASIC
CPU TMS9900 @ 3 MHz
Memory16 KB RAM
256 bytes scratchpad RAM
Graphics TMS9918A
SoundTMS9919, later SN94624
PredecessorTI-99/4

The TI-99/4 and TI-99/4A are home computers released by Texas Instruments in 1979 and 1981, respectively. [2] The TI-99 series competed against home computers such as the Apple II, TRS-80, Atari 400/800, and VIC-20. [3]

Contents

Based on Texas Instruments's own TMS9900 microprocessor originally used in minicomputers, the TI-99/4 was the first 16-bit home computer. [4] The associated TMS9918 video display controller provides color graphics and sprite support which were only comparable with those of the Atari 400/800 released a month after the TI-99/4.

The calculator-style keyboard of the TI-99/4 was cited as a weak point, and TI's reliance on ROM cartridges and their practice of limiting developer information to select third parties resulted in a lack of software for the system. The TI-99/4A was released in June 1981 to address some of these issues with a simplified internal design, full-travel keyboard, improved graphics, and a unique expansion system. At half the price of the original model, sales picked up significantly and TI supported the 4A with peripherals, including a speech synthesizer and a "Peripheral Expansion System" box to contain hardware add-ons. TI released developer information and tools, but the insistence on remaining sole publisher continued to starve the platform of software. [3]

The 1981 US launch of the TI-99/4A followed Commodore's VIC-20 by several months. Commodore CEO Jack Tramiel did not like TI's predatory pricing in the mid-1970s and retaliated with a price war by repeatedly lowering the price of the VIC-20 and forcing TI to do the same. By late 1982, TI was shipping 5,000 computers a day from their factory in Lubbock, Texas. [3] By 1983, the 99/4A was selling at a loss for under US$100. Even with the increased user base created by the heavy discounts, Texas Instruments lost US$330 million in the third quarter of 1983 [5] and announced the discontinuation of the TI-99/4A in October 1983. Production ended in March 1984. [3]

The TI-99/4 was intended to fit in the middle of a planned range of TI-99 computers, none of which were released, but prototypes and documentation have been found after the TI-99/4A was discontinued.[ citation needed ]

Features

The TI-99/4A is a self-contained console with the motherboard, ROM cartridge slot, and full-travel keyboard in the same case. The power supply is external. An RF modulator allows the use of a television as a monitor. Lowercase letters are displayed as small caps, rather than separate glyphs. TI BASIC, an ANSI-compliant BASIC interpreter based on Dartmouth BASIC, is built-in and includes support for graphics, sound, and file system access. Later versions of the 99/4A, identified by (C)1983 TEXAS INSTRUMENTS V2.2 on the title page, prevent the use of unlicensed ROM cartridges from third-party manufacturers such as Atarisoft.

Peripherals include a 5¼" floppy disk drive and controller, an RS-232 card with two serial ports and one parallel port, a P-code card for Pascal support, a thermal printer, a 300-baud acoustic coupler, a tape drive using standard audio cassettes as media, and a 32 KB memory expansion card.

16-bit processor

Both TI-99/4 models use the 16-bit TMS9900 CPU running at 3 MHz. The TMS9900 is a single-chip implementation of a TI-990 minicomputer. Although a full 16-bit processor, only the system ROM and 256 bytes of scratchpad RAM are available on the 16-bit bus. [6]

In order to build a complete 16-bit system, TI would have had to redesign many of their existing 8-bit support chips. Instead, TI decided to use existing devices for the majority of the system. The result was that only a small portion of the system was 16-bit, and used a second 8-bit computer bus for the rest. [7]

One of the key features of the TMS9900 from the minicomputer design that spawned it was the inclusion of several sets of processor registers. Registers are used to store information that is being actively worked on by a particular program, as opposed to main memory which stores much more data but is slower to access. In a minicomputer setting, the system was typically running a time-sharing or multitasking operating system, or being used for real-time computing, both of which benefit from being able to quickly switch among programs. To do this, the TMS9900 stored several sets of registers in main memory and could switch between the sets of sixteen 16-bit registers by changing the single workspace pointer register, thereby allowing very rapid context switching.

The new design put 256 bytes of random-access memory (RAM) on the 16-bit bus to store up to eight sets of registers. This area of RAM is known as the "scratchpad memory". As the processor's instructions are all 16-bit as well, the 8 KB internal system read-only memory (ROM) was also on the 16-bit side. [8] Only the program counter, status register, and workspace pointer registers are actually implemented on the chip itself. [8]

Included on the 8-bit side of the system is the majority of the RAM and almost all of the support chips, especially the video display controller (VDP). All accesses to the VDP system are executed eight bits at a time. [9] The system's RAM is managed by the VDP, which provides access to the CPU only when the VDP is not using the memory. This means that user programs and data has to be read over two machine cycles, essentially reducing speed by half. According to TI's former manager for microprocessors, who oversaw TMS9900 development, this negates the performance advantage of a 16-bit processor. [7]

Video display processor

Graphics in the 99/4A are generated by a TMS9918A Video Display Processor (VDP), with a variant for PAL territories. The VDP was developed by Texas Instruments and also sold independently, allowing it to be used in other systems. It serves as the video processor for the ColecoVision and SG-1000 consoles, and an earlier model is part of the MSX computer standard.

The TMS9918A supports character-based and bitmap display modes as well as hardware sprites. There are 32 single-color sprites total, but only a maximum of 4 can be displayed per scan line. Each sprite is either 8×8 or 16×16 pixels and can be scaled 2× to 16×16 or 32×32.

16 KB of RAM is provided for the Video Display Processor. VDP RAM is the largest block of writeable memory in the unexpanded TI-99/4A architecture, and is used for storing disk I/O buffers and TI BASIC user programs. Access to this memory has to use the VDP as an intermediary.

Expansion

TI-99 peripherals contain device drivers in ROMs in the hardware. When a new peripheral is attached, it is immediately available for any software that wants to use it. All device access uses a generic file-based I/O mechanism, allowing new devices to be added without updating software. The Peripheral Expansion System can hold two RS-232 cards, for a total of four RS-232 ports and two parallel printer ports.

The computer supports two cassette drives through a dedicated port, using a custom data format. Composite video and audio are output through another port on NTSC-based machines, and combine through an external RF modulator for use with a television. PAL-based machines output a more complex YUV signal which is also modulated to UHF externally.

Two digital joysticks can be connected through a single DE-9 port. It is identical to the Atari joystick port, but with incompatible pins. Aftermarket adapters allow the use of Atari compatible joysticks. [10]

TI sold an official 32 KB RAM expansion. [11] The memory is not available to all uses. For example, an Extended Basic program is restricted to using 24 KB with the remaining 8 KB available for machine code routines. The Mini Memory plug-in module contains 4 KB of battery-backed RAM that can be used as a persistent RAM disk or to load a machine-code program. [12]

Peripheral Expansion Box

Peripheral Expansion Box or PEB TI99expansion.jpg
Peripheral Expansion Box or PEB

The TI-99/4A can be upgraded via expansion cards added to an eight-slot, external chassis containing its own linear power supply and a full-height 5¼" floppy bay. [13] Encased in silver plastic, but made from sheet steel, this is labeled as the Peripheral Expansion System by TI, but usually called the Peripheral Expansion Box or PEB. Each card has an LED that blinks or flickers when being accessed by software. The section of the power supply that powers the card slots is unregulated. Each card has on-board regulators for its own requirements, which reduces power consumption on a partially-loaded PEB, allowing for cards with unusual voltage requirements.

The PEB carries an analog sound input on the expansion bus, allowing the Speech Synthesizer's audio to be carried through the console to the monitor. The audio is also carried through the ribbon cable to the PEB, both allowing the relocation of the Speech Synthesizer to the PEB and the possibility of audio cards offering more features than the console's built-in sound. No official cards from TI do this.

Official cards from TI that were released and could be placed inside the PEB include

Peripherals designed to be used without the PEB existed too.

Speech synthesizer

TI-99/4A speech demo using the built-in vocabulary

In the late 1970s and early 1980s, TI was a pioneer in speech synthesis because of its Texas Instruments LPC Speech Chips which were used in its Speak & Spell toys. A plug-in speech synthesizer module was available for the TI-99/4 and 4A. Speech synthesizers were offered free with the purchase of a number of cartridges and were used by video games such as Alpiner and Parsec. Alpiner's speech includes male and female voices and can be sarcastic when the player makes a bad move.

The synthesizer uses a variant of linear predictive coding and has a small in-built vocabulary. The original intent was to release small cartridges that plugged directly into the synthesizer unit to increase the device's vocabulary. However, the success of software text-to-speech in the Terminal Emulator II cartridge cancelled that plan.[ citation needed ]

History

In 1977, groups within Texas Instruments were designing a video game console, a home computer to compete against the TRS-80 and Apple II, and a high-end business personal computer with a hard drive. The first two groups were both working at TI's consumer products division in Lubbock, Texas, and continually competed. According to Wally Rhines, the 99/4's "ultracheap keyboard" (with calculator-style keys), RF modulator, and ROM cartridges came from the console design. Eventually, the two teams were merged and directed towards the home computer market. Meanwhile, the third team was merged into TI's Data Systems Division, which had a line of minicomputer products and various computer terminals; they viewed the all-in-one machine as a threat and the project was eventually killed. [14]

Others within the company persuaded the Lubbock group to use TI's TMS9900 CPU. This was in keeping with TI's "one company, one computer architecture" concept, where a single processor model would scale from consoles to its high-end minicomputers. The TMS9900 is a single-chip implementation of TI's 16-bit TI-990 mini design, and is the CPU in low-end models of that platform. [7] Feature-limited single-chip versions of popular minicomputer designs from the 1960s were popular in the mid-1970s and newly designed 16-bit and 32-bit CPUs like the Intel 8088 and Motorola 68000, respectively, quickly rendered these earlier designs obsolete.[ citation needed ] Many of the TMS9900's quirky features, like processor registers in main memory, came from its minicomputer roots where such concepts were more common.[ citation needed ]

Meanwhile, another home computer product was emerging from TI's European headquarters, where a third party consulting firm was contracted to produce a prototype codenamed "Mojo". This was based on TI's version of the 8-bit Intel 8080 supported by an all-TI chip set. After a series of discussions, Mojo was abandoned and the Consumer Products concept moved forward. [14]

99/4

In 1979, TI was a successful manufacturer of large computers [7] and was the largest semiconductor manufacturer in the world. [15] Its catalog included a huge variety of analog and digital integrated circuits already widely used in microcomputers, giving it a single-source advantage no other company could meet. It used this position to take over markets, as it did in the mid-1970s introducing its first scientific calculators. These underpriced its former customers like Commodore and drove them out of the calculator business. [16] Observers expected TI would do the same to the microcomputer market if it released a competitive system. [14] The New York Times suggested that the entry of TI and Hewlett-Packard would reshape the entire industry. [17]

Through the development period, several companies attempting to enter the home computer market were faced with significant pushback from the Federal Communications Commission (FCC). The FCC had developed new rules for consumer devices that connected directly to televisions in an effort to control ongoing complaints about interference by poorly shielded devices. Televisions of the era generally had only a single antenna input, and thus connecting to them required the internal video signal of the device to be converted to radio frequency using an RF modulator. The resulting signals were often poorly shielded and signal leakage could be picked up in the antennas of nearby televisions. [18]

The new rules were extremely difficult to meet. TI continued battling the FCC both in the lab and in Congress, where it had considerable power due to its position within Texas's high-tech industry. It failed to meet the FCC requirements as the release date approached. The company eventually gave up and bundled a modified Zenith Electronics television as a computer monitor, eliminating the need for the RF modulator that generates the interference by connecting directly to the TV's circuitry using a composite video signal. This put the introductory price at US$1,150(equivalent to $4,253 in 2023). [19]

The 99/4 sold poorly. Very little software was available, as few developers ported their products to its 16-bit CPU. [20] The machine was met with almost universal disdain when it was released. Every review complained about the keyboard, the lack of lower case characters, any sort of expansion, and lack of software. In July 1980, Adam Osborne reported that, despite poor sales, TI had raised the price of a complete system to $1,400, higher than the popular Apple II, which started at $950. Osborne said, "Some dealers, who have offered the complete system (including the monitor) for less than the price of the Apple, have still been unable to sell it". [21] TI sold fewer than 20,000 computers by summer 1981, less than one tenth Apple or Radio Shack's volume; even Atari, Inc., which reportedly lost $10 million on sales of $13 million of computers, had an Atari 8-bit family installed base more than twice as large. [22] David H. Ahl described the 99/4 as "vastly overpriced, particularly considering its strange keyboard, non-standard Basic, and lack of software". [5] The Times called it an "embarrassing failure". [23]

99/4A

Late period, cost-reduced version of the TI-99/4A with beige case TI99-4A beige front.jpg
Late period, cost-reduced version of the TI-99/4A with beige case

Two years after the 99/4's debut, TI released the 99/4A. It adds a typewriter-style keyboard—keeping the non-standard layout—and more expansion options. The expansion system extends from the right side of the chassis, with modules that can be daisy-chained. There is a practical limitation to this, because each module increases the width of the system. The price was initially US$525, less than half that of the 99/4. [5]

TI continued lowering the price through 1981, first to $449.95, and then to $399.95 in early 1982, in competition with Commodore's $300 VIC-20. This turned into a price war with Commodore. TI responded by cutting the wholesale price of the 99 by $100, while also offering a $100 rebate directly to consumers, lowering the street price to about $200. Bill Cosby in advertising for TI marketed the refund. [23] [5] [24] By mid-1982, Jerry Pournelle wrote that TI was "practically giving away the TI-99/4A". [25] An industry joke stated that the company was losing money on each computer, but was making up for it in volume. [5] [23] Commodore matched the $200 price in December 1982. [5]

TI celebrated the 99/4A's market success at the January 1983 Consumer Electronics Show in Las Vegas, where Cosby joked how easy it was to sell a computer by paying people $100 to buy one. [23] [5] Sales peaked at 30,000 a week that month, but on 10 January 1983 Commodore lowered the price of its computers. In February TI responded with a 99/4A retail price of $150. In April, the VIC-20's bundled retail price reached $100 and the 99/4A followed suit. In the spring of 1983, TI attempted to reduce the parts count to maintain a competitive edge by combining multiple chips into a single custom chip, renaming the 4A PCB as a "QI" (Quality Improved) board and began production of plastic beige cases without the former aluminum trim of the black console. In May, it began offering the PEB for free with the purchase of three peripherals. In August the company reduced prices of peripherals by 50% and offered $100 of free software; in September, it reduced software prices by up to 43%. [23] [5] [26]

Lack of third-party development

The president of Spectravideo later said that "TI got suckered by" Jack Tramiel, head of Commodore. [5] The company could not make a profit on the TI-99/4A at a price of $99 [27] —it was much more expensive to manufacture than the VIC-20 [5] —but hoped that selling many inexpensive computers would increase sales of more profitable software and peripherals. Because such a razor and blades business model requires that such products be its own, [23] TI strictly controlled development for the computer, discouraging hobbyists and third-party developers. [28] [25] It wanted unsophisticated consumers to buy its computers like an appliance, and not technical users who might want to write their own software, [20] despite the latter being what Pournelle described as "a large unpaid R&D department" for computer companies. [29] The company advertised its calculators in almost every issue of BYTE starting in 1980, but deliberately excluded its home computer from the ads except briefly in late 1982. TI also used its preexisting calculator sales channel of mass-market retailers, and not specialized computer stores. [20]

TI did not provide an editor, assembler, or hardware technical information when it released the computer. Pournelle stated that "TI's message is loud and clear: 'Drop dead, hobbyists!'", [29] and added that the company "worked very hard at keeping you outside the machine". [25] Citing Money , publisher of Kilobaud Microcomputing Wayne Green reported in August 1980 that TI planned to have only 100 applications available by the end of 1981, stating that "This tiny figure has to put a chill on the whole industry". Green's company, Instant Software, was a prolific publisher for the TRS-80 but could not find anyone to port software to the TI. He wrote, "We understand the problems with the system and the efforts Texas Instruments made to make translation difficult". [30] A Spinnaker Software executive said that the 99/4A had "the worst software in the business", and Ahl noted that unlike other computers, it did not have "Microsoft BASIC, VisiCalc, WordStar, or any popular games". [5] Peripherals cost about twice as much as for other computers. [27] [23] TI joysticks were of poor quality and difficult to find, for example; one reseller reported that its best-selling product was the Atari CX40 joystick adapter cable. [10]

Pournelle added, "TI had rightly concluded that the hobbyists and hackers were a tiny part of the market and wrongly concluded that they were therefore unimportant". [25] Rivals were more open with information. Kilobaud Microcomputing reported that a Commodore executive promised the VIC-20 would have "enough additional documentation to enable an experienced programmer/hobbyist to get inside and let his imagination work". [31] [28] Even when competitors did not disclose technical information, because their computers used commercial off-the-shelf parts like MOS 6502 and Zilog Z80, much more information was public than for TI's proprietary components. [20] IBM learned from TI's mistake, Pournelle said. The company released software and hardware technical information when the IBM PC was announced in 1981, [25] stating that "the definition of a personal computer is third-party hardware and software". [32]

TI had also learned from its mistake and no longer ignored hobbyists, Pournelle said in 1982. [25] [29] The company advertised in BYTE its program for publishing others' software, and job openings for software developers. [20] TI insisted on being the sole publisher for the system, however, which many developers refused to agree to. [23] After third-party developers' games for the Atari 2600 became very successful, the company at the June 1983 Consumer Electronics Show announced that only cartridges with a TI-licensed lockout chip would work in the 99/4A. The Boston Phoenix predicted that "most [software developers] just won't bother making TI-compatible versions of their programs", [27] and Pournelle wrote that "TI once again tells the hobbyists to drop dead". [29]

No official technical documentation from TI was released until the "Editor/Assembler" development suite was released in 1981, and no system schematics were ever released to the public until after TI had discontinued the computer.

Discontinuation

After TI in mid-1983 unexpectedly announced a $100 million loss in the second calendar quarter—implying a pretax loss from home computers of $200–250 million—its stock dropped by one third in two days. The Times stated in June 1983 that Cosby's $100 refund "joke is no longer funny", and that "future options are slim". The low price affected the 99/4A's reputation; "When they went to $99, people started asking 'What's wrong with it?'", one retail executive said. An L.F. Rothschild sell-side analyst estimated that TI had prepared to manufacture three million computers in 1983, but would only be able to sell two million. [23]

Some observers predicted after the second quarter's loss that the 99/4A would not be able to recover; even if the company did not plan to discontinue the computer, the fear that it would become orphaned technology might cause retailers to avoid ordering inventory. [23] Others thought that TI could sell excess inventory and continue producing the computer. [5] After losing $111 million after taxes in the third calendar quarter of 1983, TI announced plans to discontinue the 99/4A, while continuing to sell the TI Professional MS-DOS-compatible computer. [26] (TI stock rose by 25% after the announcement, because the company's other businesses were strong.) [33] [26] With another TI price cut, retailers sold remaining inventory of the former $1,150 computer during Christmas for $49. [26] [5] [34] The 90 Child World stores quickly sold over 40,000 computers [35] at a price referred to as "nearly a stocking stuffer" in a Times article. [36]

A total of 2.8 million units were shipped before the TI-99/4A was discontinued in March 1984, [1] [37] perhaps the largest installed base among all personal computers. [26] The 99/4A became the first in a series of home computers to be orphaned by their manufacturer over the next few years, along with the Coleco Adam, Mattel Aquarius, Timex Sinclair 1000, and IBM PCjr.

Architecture

The TMS9900's machine language instructions must be word-aligned, so at least 16-bits are needed for every instruction. At the time, memory was expensive, so the size of this format was a concern. Additionally, programming the 8-bit side of the system from 16-bit code is somewhat complex. To address this, TI built a pseudo-assembly language known as "Graphic Programming Language", or GPL. This is a compact 8-bit language interpreted by the CPU which dynamically translates the GPL instructions into one or more TMS9900 instructions. GPL also includes utility routines that appear as single instructions in GPL code, allowing complex operations to be reduced to small sequences of code. For example, a block of memory can be cleared with a single instruction. All software originally distributed on ROM cartridges were written using GPL, and are sometimes referred to as GROMs. [8]

At the time of launch, the system included only a single user-accessible programming language: TI's built-in BASIC interpreter, written in GPL. On the Creative Computing Benchmark, it runs at roughly half the speed of the Apple II. [38]

Technical specifications

A BASIC program running on a TI-99/4A TI-99 4A Basic Program Running.png
A BASIC program running on a TI-99/4A

CPU

TMS9900 @ 3 MHz, 16-bit, 64-pin DIP

Memory

Video

 TMS9918A video display processor, 40 pin DIP. The earlier 99/4 uses the TMS9918. PAL systems use the "9929" versions of each.

Sound

TMS9919, later SN94624, identical to the SN76489 used in many other systems

Games

TI Invaders is a 1981 clone of Space Invaders Tiinvaders2.png
TI Invaders is a 1981 clone of Space Invaders

Roughly 100 games were published for the TI-99/4A, with most published by Texas Instruments. [39] Some of the games released only for the 99/4A are Parsec, Alpiner, Tombstone City: 21st Century , Tunnels of Doom , and The Attack . TI Invaders and Car Wars are TI's renditions of Space Invaders and Head On respectively. Munch Man is similar to Pac-Man , but the title character fills the maze with a pattern rather than emptying it of dots.

Tigervision offered a solution to the memory limitation of the standard cartridge slot in the form of a 24 KB memory expansion cartridge that attached to the side expansion interface, emulating an expansion device. This allowed the company to implement a larger game completely in machine code, which was used for Espial and Miner 2049er . Exceltec also released two similar side cartridges: Arcturus [40] and Killer Caterpillar.

The media criticized the computer's game library as mediocre. [5] [39] TI not only discouraged third-party development, including games, but it also failed to license popular arcade games like Zaxxon and Frogger . [23]

Unreleased hardware

Hex-Bus

The Hex-Bus interface was designed in 1982 and intended for commercial release in late 1983. It connects the console to peripherals via a high-speed serial link. Though it is similar to today's USB (plug and play, hot-swappable, etc.), it was never released, with only a small number of prototypes appearing in collector hands after TI pulled out of the market.

TI-99/4A successors

The TI-99/4 was intended to fit in the middle of a planned range of TI-99 computers, with prototypes and documentation created for other models. Initial plans were for a lower-end TI-99/2 and a more powerful TI-99/8. Later ideas for expanding the range included a bargain-priced TI-99/3, a terminal TI-99/7, and a direct follow-up to the TI-99/4A referred to as either TI-99/4B or TI-99/5. [41]

At the time they left the home computer market, TI had been actively developing two successors to the TI-99/4A that went through several prototypes but never entered production. Some of these prototypes are now in the hands of TI-99/4A collectors. Both machines would have been substantially faster than the original TI-99/4A and used the Hex-Bus serial interface.

Legacy

The Tomy Tutor and its sibling systems are Japanese computers similar in architecture and firmware to the 99/8. Unlike the 99/8, it was released commercially, but sold poorly outside Japan. Portions of the operating system and BASIC code are similar to the 99/8.

Until 2006, there was an annual Chicago TI Faire [46] where people celebrated the TI-99 family of computers.

Post-TI development

The Myarc Geneve 9640 is an enhanced TI-99/4A clone built by Myarc as a card to fit into the TI Peripheral Expansion System. [47] It uses an IBM PC/XT detached keyboard. Released in 1987, it is similar to the unreleased TI-99/8 system. It includes a 12 MHz TMS9995 processor, enhanced graphics with 80-column text mode, 16-bit wide RAM, MDOS, and is compatible with nearly all TI software and slot-mounted hardware. A toggle switch slows the computer to the speed of the original.

The Second Generation CPU card (SGCPU) was released by the System 99 User Group in 1996 as a card to be installed in the PEB.[ citation needed ]

In 2004, a Universal Serial Bus card and Advanced Technology Attachment controller for IDE hard disks for the PEB were released.

A range of plug-in cartridge boards have been developed, allowing software projects to be distributed on cartridge. [48] [49]

The Phoenix G2, [50] was designed in 2010 by Gary Smith, a member of TI-User Group UK. It uses two FPGAs to emulate the entire architecture of the Myarc Geneve 9640 and the TMS9995 microprocessor. It incorporates an SD card reader, Ethernet, VGA output, and 64 MB RAM.

An FPGA-based TMS9918 compatible graphics chip, called the F18A, is a drop-in replacement for the original 9918 VDP, but features VGA output, bypassing the TMS9918A's native composite output, and contains other enhancements such as removal of the restriction of 4 sprites per scan line. [51]

See also

Related Research Articles

<span class="mw-page-title-main">Acorn Electron</span> Personal computer sold in Britain

The Acorn Electron was a lower-cost alternative to the BBC Micro educational/home computer, also developed by Acorn Computers Ltd, to provide many of the features of that more expensive machine at a price more competitive with that of the ZX Spectrum. It had 32 kilobytes of RAM, and its ROM included BBC BASIC II together with the operating system. Announced in 1982 for a possible release the same year, it was eventually introduced on 25 August 1983 priced at £199.

<span class="mw-page-title-main">Amstrad CPC</span> Home computers produced by Amstrad

The Amstrad CPC is a series of 8-bit home computers produced by Amstrad between 1984 and 1990. It was designed to compete in the mid-1980s home computer market dominated by the Commodore 64 and the ZX Spectrum, where it successfully established itself primarily in the United Kingdom, France, Spain, and the German-speaking parts of Europe.

<span class="mw-page-title-main">Commodore 64</span> 8-bit home computer introduced in 1982

The Commodore 64, also known as the C64, is an 8-bit home computer introduced in January 1982 by Commodore International. It has been listed in the Guinness World Records as the highest-selling single computer model of all time, with independent estimates placing the number sold between 12.5 and 17 million units. Volume production started in early 1982, marketing in August for US$595. Preceded by the VIC-20 and Commodore PET, the C64 took its name from its 64 kilobytes(65,536 bytes) of RAM. With support for multicolor sprites and a custom chip for waveform generation, the C64 could create superior visuals and audio compared to systems without such custom hardware.

<span class="mw-page-title-main">Atari 8-bit family</span> Home computer series introduced in 1979

The Atari 8-bit family is a series of 8-bit home computers introduced by Atari, Inc. in 1979 with the Atari 400 and Atari 800. As the first home computer architecture with coprocessors, it has graphics and sound more advanced than most of its contemporaries. Video games are a key part of the system's software library, and the 1980 first-person space combat simulator Star Raiders is considered the platform's killer app. The "Atari 8-bit family" label was not contemporaneous. Atari, Inc., used the term "Atari 800 [or 400] home computer system", often combining the model names into "Atari 400/800" or "Atari home computers".

<span class="mw-page-title-main">Commodore 128</span> Home computer released in 1985

The Commodore 128, also known as the C128, C-128, or C= 128, is the last 8-bit home computer that was commercially released by Commodore Business Machines (CBM). Introduced in January 1985 at the CES in Las Vegas, it appeared three years after its predecessor, the Commodore 64, the bestselling computer of the 1980s. Approximately 2.5 million C128s were sold during its four year production run.

<span class="mw-page-title-main">VIC-20</span> 1981 home computer by Commodore

The VIC-20 is an 8-bit home computer that was sold by Commodore Business Machines. The VIC-20 was announced in 1980, roughly three years after Commodore's first personal computer, the PET. The VIC-20 was the first computer of any description to sell one million units. It was described as "one of the first anti-spectatorial, non-esoteric computers by design...no longer relegated to hobbyist/enthusiasts or those with money, the computer Commodore developed was the computer of the future."

<span class="mw-page-title-main">Coleco Adam</span> Home computer by Coleco, released in 1983

The Coleco Adam is a home computer and expansion device for the ColecoVision by American toy and video game manufacturer Coleco. The Adam was an attempt to follow on the success of the company's ColecoVision video game console. It was available as Expansion Module #3 for the ColecoVision, converting it into a home computer, and as a standalone unit. As such, it had the benefit of being entirely compatible with all ColecoVision games and peripherals. The computer came with 64 KB of memory, a tape drive for a proprietary medium called Digital Data Packs, a daisy wheel printer, and productivity applications, along with two DDPs for SmartBASIC and Buck Rogers: Planet of Zoom Super Game. It was released in October 1983 with the initial price of $700.

<span class="mw-page-title-main">Commodore 16</span> Home computer

The Commodore 16 is a home computer made by Commodore International with a 6502-compatible 7501 or 8501 CPU, released in 1984 and intended to be an entry-level computer to replace the VIC-20. A cost-reduced version, the Commodore 116, was mostly sold in Europe.

<span class="mw-page-title-main">Commodore Plus/4</span> 1984 home computer by Commodore International

The Commodore Plus/4 is a home computer released by Commodore International in 1984. The "Plus/4" name refers to the four-application ROM-resident office suite ; it was billed as "the productivity computer with software built in".

<span class="mw-page-title-main">TI BASIC (TI 99/4A)</span> Programming language for TI-99 home computers

TI BASIC is an ANSI-compliant interpreter for the BASIC programming language built into the 1979 Texas Instruments TI-99/4 home computer and its improved 1981 version, the TI-99/4A.

<span class="mw-page-title-main">TMS9918</span> Video display controller

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, and Tomy Tutor.

The TMS9900 was one of the first commercially available, single-chip 16-bit microprocessors. Introduced in June 1976, it implemented Texas Instruments' TI-990 minicomputer architecture in a single-chip format, and was initially used for low-end models of that lineup.

<span class="mw-page-title-main">TurboDuo</span> Fourth-generation video game console

The TurboDuo is a fourth-generation video game console developed by NEC Home Electronics and Hudson Soft for the North American market. The TurboDuo was test-marketed in Los Angeles in October 1992, before a nationwide rollout in May 1993. It is the North American version of the Japanese PC Engine Duo game console which was released in September 1991.

<span class="mw-page-title-main">Compact Computer 40</span> Portable computer developed by Texas Instruments

The Compact Computer 40 or CC-40 is a portable computer developed by Texas Instruments. It started development in 1981, and was released in March 1983 for US$249. The CC-40 has a single-line 31 character LCD display, weighs 600 grams, and is powered by an AC adapter or can operate for 200 hours on four AA batteries. Memory is not erased by turning the unit off; it can retain data for several months. The CC-40 lacks a way to store data more permanently. Software was only available on cartridge or by typing programs into its built-in BASIC interpreter. The BASIC interpreter is similar but not identical to that of the TI-99/4A.

The Geneve 9640 is an enhanced TI-99/4A clone. It was sold by the company Myarc as a card to fit into the Texas Instruments TI Peripheral Expansion System. Released in 1987, it is in many ways similar to the earlier TI-99/8, which was in prototype form in early 1983. The Geneve 9640 was designed by Paul Charlton, and the graphical swan on the boot up screen was designed by Mi-Kyung Kim.

<span class="mw-page-title-main">ROM cartridge</span> Replaceable device used for the distribution and storage of video games

A ROM cartridge, usually referred to in context simply as a cartridge, cart, or card, is a replaceable part designed to be connected to a consumer electronics device such as a home computer, video game console or, to a lesser extent, electronic musical instruments.

<span class="mw-page-title-main">History of personal computers</span> History of the consumer personal computer

The history of the personal computer as a mass-market consumer electronic device began with the microcomputer revolution of the 1970s. A personal computer is one intended for interactive individual use, as opposed to a mainframe computer where the end user's requests are filtered through operating staff, or a time-sharing system in which one large processor is shared by many individuals. After the development of the microprocessor, individual personal computers were low enough in cost that they eventually became affordable consumer goods. Early personal computers – generally called microcomputers – were sold often in electronic kit form and in limited numbers, and were of interest mostly to hobbyists and technicians.

<span class="mw-page-title-main">Tomy Tutor</span> Home computer

The Tomy Tutor, originally sold in Japan as the Pyūta (ぴゅう太) and in the UK as the Grandstand Tutor, is a home computer produced by the Japanese toymaker Tomy. It is architecturally similar, but not identical, to the TI-99/4A, and uses a similar Texas Instruments TMS9900 16-bit CPU. The computer was launched in Japan in 1982, and in the UK and the United States in the next year.

<span class="mw-page-title-main">Home computer</span> Class of microcomputers

Home computers were a class of microcomputers that entered the market in 1977 and became common during the 1980s. They were marketed to consumers as affordable and accessible computers that, for the first time, were intended for the use of a single, non-technical user. These computers were a distinct market segment that typically cost much less than business, scientific, or engineering-oriented computers of the time, such as those running CP/M or the IBM PC, and were generally less powerful in terms of memory and expandability. However, a home computer often had better graphics and sound than contemporary business computers. Their most common uses were word processing, playing video games, and programming.

<span class="mw-page-title-main">Oric (computer)</span> UK-manufactured 8-bit computer

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.

References

  1. 1 2 Steve's Old Computer Museum!
  2. Bryan Roppolo Boulder. "1979 TI-99/4 Home Computer Literature". Ti994.com. Retrieved 2019-10-28.
  3. 1 2 3 4 "Death of a Computer," April 1984, Texas Monthly, retrieved September 20, 2023
  4. Texas Instruments TI-99/4, First 16-bit Home Computer, Old-Computers.com, archived from the original on 13 March 2017, retrieved 23 September 2014
  5. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 Ahl, David H. (March 1984). "Texas Instruments". Creative Computing. pp. 30–32. Retrieved 6 February 2015.
  6. TI-99/4A Console Technical Data. Texas Instruments Inc. 1983. p. 10.
  7. 1 2 3 4 Rhines, Walden (22 June 2017). "The Inside Story of Texas Instruments' Biggest Blunder: The TMS9900 Microprocessor". IEEE Spectrum.
  8. 1 2 3 "The TI-99/4A internal architecture". 16 August 2000.
  9. TI-99/4A Console Technical Data. Texas Instruments Inc. 1983. p. 4.
  10. 1 2 Mace, Scott (1984-04-09). "Atarisoft vs. Commodore". InfoWorld. p. 50. Retrieved 4 February 2015.
  11. "Getting Started with the TI-99/4A". 1983.
  12. Getting Started with the TI-99/4A, 1983
  13. "TI‐99/4A user‐dismantled PEB", 99er
  14. 1 2 3 Rhines, Walden C. (2017-06-22). "The Texas Instruments 99/4: World's First 16-Bit Home Computer". IEEE Spectrum. Archived from the original on 2017-07-21. Retrieved 2017-07-08.
  15. "1980s Trends in the Semiconductor Industry". Semiconductor History Museum of Japan. Retrieved 10 July 2019.
  16. Pollack, Andrew (14 January 1984). "Founder of Commodore Resigns Unexpectedly". The New York Times.
  17. Schuyten, Peter (6 December 1978). "The Computer Entering Home". The New York Times.
  18. Federal Communications Commission Reports: Decisions, Reports, and Orders of the Federal Communications Commission of the United States (Extensive coverage of the FCC's dealings with consumer electronics is covered in this later work). FCC. 1983.
  19. Knight, Daniel (19 December 2015). "Texas Instruments' Personal Computers".
  20. 1 2 3 4 5 Black, Michael L. (2022-03-29). Transparent Designs: Personal Computing and the Politics of User-Friendliness. JHU Press. pp. 130–132. ISBN   978-1-4214-4353-9.{{cite book}}: CS1 maint: date and year (link)
  21. Osborne, Adam (1980-07-07). "Radio Shack's Videotex". InfoWorld. pp. 9, 28. Retrieved 15 February 2016.
  22. Hogan, Thom (1981-09-14). "State of Microcomputing / Some Horses Running Neck and Neck". pp. 10–12. Retrieved 2019-04-08.
  23. 1 2 3 4 5 6 7 8 9 10 11 12 Pollack, Andrew (1983-06-19). "The Coming Crisis in Home Computers". The New York Times. Retrieved 19 January 2015.
  24. Texas Instruments TI-99. 2007-06-01 via YouTube.
  25. 1 2 3 4 5 6 Pournelle, Jerry (July 1982). "Computers for Humanity". BYTE. p. 392. Retrieved 19 October 2013.
  26. 1 2 3 4 5 6 7 Mace, Scott (1983-11-21). "TI retires from home-computer market". InfoWorld. pp. 22, 27. Retrieved 2011-02-25.
  27. 1 2 3 4 5 Mitchell, Peter W. (1983-09-06). "A summer-CES report". Boston Phoenix. p. 4. Retrieved 10 January 2015.
  28. 1 2 Thornburg, David D. (April 1981). "The Commodore VIC-20: A First Look". Compute!. p. 26.
  29. 1 2 3 4 Pournelle, Jerry (July 1983). "Interstellar Drives, Osborne Accessories, DEDICATE/32, and Death Valley". BYTE. p. 340. Retrieved 28 August 2016.
  30. Green, Wayne (August 1980). "Publisher's Remarks". Kilobaud. p. 8. Retrieved 23 June 2014.
  31. "Commodore: New Products, New Philosophies". Kilobaud. September 1980. pp. 26–28. Retrieved 23 June 2014.
  32. Bunnell, David (April–May 1982). "Boca Diary". PC Magazine. p. 22. Retrieved 21 October 2013.
  33. "IBM's Peanut Begins New Computer Phase". Boston Globe. Associated Press. 1983-11-01. p. 1.
  34. Kleinfield, N. R. (1984-12-22). "Trading Up in Computer Gifts". The New York Times. Retrieved 5 February 2015.
  35. Rosenberg, Ronald (1983-12-08). "Home Computer? Maybe Next Year". The Boston Globe.
  36. "Under 1983 Christmas Tree, Expect the Home Computer". The New York Times. 1983-12-10. ISSN   0362-4331 . Retrieved 2017-07-02.
  37. TI-99 Home Computer Timeline Bill Gaskill
  38. Knight, Daniel (10 January 2016). "How Fast Were Those Late 1970s Home Computers?". Low End Mac.
  39. 1 2 Mace, Scott (1984-05-07). "In Praise of Classics". InfoWorld. p. 56. Retrieved 6 February 2015.
  40. "Cartridge pictures", TI‐99/4A home computer, Hex bus
  41. Shaw, Stephen. "Home Computing with Texas Instruments". stephen.shawweb.co.uk. Retrieved 26 February 2022.
  42. "99/2", 99er
  43. Littlejohn, Harry; Jander, Mark (June 1983). "Texas Instruments' 99/2 Basic Computer". BYTE. p. 128. Retrieved 19 October 2013.
  44. Lock, Robert (June 1983). "Editor's Notes". Compute!. p. 6. Retrieved 30 October 2013.
  45. "99/8", 99er
  46. "Faire", TI‐99, Main byte
  47. OldComputers (online museum)
  48. "Hardware projects", TI‐99/4A home computer, Hex bus
  49. You Tube
  50. "G2", TI‐99 UG, UK, archived from the original on 2010-09-19
  51. "Archives", Code hack create

Commons-logo.svg Media related to Texas Instruments TI-99/4A at Wikimedia Commons