Enterprise (computer)

Last updated

Enterprise
Enterprise128 01 (edited).jpg
DeveloperIntelligent Software
Type Home computer
Release date23 June 1985;38 years ago (1985-06-23)
Units shipped80,000
Operating system EXOS, BASIC (on cartridge)
CPU Zilog Z80A @ 4 MHz
Memory64 KB / 128 KB (65,536 / 131,072 bytes)
Display80 × 256, 256 colours; 320 × 256, 16 colours; 640 × 512 interlaced, 640 × 256 non-interlaced, 2 colours
Graphics"Nick" ASIC
Sound"Dave" ASIC (3 channels + noise)
ConnectivityRGB out, serial port, printer port, joystick ports, cassette tape interfaces, cartridge slot, expansion port

The Enterprise is a Zilog Z80-based home computer announced in 1983, [1] but due to a series of delays, was not commercially available until 1985. [2] It was developed by British company Intelligent Software and marketed by Enterprise Computers.

Contents

The specification as released was powerful and one of the higher end in its class (though not by the margin envisaged in 1983). This was due to the use of custom ASICs for graphics and sound which took workload away from the CPU, an extensive implementation of ANSI BASIC and a bank switching system to allow for larger amounts of RAM than the Z80 natively supported. It also featured a distinctive and colourful case design, and promise of multiple expansion options. Its two variants are the Enterprise 64, with 64 KB of RAM, and the Enterprise 128, with 128 KB of RAM.

The machine was renamed several times during development, being known variously as Samurai, Oscar and Elan. Versions can sometimes been found in magazine articles referred to by the preceding monikers. [3] Ultimately, not assisted by release delays and a changing market place, the Enterprise was not commercially successful. The manufacturer called in the receivers in 1986 with significant debt, although old stock continued to be sold through a German partner until well into the 1990s. [2]

Hardware

Enterprise 128 rear view Enterprise128 02.jpg
Enterprise 128 rear view
Enterprise 128 right view Enterprise128 03.jpg
Enterprise 128 right view

CPU, memory and ASIC chips

The Enterprise has a 4 megahertz (MHz) Z80 Central processing unit (CPU), [4] 64 KB (65,536 bytes) or 128 KB of RAM, and 32 KB (32,768 bytes) of internal read-only memory (ROM) that contains the EXOS operating system and a screen editor / word processor. The BASIC programming language was supplied on a 16 KB ROM module.

Two application-specific integrated circuit (ASIC) chips take some of the workload off of the central processor. They are named "Nick" and "Dave" after their designers, Nick Toop, who had previously worked on the Acorn Atom, and Dave Woodfield. "Nick" manages graphics, while "Dave" handles sound and memory paging (bank switching). [3]

A bank switching scheme allows the memory to be expanded to a maximum of 4 megabytes (4,194,304 bytes). The highest 2 address lines from the Z80 are used to select one of the four 8-bit Page Registers in the Dave chip. The output from the selected register is used as the highest 8 bits of the 22-bit address bus, while the lowest 14 bits come directly from the Z80 address bus. [5] Effectively, the 64 KB address space of the Z80 processor is divided into four 16k sections. Any 16k page from the 4 MB address space can be mapped to any of these sections. The lowest two pages (pages 0 and 1) of the 4 MB address space contain system ROM. The next four pages (2 to 5) are reserved for a ROM cartridge (max 64 KB). The top four pages (pages 252 to 255, totaling 64 KB) are used as video RAM, but can be used for storage of program code and data as well. On the 128k model, the additional 64 KB of ram is mapped on pages 248 to 251. The remaining memory space can be used by external devices and memory modules connected to the expansion bus.

Keyboard and case

The case is unusual in that it contains both a full-sized keyboard with programmable function keys, and a joystick. Its distinctive shape was due to the designers' desire to break away from customary designs. [6] The low-profile keyboard is constructed with mechanical keycaps on top of a rubber membrane and has a standard layout, but the feel of the keys was disliked by many, or even most people, because the keys weren't "full travel", but had a squishy feel, similar to a Sinclair QL or Spectrum+. The joystick replaces the normal cursor keys, and allows the cursor to be moved diagonally.

Royal College of Art graduates Geoff Hollington and Nick Oakley were responsible for the design, having tendered for this particular contract, and had only seven days to produce the visual design concept. Tooling for production of the casing was also demanded in a rapid timeframe and took five months. Originally, a combination of greys was envisaged for the casing elements, but seeking to avoid the look of office equipment and to appeal to "the lower end of the market", the eventual dark grey case with red, green and blue keys was chosen. [7]

