The Apple II series (Trademarked with brackets as "Apple ][") is a set of 8-bit home computers, one of the first highly successful mass-produced microcomputer products, designed primarily by Steve Wozniak, manufactured by Apple Computer (now Apple Inc.) and introduced in 1977 with the original Apple II. In terms of ease of use, features and expandability the Apple II was a major technological advancement over its predecessor, the Apple I, a limited-production bare circuit board computer for electronics hobbyists that pioneered many features that made the Apple II a commercial success. Introduced at the West Coast Computer Faire in 1977, the Apple II was among the first successful personal computers; it launched the Apple company into a successful business (and allowed several related companies to start). Throughout the years, a number of models were sold, with the most popular model remaining relatively little changed into the 1990s. By the end of production in 1993, somewhere between five and six million Apple II series computers (including about 1.25 million Apple IIGS models) had been produced.
The Apple II became one of the most recognizable and successful computers during the 1980s and early 1990s. It was aggressively marketed through volume discounts and manufacturing arrangements to educational institutions which made it the first computer in widespread use in American secondary schools. The effort to develop educational and business software for the Apple II, including the 1979 release of the popular VisiCalc spreadsheet, made the computer especially popular with business users and families.
The original Apple II operating system was contained in ROM along with Integer BASIC. Programs were entered, then saved and loaded on cassette tape. When the Disk II was implemented in 1978 by Steve Wozniak, a Disk Operating System or DOS was commissioned. The final and most popular version of this software was Apple DOS 3.3. Some commercial Apple II software booted directly and did not use standard DOS formats. This discouraged the copying or modifying of the software on the disks and improved loading speed. Apple DOS was superseded by ProDOS, which supported a hierarchical filesystem and larger storage devices. With an optional third-party Z80-based expansion card the Apple II could boot into the CP/M operating system and run WordStar, dBase II, and other CP/M software. At the height of its evolution, towards the late 1980s, the platform had the graphical look of a hybrid of the Apple II and Macintosh with the introduction of the Apple IIGS. By 1992, the platform had 16-bit processing capabilities, a mouse-driven Graphical User Interface, and graphics and sound capabilities far beyond the original.
Despite the introduction of the Motorola 68000-based Apple Lisa system in 1983, and its more successful cousin the Macintosh in 1984, the relatively unsophisticated Apple II series was Apple's primary revenue source for most of the following decade. At its peak, it was a billion-dollar-a-year industry with its associated community of third-party developers and retailers. The Apple IIGS was sold until the end of 1992; the last II-series Apple in production, the IIe, was discontinued on October 15, 1993.
The Apple II had color and high-resolution graphics modes, sound capabilities and one of two built-in BASIC programming languages (initially Integer BASIC, later Applesoft BASIC). The Apple II was targeted for the masses rather than just hobbyists and engineers; it also influenced most of the microcomputers that followed it. Unlike preceding home microcomputers, it was sold as a finished consumer appliance rather than as a kit (unassembled or preassembled). ''VanLOVEs Apple Handbook'' and ''The Apple Educators Guide'' by Gerald VanDiver and Rolland Love reviewed more than 1,500 software programs that the Apple II series could use. The Apple dealer network used this book to emphasize the growing software developer base in education and personal use.
The Apple II series had a keyboard built into the motherboard shell, with the exception of the Apple IIGS which featured an external keyboard. An upgrade kit was sold later to house the motherboard of an Apple IIGS in an Apple IIe case.
Early II-series models were usually designated "Apple ]["; later models "Apple //", plus a letter suffix.
An external 5¼-inch floppy disk drive, the Disk II, attached via a controller card that plugged into one of the computer's expansion slots (usually slot 6), was used for data storage and retrieval to replace cassettes. The Disk II interface, created by Steve Wozniak, was regarded as an engineering masterpiece for its economy of electronic components. While other controllers had dozens of chips for synchronizing data I/O with disk rotation, seeking the head to the appropriate track, and encoding the data into magnetic pulses, Wozniak's controller card had few chips; instead, the Apple DOS used software to perform these functions. The Group Code Recording used by the controller was simpler and easier to implement in software than the more common MFM. In the end, the low chip count of the controller helped make Apple's Disk II the first affordable floppy drive for personal computers. As a side effect, Wozniak's scheme made it easy for proprietary software developers to copy-protect the media on which their software shipped by changing the low-level sector format or stepping the drive's head between the tracks; inevitably, other companies eventually sold software to foil this protection. Another Wozniak optimization allowed him to omit Shugart's Track-0 sensor. When the Operating System wants to go to track 0, the controller simply moves 40 times toward the next-lower-numbered track, relying on the mechanical stop to prevent it going any further down than track 0. This process, called "recalibration", made a loud buzzing (rapid mechanical chattering) sound that often frightened Apple novices.
The approach taken in the Disk II controller was typical of Wozniak's design sensibility. The Apple II used several engineering shortcuts to save hardware and reduce costs. For example, taking advantage of the way that 6502 instructions only access memory every other clock cycle, the video generation circuitry's memory access on the otherwise unused cycles avoided memory contention issues and also eliminated the need for a separate refresh circuit for the DRAM chips. Rather than use a complex analog-to-digital circuit to read the outputs of the game controller, Wozniak used a simple timer circuit whose period was proportional to the resistance of the game controller, and used a software loop to measure the timer.
The text and graphics screens had a complex arrangement (the scanlines were not stored in sequential areas of memory) which was reputedly due to Wozniak's realization that doing it that way would save a chip; it was less expensive to have software calculate or look up the address of the required scanline than to include the extra hardware. Similarly, in the high-resolution graphics mode, color was determined by pixel position and could thus be implemented in software, saving Wozniak the chips needed to convert bit patterns to colors. This also allowed for sub-pixel font rendering since orange and blue pixels appeared half a pixel-width further to the right on the screen than green and purple pixels.
Color on the Apple II series took advantage of a quirk of the NTSC television signal standard, which made color display relatively easy and inexpensive to implement. The original NTSC television signal specification was black-and-white. Color was tacked on later by adding a 3.58-MHz subcarrier signal that was partially ignored by B&W; TV sets. Color is encoded based on the ''phase'' of this signal in relation to a reference ''color burst'' signal. The result is that the position, size, and intensity of a series of pulses define color information. These pulses can translate into ''pixels'' on the computer screen.
The Apple II display provided two pixels per subcarrier cycle. When the color burst reference signal was turned on and the computer attached to a color display, it could display green by showing one alternating pattern of pixels, magenta with an opposite pattern of alternating pixels, and white by placing two pixels next to each other. Later, blue and orange became available by tweaking the offset of the pixels by half a pixel-width in relation to the colorburst signal. The high-resolution display offered more colors simply by compressing more, narrower pixels into each subcarrier cycle. The coarse, low-resolution graphics display mode worked differently, as it could output a short burst of high-frequency signal per pixel to offer more color options.
The epitome of the Apple II design philosophy was the Apple II sound circuitry. Rather than having a dedicated sound-synthesis chip, the Apple II had a toggle circuit that could only emit a click through a built-in speaker or a line out jack; all other sounds (including two, three and, eventually, four-voice music and playback of audio samples and speech synthesis) were generated entirely by software that clicked the speaker at just the right times. Not for nearly a decade would an Apple II be released with a dedicated sound chip (though with six expansion slots, users could add sound functionality via a soundcard like the Mockingboard). Similar techniques were used for cassette storage: the cassette output worked the same as the speaker, and the input was a simple zero-crossing detector that served as a relatively crude (1-bit) audio digitizer. Routines in the ROM were used to encode and decode data in frequency-shift keying for the cassette.
Wozniak's open design and the Apple II's multiple expansion slots permitted a wide variety of third-party devices, including Apple II peripheral cards such as Serial controllers, display controllers, memory boards, hard disks, and networking components. There were plug-in expansion cards – such as the ''Z80-card'' – that permitted the Apple to use the Z80 processor and run a multitude of programs developed under the CP/M operating system, including the dBase II database and the WordStar word processor. There was also a third-party 6809 card that would allow OS-9 Level One to be run. The Mockingboard sound card greatly improved audio capabilities, allowing simple music synthesis and text-to-speech functions. Eventually, Apple II accelerator cards were created to double or quadruple the computer's speed.
The Apple II Plus was otherwise identical to the original Apple II. The smaller memory sizes were no longer available, so the II Plus always had a total of 48 kB of RAM, expandable to 64 kB by means of the "language card", a 16 kB RAM expansion card that could be installed in the computer's slot 0. The Apple's 6502 microprocessor could support up to 64 kB of memory, and a machine with 48 kB RAM reached this limit because of the additional 12 kB of read-only memory and 4 kB of I/O addresses. For this reason, the extra RAM in the language card was bank-switched over the machine's built-in ROM, allowing code loaded into the additional memory to be used as if it actually were ROM. Users could thus load Integer BASIC into the language card from disk and switch between the Integer and Applesoft dialects of BASIC with DOS 3.3's INT and FP commands just as if they had the BASIC ROM expansion card. The language card was also required to use the UCSD Pascal and FORTRAN 77 compilers, which were released by Apple at about the same time. These ran under the UCSD p-System operating system, which had its own disk format and emitted code for a "virtual machine" rather than the actual 6502 processor. The UCSD P-system had a curious approach to memory management, which became even more curious on the Apple III. A fine collector's item, often reported values in excess of $400 at antique shows.
A TEMPEST approved version of the Apple II Plus called the Microfix was developed in 1980 by the Georgia Tech Research Institute for U.S. Army FORSCOM. Fielded in 1982, the Microfix system was the first tactical system using video disk (Laserdisk) map technology providing zoom and scroll over map imagery coupled with a point database of intelligence data such as order of battle, airfields, roadways, and bridges.
The Apple II Plus was followed in 1983 by the Apple IIe, a cost-reduced yet more powerful machine that used newer chips to reduce the component count and add new features, such as the display of upper and lowercase letters and a standard 64 kB of RAM.
The IIe RAM was configured as if it were a 48 kB Apple II Plus with a language card; the machine had no slot 0, but instead had an auxiliary slot that for most practical purposes took the place of slot 3, the most commonly used slot for 80-column cards in the II Plus.
The auxiliary slot could accept a 1 kB memory card to enable the 80-column display. This card contained only RAM; the hardware and firmware for the 80-column display was built into the Apple IIe, remaining fairly compatible with the older Videx-style cards, even though the low-level details were very different. An "extended 80-column card" with more memory expanded the machine's RAM to 128 kB.
As with the language card, the memory in the 80-column card was bank-switched over the machine's main RAM; this made the memory better suited to data storage than to running software, and in fact the ProDOS operating system, which was introduced with the Apple IIe, would automatically configure this memory as a RAM disk upon booting.
Third-party aux-slot memory cards later allowed expansion up to 1 MB. The 80-column card also enabled one new graphics mode, Double Lo-Res (80×48 pixels). The extended 80-column card enabled two, Double Lo-Res and Double Hi-Res (560×192 pixels). Both modes doubled the horizontal resolution in comparison to the standard Lo-Res (40×48) and Hi-Res (280×192) Modes; in the case of Double Hi-Res, the number of available colors was increased as well, from 6 to 15. Apple IIe's from the very first production run cannot use Double Hi-Res. Neither of these modes was directly supported by the built-in BASIC, however, so the user had to resort to the use of lots of POKE and CALL commands in BASIC, or assembly language programming, or one of a number of software Toolkits to exploit these modes.
While it was possible for software to switch out the 80-column firmware, making the firmware of a card in slot 3 available with a card in the auxiliary slot, it was not a common thing to do. However, even with the 80-column firmware enabled, slot 3's I/O memory range was still usable, giving it approximately the capability of slot 0 on a II or II plus. This meant that it actually was possible to use slot 3 for things, such as coprocessor cards and language cards, that did not use slot firmware space.
Introduced with the IIe was the DuoDisk, essentially two Disk II 5.25-inch drives in a single enclosure designed to stack between the computer and the monitor, and a new controller card to run it. This controller was (by design) functionally identical to the original Disk II controller but used a different connector, allowing a single cable to control both drives in the DuoDisk. The DuoDisk was plagued by reliability problems, however, and did not catch on as well as the Apple IIe itself.
The Apple IIe was the most popular Apple II ever built and was widely considered the "workhorse" of the line. It also has the distinction of being the longest-lived Apple computer of all time – it was manufactured and sold with only minor changes for nearly 11 years. In that time, following the original, two important variations were introduced known as the Enhanced IIe (four new replacement chips to give it some of the features of the later model Apple IIc, including an upgraded processor called the 65C02) and the Platinum IIe (a modernized new look for the case color to match other Apple products of the era, along with the addition of a built-in numeric keypad). An Enhanced IIe with 128 kB of RAM can be considered the minimum requirement for running most Apple II software released after about 1988.
Two and a half years before the Apple IIe, Apple had produced and marketed a computer called the ''Apple III'' for business users. This product was not a success, and Steve Wozniak has been quoted as saying that the Apple III had a 100% failure rate – every single machine manufactured had some kind of fault (a famous Apple technical bulletin recommended dropping the machine vertically onto a table to re-seat the DIP chips in their loose sockets). Still, many of its features were carried over in the design of the Apple IIe, without the manufacturing flaws that led to failures in the Apple III. Among them was the ProDOS operating system, which was based on Apple III's Sophisticated Operating System (SOS).
Apple released the Apple IIc in April 1984, billing it as a portable Apple II, because it could be easily carried, though unlike modern portables it lacked a built-in display and battery. The IIc even sported a carrying handle that folded down to prop the machine up into a typing position. It was the first of three Apple II models to be made in the Snow White design language, and the only one that used its unique creamy off-white color. (The other Snow White computers from the Apple II series, the IIGS and the IIc Plus, were light gray, called "Platinum" by Apple.)
The Apple IIc was the first Apple II to use the 65C02 low-power variant of the 6502 processor, and featured a built-in 5.25-inch floppy drive and 128 kB RAM, with a built-in disk controller that could control external drives, composite video (NTSC or PAL), serial interfaces for modem and printer, and a port usable by either a joystick or mouse. Unlike previous Apple II models, the IIc had no internal expansion slots at all, this being the means by which its compact size was attained. Third parties did eventually figure out how to wedge up to 1 MB of additional memory and a real-time clock into the machine, and a later revision of the motherboard provided an expansion slot that could accept an Apple memory card bearing up to 1 MB of RAM. The disk port, originally intended for a second 5.25-inch floppy drive, eventually was able to interface to 3½-inch disk drives and (via third parties) even hard disks.
To play up the portability, two different monochrome LCD displays were sold for use with the IIc's video expansion port, although both were short-lived due to high cost and poor legibility. (An Apple IIc with the smaller of these displays appeared briefly in the film ''2010''.) The IIc had an external power supply that converted AC power to 12 V DC, allowing third parties to offer battery packs and automobile power adapters that connected in place of the supplied AC adapter.
The Apple IIc (in its American version) was the first microcomputer to include support for the Dvorak Simplified Keyboard, which was activated using a switch above the keyboard. This feature was also later found in late-model American Apple IIe computers (though the switch was inside the computer) and in the Apple IIGS (accessible via the built-in control panel). The international models used the same mechanism to switch between the localized and the American keyboard layouts, but did not offer Dvorak.
The next member of the line was the Apple IIGS computer, released on September 15, 1986. A radical departure from the existing Apple II line, the IIGS featured a true 16-bit microprocessor, the 65C816, operating at with 24-bit addressing, allowing expansion up to 8 MB of RAM without the bank-switching hassles of the earlier machines (RAM cards with more than 4 MB were never directly supported by Apple). It introduced two completely new graphic modes sporting higher resolutions and a palette of 4,096 colors; however, only 4 (at 640×200 resolution) or 16 (at 320×200 resolution) colors could be used on a single line at a time, although a technique known as ''dithering'' was often employed in software to increase the number of perceived colors.
In a departure from earlier Apple II graphics modes, the new modes laid out the scanlines sequentially in memory. However, programmers in search of a graphics challenge could always turn to 3200-color mode, which involved precisely swapping in a different 16-color palette for each of the screen's 200 scanlines as the monitor's electron beam traced the screen line by line. This exotic technique did not leave many CPU cycles available for other processing, so this "mode" was best suited to displaying static images.
The Apple IIGS stood out from any previous (or future) Apple II models, evolving and advancing the platform into the next generation of computing while still maintaining near-complete backward compatibility. The secret of the Apple IIGS's compatibility was a single chip called the Mega II, which contained the functional equivalent of an entire Apple IIe computer (sans processor). This, combined with the flawless 65C02 emulation mode of the 65C816 processor, provided full support for legacy software.
The computer also included a 32-voice Ensoniq 5503, 'wavetable' sample-based music synthesizer chip with 64 kB dedicated RAM, 256 kB of standard RAM, built-in peripheral ports (switchable between IIe-style card slots and IIc-style onboard controllers for disk drives, mouse, RGB video, and serial devices), built-in AppleTalk networking, and a ROM toolbox that supported a graphical user interface derived from the Macintosh toolbox. The computer could run existing 8-bit Apple II software (including software written for the very first Apple II in Integer BASIC), but also supported 16-bit software running under a new OS first called ProDOS 16 and later called GS/OS. The new OS eventually included a Finder that could be used for managing disks and files and opening documents and applications, along with desk accessories – just like the Macintosh. The 16-bit operating system would automatically switch to the text display and downshift to 8-bit mode to run legacy software, while offering a consistent, Macintosh-like graphical interface for native 16-bit applications. Eventually, the IIGS gained the ability to read and write Macintosh disks and, through third-party software, even multitasking (both cooperative and preemptive, the latter in the form of a Unix-type shell), outline TrueType font support, and in one case, even real-time 3D gaming using texture mapping.
The first 50,000 Apple IIGS computers came with Steve Wozniak's "''Woz''" signature silkscreened on the front and were referred to as the "''Woz Limited Edition''". These machines are not functionally different from machines from the same time period without the signature.
The final Apple II model was the Apple IIc Plus introduced in 1988. It was the same size and shape as the IIc that came before it, but the 5.25-inch floppy drive had been replaced with a 3½-inch drive, the power supply was moved inside (gone was the IIc's "brick on a leash" power supply), and the processor was a fast 65C02 processor that actually ran 8-bit Apple II software faster than the IIGS. (Third-party accelerators for other models could, however, go as fast as , and IIGS accelerators would eventually reach .) The IIc Plus's accelerator was derived from a design licensed from Zip Technologies, a third-party maker of accelerators for the Apple II, though Apple used separate chips instead of combining the processor, cache, and supporting logic on a multi-chip module as did Zip. Like later models of the original Apple IIc, the IIc Plus included a memory expansion slot that would accept a daughter-card carrying up to a megabyte of RAM. The IIc Plus also featured a new keyboard layout that matched the Platinum IIe and IIGS. Unlike the IIe, IIc and IIGS, the IIc Plus came only in one version (American) and was not officially sold anywhere outside the USA.
Many perceived the IIc Plus as Apple's attempt to compete with the Laser 128EX/2, a popular third party Apple-compatible machine that also had an accelerated processor and a built-in 3.5-inch drive. There were few other rational explanations for Apple expending resources on the continued development of a new 8-bit Apple II model rather than furthering the 16-bit Apple IIGS. However, with its 3.5-inch drive and speedy processor, it was an excellent, compact machine for running the AppleWorks integrated productivity package, especially with the 1 MB memory upgrade.
Although not an extension of the Apple II line, in 1990 the Apple IIe Card, an expansion card for the LC line of Macintosh computers, was released. Essentially a miniaturized Apple IIe computer on a card (using the Mega II chip from the Apple IIGS), it allowed the Macintosh to run 8-bit Apple IIe software through hardware emulation (although video was emulated in software and was slower at times than a IIe). Many of the LC's built-in Macintosh peripherals could be "borrowed" by the card when in Apple II mode (i.e. extra RAM, 3.5-inch floppy, AppleTalk networking, hard disk). The IIe card could not, however, run software intended for the 16-bit Apple IIGS. The Macintosh LC with IIe Card was intended to replace the Apple IIGS in schools and homes and was presumably the reason a new model Apple IIGS that was confirmed by insiders to be in development at one point was cancelled and never released.
Apple continued to sell Apple II systems alongside the Macintosh until terminating the IIGS in December, 1992 and the IIe in November, 1993.
Apple ran the first advertisement for the Apple II in the July 1977 edition of ''Byte'' – a two-page spread ad titled "Introducing the Apple II" and followed by a third page that was an order form. The first brochure, was entitled "Simplicity" and the copy in both the ad and brochure pioneered "demystifying" language intended to make the new idea of a home computer more "personal." The Apple II introduction ad was later run in the September 1977 issue of ''Scientific American''.
For the Apple IIc, Apple wanted an advertisement to demonstrate the power of the machine despite its small size; they ran a memorable television commercial featuring a high-rise office building in which they claimed with words and images that the IIc had all the power necessary to run a large building, suggesting that it had more than enough power for the home user. (This ad, along with the ''1984'' Macintosh ad, was featured in a Marketing telecourse run on PBS.)
Apple later aired eight television commercials for the Apple IIGS, emphasizing its benefits to education and students, along with some print ads.
Towards the end of 1982, art director Brent Thomas and Steve Hayden came up with the idea of doing an advertising campaign based on the timely tagline "Why 1984 will not be like 1984". Chiat-Day shopped it around to a number of clients, including Apple, where it was proposed to be used for a print ad in the Wall Street Journal promoting the Apple II. However, Apple did not go for it, and the idea was filed away until the spring of 1983, when they met with the Macintosh marketing team to start working on the launch, which was scheduled for January 1984. The idea eventually became the famous ''1984'' commercial which aired during the third quarter at Super Bowl XVIII.
The Apple II was frequently cloned, both in the United States and abroad – similar cloning of the IBM PC later occurred. According to some sources (see below), more than 190 different models of Apple II clones were manufactured. Many of these had "fruit" names (for example, "Pineapple") to indicate to the initiated that they were Apple II clones. Well known in the Soviet Bloc were the Agat, an oversized Russian Apple II clone with a Cyrillic character set, and Bulgarian Pravetz series 8, a close Apple II replica with Cyrillic support.
Basis, a German company, created the Basis 108, a clone for the Apple II that included both a 6502 processor and the Zilog Z80, allowing it to run the CP/M operating system as well as most Apple II software. This machine was unusual in that it was housed in a heavy cast aluminum chassis. The Basis 108 was equipped with built-in Centronics (parallel) and RS232c (serial) ports, as well as the standard six Apple II compatible slots. Unlike the Apple II it came with a detached full-stroke keyboard (AZERTY/QWERTY) of 100 keys plus 15 functions keys and separate numeric and editing keypads.
A Bosnian (at the time part of Yugoslavia) company named IRIS Computers (sub company of biggest electric company in Bosnia and Herzegovina and Yugoslavia ENERGOINVEST) has produced Apple II clones since the early 1980s. Their official brand name was IRIS 8. They were very expensive and hard to obtain and were produced primarily for usage in early computerized digital telephone systems and for education. Their usage in offices of the state companies, R&D; labs and in the Yugoslav army was also reported. IRIS 8 had looks of early IBM PCs – separate central unit with cooling system and two 5.25-inch disks, monitor and keyboard. Compatibility with original Apple II was complete. Elite high schools in Yugoslavia and especially Bosnia and Herzegovina were equipped with clusters of 8, 16 or 32 IRIS 8 computers connected in local network administrated by IRIS 16 PC clone. The number of IRIS 8's produced could be as many as a couple of tens of thousands.
An Australian-produced clone of the Apple II was the Medfly, named after the Mediterranean fruit fly that attacks apples. The Medfly computer featured a faster processor, more memory, detached keyboard, lower and upper case characters and a built-in disk controller.
Unitron, a Brazilian company, produced another clone, named ApII. Unitron used a copy of the Apple's ROM translated to Portuguese. The operating system was Apple's DOS 3.3 translated to Portuguese. During this period, it was illegal to import microcomputers in Brazil, and buying those (illegal) clones was the only way to have a microcomputer. Unitron stopped manufacturing the ApII a few years after the introduction of IBM PC clones in Brazil.
The Ace clones from Franklin Computer Corporation are the best known and had the most lasting impact, as Franklin copied Apple's ROMs and software and freely admitted to doing so. Franklin's argument: a computer's ROM was simply a pattern of switches locked into a fixed position, and one cannot copyright a pattern of switches. Apple fought Franklin in court for about five years to get its clones off the market, and was ultimately successful when a court ruled that software stored in ROM was in fact copyrightable in the U.S. (See Apple Computer, Inc. v. Franklin Computer Corp.) Franklin later released non-infringing but less-compatible clones; these could run ProDOS and AppleWorks and had an Applesoft-like BASIC, but compatibility with other software was hit-or-miss.
Apple also challenged VTech's Laser 128, an enhanced clone of the Apple IIc first released in 1984, in court. This suit proved less fruitful for Apple, because VTech had reverse-engineered the Monitor ROM rather than copying it and had licensed Applesoft BASIC from its creator, Microsoft. Apple had neglected to obtain exclusive rights to the Applesoft dialect of BASIC from Microsoft; VTech was the first cloner to license it. The Laser 128 proved popular and remained on the market for many years, both in its original form and in accelerated versions that ran faster than . Although it was not 100% compatible with the Apple II, it was close, and its popularity ensured that most major developers tested their software on a Laser as well as on genuine Apple machines. Because it was frequently sold via mail order and mass-market retailers such as Sears, the Laser 128 may have cut into the sales of low-cost competitors such as Commodore Business Machines as much as it did Apple's.
While the first Apple II clones were generally exact copies of their Apple counterparts that competed mainly on price, many clones had extra capabilities too. A Franklin model, the Ace 1000, sported a numeric keypad and lower-case long before these features were added to the Apple II line. The Laser 128 series is sometimes credited with spurring Apple to release the Apple IIc Plus; the built-in 3½-inch drive and accelerated processor were features Laser had pioneered. The Laser 128 also had a IIe-style expansion slot on the side that could be used to add peripheral cards.
Bell & Howell, an audiovisual equipment manufacturer whose products (particularly film projectors) were ubiquitous in American schools, offered what appeared at first glance to be an Apple II Plus clone in a distinctive black plastic case. However, these were in fact real Apple II Plus units manufactured by Apple for B&H; for a brief period of time. Many schools had a few of these Black Apple or Black "Darth Vader" Apples in their labs.
ITT created an Apple II Plus-compatible for the European market called the ITT 2020 (Europlus). This machine was built under license from Apple. It has the same shape as the Apple II but a different color (matte silver), and is not an exact copy functionally.
Syscom 2 Inc (from Carson City, NV) created the Syscom 2 Apple ][+ clone. The case looked nearly identical. They had 48 k RAM and the normal expansion capabilities. These clones also supported lower case characters, toggled with a ^O keystroke.
An unknown company produced a clone called the RX-8800. One new feature it had was a numeric keypad.
Although not technically a clone, Quadram produced an add-in ISA card, called the Quadlink, that provided hardware emulation of an Apple II+ for the IBM PC. The card had its own 6502 CPU and dedicated 80 K RAM (64 K for applications, plus 16 K to hold a reverse-engineered Apple ROM image, loaded at boot-time), and installed "between" the PC and its floppy drive(s), color display, and speaker, in a pass-through configuration. This allowed the PC to operate in a dual-boot fashion: when booted through the Quadlink, the PC could run the majority of II software, and read and write Apple-formatted floppies through the standard PC floppy drive. Because it had a dedicated processor, rather than any form of software emulation, this system ran at nearly the same speed as an equivalent Apple machine. Another company, Diamond Computer Systems, produced a similar card called the Trackstar, that had both a 6502 and a Z80, allowing use of software for both Apple DOS and Apple CP/M. The Trackstar also had a connector allowing use of an actual Apple floppy drive, which enhanced its compatibility with software that took advantage of Apple hardware for copy-protection.
The Disk II floppy drive used 5.25-inch floppy disks. The first disk operating systems for the Apple II were DOS 3.1 and DOS 3.2, which stored 113.75 kB on each disk, organized into 35 tracks of 13 256-byte sectors each. After about two years, DOS 3.3 was introduced, storing 140 kB thanks to a minor firmware change on the disk controller that allowed it to store 16 sectors per track. (This upgrade was user-installable on older controllers.) After the release of DOS 3.3, the user community discontinued use of DOS 3.2 except for running legacy software. Programs that required DOS 3.2 were fairly rare; however, as DOS 3.3 was not a major architectural change aside from the number of sectors per track, a program called MUFFIN was provided with DOS 3.3 to allow users to copy files from DOS 3.2 disks to DOS 3.3 disks.
On a DOS 3.x disk, tracks 0, 1, and most of track 2 were reserved to store the operating system. (It was possible, with a special utility, to reclaim most of this space for data if a disk did not need to be bootable.) A short ROM program on the disk controller had the ability to seek to track zero – which it did without regard for the read/write head's current position, resulting in the characteristic "chattering" sound of a Disk II boot, which was the read/write head hitting the rubber stop block at the end of the rail – and read and execute code from sector 0. The code contained in there would then pull in the rest of the operating system. DOS stored the disk's directory on track 17, smack in the middle of the 35-track disks, in order to reduce the average seek time to the frequently-used directory track. The directory was fixed in size and could hold a maximum of 105 files. Subdirectories were not supported.
Most game publishers did not include DOS on their floppy disks, since they needed the memory it occupied more than its capabilities; instead, they often wrote their own boot loaders and read-only file systems. This also served to discourage "crackers" from snooping around in the game's copy-protection code, since the data on the disk was not in files that could be accessed easily.
Some third-party manufacturers produced floppy drives that could write 40 tracks to most 5.25-inch disks, yielding 160 kB of storage per disk, but the format did not catch on widely, and no known software was published on 40-track media. Most drives, even Disk IIs, could write 36 tracks; simple modifications to DOS for formatting the extra track were common.
Incidentally, although the Apple Disk II stored 140 kB on single-sided, "single-density" floppy disks, it was very common for Apple II users to extend the capacity of a floppy disk to 280 kB – by cutting out a second write-protect notch on the side of the disk using a "disk notcher" (although a simple hole puncher would do) and inserting the disk flipped over. Early on, diskette manufacturers routinely warned that this technique would damage the read/write head of the drives or wear out the disk faster, and these warnings were frequently repeated in magazines of the day. In practice, however, this method was an inexpensive way to store twice as much data for the same amount of money, and was widely used for commercially released floppies as well.
Later, Apple IIs were able to use 3.5-inch disks with a total capacity of 800 kB and hard disks. DOS 3.3 did not support these drives natively; third-party software was required, and disks larger than about 400 kB had to be split up into multiple "virtual disk volumes." ProDOS, a 1983 descendent of the Apple ///'s SOS, became the Apple II operating system of choice for users with these larger disks thanks to its native support of volumes up to 32 MB in size and the fact that AppleWorks required it.
In addition, an active retrocomputing community of vintage Apple II collectors and users, continue to restore, maintain and develop hardware and software for daily use of these original computers. Numerous websites and support groups exist for these enthusiasts who engage in the trade and purchase for their collections, increasingly rare parts and systems. Hardly a dead platform, the Apple II has a worldwide network of kindred spirits actively engaged in preserving this otherwise outdated technology and indeed regularly attracts, new younger members who continue to keep the platform alive long after it was discontinued by Apple. There is still a small annual convention, KansasFest, dedicated to the platform.
The success of the Apple II in business spurred IBM to create the IBM PC, which was then purchased by middle managers in all lines of business to run spreadsheet and word processing software, at first ported from Apple II versions; later, whole new application software dynasties would be founded on the PC. The popularity of these PCs and their clones then transformed business again with LAN applications such as e-mail and later Internet applications such as Usenet and the WWW.
The first Apple II's shipped with an ''Apple II Reference Manual'' containing a complete schematic of the entire computer's circuitry and a complete source listing of the "Monitor" ROM firmware that served as the machine's BIOS (later this guide had to be purchased separately, and in the case of the Apple IIGS, the full technical documentation ran to several volumes). The Apple II's slots, allowing any peripheral card to take control of the bus and directly access memory, enabled an independent industry of card manufacturers who together created a flood of hardware products that let users build systems that were far more powerful and useful (at a lower cost) than any competing system, most of which were not nearly as expandable and were universally proprietary. Even the game port was unusually powerful and could be used for digital and analog input and output; one hacker (Don Lancaster) used it to drive a LaserWriter printer.
Category:1977 introductions Apple II computers Category:Steve Jobs
bs:Apple II bg:Apple II ca:Apple II cs:Apple II da:Apple II de:Apple II es:Apple II eo:Apple II fr:Apple II ko:애플 II hr:Apple II is:Apple II it:Apple II he:Apple II ka:Apple II la:Apple II ms:Siri Apple II nl:Apple II-familie ja:Apple II no:Apple II nn:Apple II pl:Apple II pt:Apple II ru:Apple II sk:Apple II sr:Apple II sh:Apple II fi:Apple II sv:Apple II uk:Apple II zh:Apple IIThis text is licensed under the Creative Commons CC-BY-SA License. This text was originally published on Wikipedia and was developed by the Wikipedia community.
The first Apple II computers went on sale on June 5, 1977 with a MOS Technology 6502 microprocessor running at 1 MHz, 4 KB of RAM, an audio cassette interface for loading programs and storing data, and the Integer BASIC programming language built into the ROMs. The video controller displayed 24 lines by 40 columns of monochrome, upper-case-only (the original character set matches ASCII characters 0x20 to 0x5F) text on the screen, with NTSC composite video output suitable for display on a TV monitor, or on a regular TV set by way of a separate RF modulator. The original retail price of the computer was US$1298 (with 4 kB of RAM) and US$2638 (with the maximum 48 kB of RAM). To reflect the computer's color graphics capability, the Apple logo on the casing was represented using rainbow stripes, which remained a part of Apple's corporate logo until early 1998. The earliest Apple II's were assembled in Silicon Valley, and later in Texas; printed circuit boards were manufactured in Ireland and Singapore.
An external 5¼-inch floppy disk drive, the Disk II, attached via a controller card that plugged into one of the computer's expansion slots (usually slot 6), was used for data storage and retrieval to replace cassettes. The Disk II interface, created by Steve Wozniak, was regarded as an engineering masterpiece for its economy of electronic components. While other controllers had dozens of chips for synchronizing data I/O with disk rotation, seeking the head to the appropriate track, and encoding the data into magnetic pulses, Wozniak's controller card had few chips; instead, the Apple DOS used software to perform these functions. The Group Code Recording used by the controller was simpler and easier to implement in software than the more common MFM. In the end, the low chip count of the controller helped make Apple's Disk II the first affordable floppy drive for personal computers. As a side effect, Wozniak's scheme made it easy for proprietary software developers to copy-protect the media on which their software shipped by changing the low-level sector format or stepping the drive's head between the tracks; inevitably, other companies eventually sold software to foil this protection. Another Wozniak optimization allowed him to omit Shugart's Track-0 sensor. When the Operating System wants to go to track 0, the controller simply moves 40 times toward the next-lower-numbered track, relying on the mechanical stop to prevent it going any further down than track 0. This process, called "recalibration", made a loud buzzing (rapid mechanical chattering) sound that often frightened Apple novices.
The approach taken in the Disk II controller was typical of Wozniak's design sensibility. The Apple II used several engineering shortcuts to save hardware and reduce costs. For example, taking advantage of the way that 6502 instructions only access memory every other clock cycle, the video generation circuitry's memory access on the otherwise unused cycles avoided memory contention issues and also eliminated the need for a separate refresh circuit for the DRAM chips. Rather than use a complex analog-to-digital circuit to read the outputs of the game controller, Wozniak used a simple timer circuit whose period was proportional to the resistance of the game controller, and used a software loop to measure the timer.
The text and graphics screens had a complex arrangement (the scanlines were not stored in sequential areas of memory) which was reputedly due to Wozniak's realization that doing it that way would save a chip; it was less expensive to have software calculate or look up the address of the required scanline than to include the extra hardware. Similarly, in the high-resolution graphics mode, color was determined by pixel position and could thus be implemented in software, saving Wozniak the chips needed to convert bit patterns to colors. This also allowed for sub-pixel font rendering since orange and blue pixels appeared half a pixel-width further to the right on the screen than green and purple pixels.
Color on the Apple II series took advantage of a quirk of the NTSC television signal standard, which made color display relatively easy and inexpensive to implement. The original NTSC television signal specification was black-and-white. Color was tacked on later by adding a 3.58-MHz subcarrier signal that was partially ignored by B&W; TV sets. Color is encoded based on the ''phase'' of this signal in relation to a reference ''color burst'' signal. The result is that the position, size, and intensity of a series of pulses define color information. These pulses can translate into ''pixels'' on the computer screen.
The Apple II display provided two pixels per subcarrier cycle. When the color burst reference signal was turned on and the computer attached to a color display, it could display green by showing one alternating pattern of pixels, magenta with an opposite pattern of alternating pixels, and white by placing two pixels next to each other. Later, blue and orange became available by tweaking the offset of the pixels by half a pixel-width in relation to the colorburst signal. The high-resolution display offered more colors simply by compressing more, narrower pixels into each subcarrier cycle. The coarse, low-resolution graphics display mode worked differently, as it could output a short burst of high-frequency signal per pixel to offer more color options.
The epitome of the Apple II design philosophy was the Apple II sound circuitry. Rather than having a dedicated sound-synthesis chip, the Apple II had a toggle circuit that could only emit a click through a built-in speaker or a line out jack; all other sounds (including two, three and, eventually, four-voice music and playback of audio samples and speech synthesis) were generated entirely by software that clicked the speaker at just the right times. Not for nearly a decade would an Apple II be released with a dedicated sound chip (though with six expansion slots, users could add sound functionality via a soundcard like the Mockingboard). Similar techniques were used for cassette storage: the cassette output worked the same as the speaker, and the input was a simple zero-crossing detector that served as a relatively crude (1-bit) audio digitizer. Routines in the ROM were used to encode and decode data in frequency-shift keying for the cassette.
Wozniak's open design and the Apple II's multiple expansion slots permitted a wide variety of third-party devices, including Apple II peripheral cards such as Serial controllers, display controllers, memory boards, hard disks, and networking components. There were plug-in expansion cards – such as the ''Z80-card'' – that permitted the Apple to use the Z80 processor and run a multitude of programs developed under the CP/M operating system, including the dBase II database and the WordStar word processor. There was also a third-party 6809 card that would allow OS-9 Level One to be run. The Mockingboard sound card greatly improved audio capabilities, allowing simple music synthesis and text-to-speech functions. Eventually, Apple II accelerator cards were created to double or quadruple the computer's speed.
Category:1977 introductions Apple II computers
ar:أبل II fa:اپل ۲This text is licensed under the Creative Commons CC-BY-SA License. This text was originally published on Wikipedia and was developed by the Wikipedia community.
The World News (WN) Network, has created this privacy statement in order to demonstrate our firm commitment to user privacy. The following discloses our information gathering and dissemination practices for wn.com, as well as e-mail newsletters.
We do not collect personally identifiable information about you, except when you provide it to us. For example, if you submit an inquiry to us or sign up for our newsletter, you may be asked to provide certain information such as your contact details (name, e-mail address, mailing address, etc.).
When you submit your personally identifiable information through wn.com, you are giving your consent to the collection, use and disclosure of your personal information as set forth in this Privacy Policy. If you would prefer that we not collect any personally identifiable information from you, please do not provide us with any such information. We will not sell or rent your personally identifiable information to third parties without your consent, except as otherwise disclosed in this Privacy Policy.
Except as otherwise disclosed in this Privacy Policy, we will use the information you provide us only for the purpose of responding to your inquiry or in connection with the service for which you provided such information. We may forward your contact information and inquiry to our affiliates and other divisions of our company that we feel can best address your inquiry or provide you with the requested service. We may also use the information you provide in aggregate form for internal business purposes, such as generating statistics and developing marketing plans. We may share or transfer such non-personally identifiable information with or to our affiliates, licensees, agents and partners.
We may retain other companies and individuals to perform functions on our behalf. Such third parties may be provided with access to personally identifiable information needed to perform their functions, but may not use such information for any other purpose.
In addition, we may disclose any information, including personally identifiable information, we deem necessary, in our sole discretion, to comply with any applicable law, regulation, legal proceeding or governmental request.
We do not want you to receive unwanted e-mail from us. We try to make it easy to opt-out of any service you have asked to receive. If you sign-up to our e-mail newsletters we do not sell, exchange or give your e-mail address to a third party.
E-mail addresses are collected via the wn.com web site. Users have to physically opt-in to receive the wn.com newsletter and a verification e-mail is sent. wn.com is clearly and conspicuously named at the point of
collection.If you no longer wish to receive our newsletter and promotional communications, you may opt-out of receiving them by following the instructions included in each newsletter or communication or by e-mailing us at michaelw(at)wn.com
The security of your personal information is important to us. We follow generally accepted industry standards to protect the personal information submitted to us, both during registration and once we receive it. No method of transmission over the Internet, or method of electronic storage, is 100 percent secure, however. Therefore, though we strive to use commercially acceptable means to protect your personal information, we cannot guarantee its absolute security.
If we decide to change our e-mail practices, we will post those changes to this privacy statement, the homepage, and other places we think appropriate so that you are aware of what information we collect, how we use it, and under what circumstances, if any, we disclose it.
If we make material changes to our e-mail practices, we will notify you here, by e-mail, and by means of a notice on our home page.
The advertising banners and other forms of advertising appearing on this Web site are sometimes delivered to you, on our behalf, by a third party. In the course of serving advertisements to this site, the third party may place or recognize a unique cookie on your browser. For more information on cookies, you can visit www.cookiecentral.com.
As we continue to develop our business, we might sell certain aspects of our entities or assets. In such transactions, user information, including personally identifiable information, generally is one of the transferred business assets, and by submitting your personal information on Wn.com you agree that your data may be transferred to such parties in these circumstances.