Graphics

Enterprise has four hardware graphics modes: 40-column text modes, Lo-Res and Hi-Res bit mapped graphics, and attribute graphics. The OS offers 80-column text via high-resolution graphics mode. Bit mapped graphics modes allow selection between displays of 2, 4,16 or 256 colours (from a 3-3-2 bit RGB palette), but horizontal resolution decreases as colour depth increases. Interlaced and non-interlaced modes are available. The maximum resolution is 640×512 pixels interlaced, or 640×256 pixels non-interlaced. These resolutions permit only a 2-colour display. A 256-colour display has a maximum resolution of 80×256. The attribute graphics mode provides a 320×256 pixel resolution with 16 colours, selectable from a palette of 256.

Multiple pages can be displayed simultaneously on the screen, even if their graphics modes are different. Each page has its own palette, which allows more colours to be displayed onscreen simultaneously. The page height can be larger than the screen or the window it is displayed on. Each page is connected to a channel of the EXOS operating system, so it is possible to write on a hidden page.

Sound

The sound is handled by the second ASIC chip, "Dave", and has 3 sound channels plus a noise channel. Each channel's sound can be placed freely in the stereo image. Available effects include distortion, low-pass and high-pass filters, and ring modulation.

The Enterprise firmware also provides programmable envelope generators that are more flexible than synthesizers' traditional ADSR envelope, and allow up to 255 phases to be specified for each envelope. On each phase, the envelope can adjust the sound's pitch and stereo balance.

Interfaces

The Enterprise included an array of connectors far beyond what was common on home computers of the time. There is an RGB output, a RS-232 / RS-423 serial port, a Centronics printer port, two external joystick ports, two cassette tape interfaces, a ROM cartridge slot, and an ordinary expansion port. To save expense, many of the connectors did not use sockets, but instead had simple edge connectors that used the exposed traces at the edge of the printed circuit board.

The BASIC ROM can be replaced by a ROM that emulates a ZX Spectrum 48K, which allows the Enterprise to run the catalogue of thousands of Spectrum BASIC games and any other titles that don't access hardware directly; a hardware peripheral was available to provide more complete emulation for other Spectrum titles — catching Spectrum hardware accesses and issuing an interrupt so that emulation software can deal with them.

An external floppy drive became available later, and allowed access to CP/M programs, while at the same time being compatible with the MS-DOS disc format and FAT12 file structure (sub-directories etc.).

Software

System ROM

EXOS (Enterprise Expandable Operating System) is contained in the system ROM, and is based on "channels". All peripherals are accessed through channels, which allows the programs to treat all input and output devices identically. [8] The system ROM also contains a full-screen editor, which doubles as a simple word processor. It can edit text files and BASIC programs, as well as programs written in other languages. The editor uses the joystick for cursor control.

IS-Basic

Enterprise does not include BASIC or any other programming language in its internal ROM, unlike most other home computers of the time. Its BASIC interpreter was supplied on a 16k ROM cartridge, and the language can be changed by switching the cartridge, a system similar to that of Acorn's BBC Micro.

IS-Basic adheres to the ANSI BASIC standard. [9] It is a fully structured language whose wide set of control structures includes multi-line IF...THEN...ELSE, SELECT...CASE, DO...LOOP with WHILE and UNTIL conditions. The WHILE condition being at the begin and the UNTIL condition being at the end of the do-loop, and the ability to escape a loop with the EXIT LOOP statement. Procedures and functions can have both reference and value parameters, and local variables. Errors and other exceptions are handled with exception handlers.

IS-Basic has the unique ability to hold multiple programs simultaneously in memory. Each program has a separate set of global variables and line numbers, but the CHAIN statement makes it possible to call one program from another and pass parameters between them. Peripherals can be controlled directly from BASIC, so there is rarely a need to use POKE and PEEK statements. IS-Basic has the usual commands for drawing dots, lines, circles and ellipses and for filling areas, and supports Logo-style turtle graphics. Sound commands can be entered into a queue, and executed in the background while the program execution continues.

The basic was also noted as being long-winded, an example being the command to clear the screen was commonly abbreviated to CLS, on the enterprise the command was CLEAR SCREEN with no abbreviation possible. [2]

Other software

Several languages besides IS-BASIC, including Forth, Lisp, Pascal and assembly, were available on either ROM cartridge or tape. Basic-to-Basic converters could convert BASIC programs written for other home computers. Some 40 games, from IS and other publishers, were listed in the catalog. [10] IS-DOS, the CP/M compatible operating system, opened access to the wide range of CP/M programs available at that time.

History

After the 1982 introduction of the ZX Spectrum, Hong Kong trading company Locumals commissioned Intelligent Software, headed by international chess player David Levy, to develop a home computer in the UK. During development the machine had the codename DPC, which stood for damp-proof course, to confuse potential competitors. The machine was also known by the names Samurai, Oscar, Elan and Flan before the Enterprise name was finally chosen. The succession of name changes was mainly due to the discovery of other machines and companies with the chosen name. The odd choice of Flan emerged following the discovery that Elan could not be used (due to complaints from Elan Digital Systems of Crawley) but some documentation had already been produced with that moniker and it was thought the Elan name could easily be modified on printed materials. [11] [12]

Entersoft, modeled after Amstrad's AMSOFT, was set up to ensure a steady supply of software for the new machine. Enterprise was announced to the press in September 1983, and some 80,000 machines were pre-ordered by the time of its April 1984 sales launch. The product did not ship until 1985, by which point the UK home computer market was already dominated by the ZX Spectrum, Commodore 64, Amstrad CPC and Acorn BBC Micro with the 16-bit era on the horizon. A successor machine, the PW360, was developed in 1986 to compete against the Amstrad PCW 8256, but the company was by then in severe financial difficulties, and closed down.

The market for home computers had matured during the delays to release. There had been a downturn in the market for home computers, owing to market saturation. Large retailers proved reluctant to stock the machine, and smaller retailers were wary of stocking a machine not supported through the major retail channels. The hardware was still powerful for a home computer of the era, but there was a limited software catalogue and the price was higher than the competition. For example, the Amstrad CPC 464 included a monitor and cassette recorder, was released before the Enterprise, and retailed for less. [2] After the initial manufacturing run of 80,000 units, it is believed that no further units were made, so the Enterprise is among the rarer home computers of the 1980s.

The Enterprise had only minor success in the UK, selling no more that 25,000 units in this region but did go on to have more impact in other countries. Enterprise Computers UK and Intelligent Software collapsed by 1986 but a German subsidiary survived until 1997 and shipped remaining stock to various countries including Egypt, Kazakhstan and the Czech Republic but most notably to Hungary. [13] The Hungarian company Videoton had produced a simplified version of the Enterprise called the TVC under license that was mainly sold into Hungarian education. Hungary was then part of the Eastern Bloc which was subject to export controls and the TVC lacked the specialist Nick and Dave chips. Unsold Enterprise 128 stock though was imported into Hungary in 1987 (despite controls) and the machine became popular in the country, remaining on sale until around 1992. [12] [14] A dedicated cult following for the machine still exists in Hungary. [15] [16]

Video games

Most of the video games for the system are hobbyist ports from ZX Spectrum and Amstrad CPC. There are only 96 commercially released video games. [17]

TitlePublisherRelease year
Abyss, TheArtificial Intelligence1985
Adventure QuestLevel 9 Computing1984
AirwolfElite Systems1985
Alternative World GamesNovotrade1990
Animal, Vegetable, MineralBourne Educational1985
ÁttörésNovotrade
BatmanOcean Software1986
Beach HeadDream Software1985
BeatchaRomik Software1984
Bruce LeeOcean Software1984
BulldozerWave-8
Caesar a cicaNovotrade1989
Castle of DreamsWidget Software1985
CauldronEntersoft1986
Centrum BallNovotrade1987
ChainsArtificial Intelligence1985
Colossal AdventureLevel 9 Computing1985
Cross Road Racea Studio1988
Csavargás a gombák birodalmábanOctasoft
Cyrus Chess IIIntelligent Chess Software Ltd.1985
Devil's LairLoriciels1985
DiamondsInfosoft1989
DictatorEntersoft1984
DigipókNovotrade1987
Dot breaker, Dot collectorEnterprise Computers1987
Dungeon AdventureLevel 9 Computing1984
Eat it upNielsen1989
Eden BluesNovosoft1986
Eggs of DeathNovotrade1985
Emerald IsleLevel 9 Computing1985
Enterballa Studio1988
Enter-Stacka Studio1987
Fantasia DiamondHewson Consultants1985
Fantomasa Studio1987
Firea Studio1988
Five in a RowEntersoft1984
Games Pack 1 (Eddie the Exterminator, Windsurfer)Entersoft1984
Games Pack 2 (Bomb Squad, Death Diver)Entersoft1984
Games Pack 3 (Galaxians, Space Orbs)Boxsoft1986
Get DexterInfogrames1985
Grid TroubleEnterprise Computers1987
Happy LettersBourne Educational1985
Happy NumbersBourne Educational1985
Heathrow ATCHewson Consultants1984
Hopeless GameF.T. Studio
HubertNovotrade
Hungaroring Forma 1Novotrade1987
Impossible Mission 2Novotrade1988
Jack's House of CardsRomik Software1985
JamminEnterprise Computers1985
King of the CastleArtificial Intelligence1985
Körmöci Aranya Studio1988
Lands of HavocMicrodeal1985
Lasera Studio1989
Lords of TimeLevel 9 Computing1984
Magic BallBoxsoft1987
Market, TheHigh Tech Software1985
Mirror WorldNovotrade1986
Mordon's QuestJohn Jones-Steele, Peter Moreland and Peter Donne1985
NautilusOctasoft1986
Newton almájaOctasoft1987
Nodes of YesodOdin Computer Graphics1985
Orient ExpressArtificial Intelligence1985
Out of This WorldBoxsoft1987
PacmanBoxsoft1986
Permolifta Studio1988
Playground (Adventure)Widgit Software1985
Poszeidón kincseNovotrade1989
R2-D2Wave-81989
Rabló RulettNovotrade1987
Race AceArtificial Intelligence1985
Raid (over Moscow)U.S. Gold1985
Return to EdenLevel 9 Computing1984
Reversi, Dáma, AwariNovotrade1987
RX-220Novotrade1989
SnowballLevel 9 Computing1984
SorceryVirgin Games1985
Space BubbleInfosoft1989
Space PirateEnterprise Computers1987
Spanish GoldChalksoft1985
Starstrike, 3DRealtime Software1984
Steve Davis SnookerCDS Software1985
Submarine CommanderEntersoft1985
Super Pipeline 2Enterprise Computers1985
Tejútvesztő / LabyrinthNovosoft
TetrisBoxsoft1986
Tili-toliWave-81989
Tombs of DoomEnterprise Computers1985
Turbó RudiNovotrade
Tutti FruttiWave-81988
UnicumWave-81988
Up & Downa Studio1989
Williamsburg Adventure 3Microdeal1985
Wizard's LairBubble Bus1985
WordhangBourne Educational1985
WrigglerRomantic Robot1985


Enterprise emulators

Related Research Articles

<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">Jupiter Ace</span> British home computer of the early 1980s

The Jupiter Ace by Jupiter Cantab was a British home computer released in 1982. The Ace differed from other microcomputers of the time in that its programming environment used Forth instead of the more popular BASIC. This difference, along with limited available software and poor character based graphic display, limited sales and the machine was not a success.

The Sinclair QL is a personal computer launched by Sinclair Research in 1984, as an upper-end counterpart to the ZX Spectrum.

<span class="mw-page-title-main">ZX Spectrum</span> 1982 series of home computers

The ZX Spectrum is an 8-bit home computer developed and marketed by Sinclair Research. It was first released in the United Kingdom on 23 April 1982, and around the world in the following years, most notably in Europe, the United States, and Eastern Bloc countries.

In computer architecture, 8-bit integers or other data units are those that are 8 bits wide. Also, 8-bit central processing unit (CPU) and arithmetic logic unit (ALU) architectures are those that are based on registers or data buses of that size. Memory addresses for 8-bit CPUs are generally larger than 8-bit, usually 16-bit. 8-bit microcomputers are microcomputers that use 8-bit microprocessors.

<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">SAM Coupé</span> 8-bit British home computer released in late 1989

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.

MSX BASIC is a dialect of the BASIC programming language. It is an extended version of Microsoft's MBASIC Version 4.5, adding support for graphic, music, and various peripherals attached to MSX microcomputers. Generally, MSX BASIC is designed to follow GW-BASIC, released the same year for IBM PCs and clones. During the creation of MSX BASIC, effort was made to make the system flexible and expandable.

Sinclair BASIC is a dialect of the programming language BASIC used in the 8-bit home computers from Sinclair Research, Timex Sinclair and Amstrad. The Sinclair BASIC interpreter was written by Nine Tiles Networks Ltd.

<span class="mw-page-title-main">Timex Sinclair 2068</span> Home computer released in 1983

The Timex Sinclair 2068, released in November 1983, was Timex Sinclair's third and last home computer for the United States market. It was also marketed in Canada, Argentina, Portugal and Poland, as Timex Computer 2068.

Currah was a British computer peripheral manufacturer, famous mainly for the speech synthesis ROM cartridges it designed for the ZX Spectrum, Commodore 64, and other 8-bit home computers of the 1980s.

<span class="mw-page-title-main">VTech Laser 200</span>

The VTech Laser 200 is an 8-bit home computer from 1983, also sold as the Salora Fellow, the Seltron 200 in Hungary and Italy, the Smart-Alec Jr. by Dynasty Computer Corporation in Dallas, Texas for the USA, the Texet TX8000A, and the Dick Smith VZ 200 and the VTech VZ 200.

<span class="mw-page-title-main">ATM (computer)</span> ZX Spectrum clone developed in Moscow in 1991 by two firms, MicroArt and ATM.

The ATM Turbo, also known simply as ATM is a ZX Spectrum clone, developed in Moscow in 1991, by two firms, MicroArt and ATM.

<span class="mw-page-title-main">Beta BASIC</span> BASIC interpreter for the Sinclair Research ZX Spectrum microcomputer

Beta BASIC is a BASIC interpreter for the Sinclair Research ZX Spectrum microcomputer, written by Dr Andrew Wright in 1983 and sold by his one-man software house BetaSoft. BetaSoft also produced a regular newsletter/magazine, BetaNews.

<span class="mw-page-title-main">ZX Spectrum graphic modes</span> Graphic modes of the ZX Spectrum computer

The original ZX Spectrum computer produces a one bit per pixel, bitmapped colour graphics video output. A composite video signal is generated through an RF modulator, and was designed for use with contemporary 1980s television sets.

<span class="mw-page-title-main">SymbOS</span>

SYmbiosis Multitasking Based Operating System (SymbOS) is a multitasking operating system for Zilog Z80-based 8-bit computer systems.

<span class="mw-page-title-main">Orion-128</span> Soviet DIY home computer

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.

References

  1. Kewney, Guy (November 1983). "Elan vital". Personal Computer World. pp. 114–116. Retrieved 22 May 2021.
  2. 1 2 3 4 Smith, Tony (2013). "Phantom Flan flinger: The story of the Elan Enterprise 128". The Register .
  3. 1 2 "The Elan Story". Your Computer Magazine. January 1984. pp. 78–80.
  4. Mace, Scott (6 February 1984). "British firm unveils micros at Consumer Electronics Show". InfoWorld (Vol. 6, Num. 6): 62. ISSN   0199-6649. The Enterprise's Z80 runs at a speed of 4 MHz, [...]
  5. Enterprise Technical Information. Enterprise Computers Ltd. 1984.
  6. "Enterprise Review". Your Computer. 5 (2): 46–48. February 1985.
  7. Robinson, Colin (November 1983). "Enterprise out of the ordinary". Design. pp. 62–63. Retrieved 16 March 2022.
  8. Enterprise Programming Guide. Enterprise Computers Ltd. 1984.
  9. Gordon, Alan M. (1985). Super Programmer — Professional programming in ANSI Standard BASIC. Sigma Press. ISBN   1-85058-002-2. The Enterprise 64 Computer ... is one of the few micro computers to implement Full ANSI BASIC
  10. Lindgren, Pauli. "Mikä Enterprisessa oli vikana?" [What was wrong with Enterprise?]. Printti (in Finnish) (13/1986): 5–6.
  11. Jones, Meirion (January 1984). "The Elan Story". Your Computer. 4 (1): 78–85.
  12. 1 2 Packwood, Lewis (2023). Curious Video Game Machines. Pen & Sword. ISBN   139907377X.
  13. "Q&A with Werner Lindner (technical director of the ENTERPRISE Computers GmbH)". enterpriseforever.com. Retrieved 11 November 2023.
  14. Graham, Adrian (2023). "Enterprise Computers". Binary Dinosaurs.
  15. "Home". Enterpress News (in Hungarian). Retrieved 11 November 2023.
  16. "Enterprise Forever - Index". enterpriseforever.com. Retrieved 11 November 2023.
  17. Enterprise games