Jump to content

Apple II (original): Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
Minor Grammatical change
Line 8: Line 8:
The '''Apple II''' (styled as '''apple ][''') is an [[8-bit]] [[home computer]], one of the first highly successful mass-produced [[microcomputer]] products,<ref>{{cite web|last=Reimer |first=Jeremy |url=http://arstechnica.com/articles/culture/total-share.ars/3 |title=Total share: 30 years of personal computer market share figures |publisher=Ars Technica |date=December 14, 2005 |accessdate=May 25, 2010}}</ref> designed primarily by [[Steve Wozniak]], manufactured by Apple Computer (now [[Apple Inc.]]) and introduced in 1977. It is the first model in a [[Apple II series|series of computers]] which were produced until [[Apple IIe]] production ceased in November 1993.<ref>{{cite web|author=Steven Weyhrich |url=http://apple2history.org/history/appy/ahb5.html |title=1990-1995 |publisher=Apple II History |date=May 16, 2003 |accessdate=May 25, 2010}}</ref>
The '''Apple II''' (styled as '''apple ][''') is an [[8-bit]] [[home computer]], one of the first highly successful mass-produced [[microcomputer]] products,<ref>{{cite web|last=Reimer |first=Jeremy |url=http://arstechnica.com/articles/culture/total-share.ars/3 |title=Total share: 30 years of personal computer market share figures |publisher=Ars Technica |date=December 14, 2005 |accessdate=May 25, 2010}}</ref> designed primarily by [[Steve Wozniak]], manufactured by Apple Computer (now [[Apple Inc.]]) and introduced in 1977. It is the first model in a [[Apple II series|series of computers]] which were produced until [[Apple IIe]] production ceased in November 1993.<ref>{{cite web|author=Steven Weyhrich |url=http://apple2history.org/history/appy/ahb5.html |title=1990-1995 |publisher=Apple II History |date=May 16, 2003 |accessdate=May 25, 2010}}</ref>


In 2013, after more than 35 years of Apple II released, the original DOS source code can be seen at the Computer History Museum and its website. Paul Laughton the creator of the code has donated it.<ref>{{cite web |url=http://www.engadget.com/2013/11/13/apple-ii-dos-source-code-museum/ |title=Apple II's 35-year-old operating system is now open to the public |date=November 13, 2013}}</ref>
In 2013, after more than 35 years of Apple II released, the original DOS source code can be seen at the Computer History Museum and its website. Paul Laughton, the creator of the code has donated it.<ref>{{cite web |url=http://www.engadget.com/2013/11/13/apple-ii-dos-source-code-museum/ |title=Apple II's 35-year-old operating system is now open to the public |date=November 13, 2013}}</ref>


==History==
==History==

Revision as of 01:52, 24 November 2013

Apple-II computer on display at the private Musée Bolo[1] from the École Polytechnique Fédérale de Lausanne in Lausanne.
An Apple II computer with an external modem

The Apple II (styled as apple ][) is an 8-bit home computer, one of the first highly successful mass-produced microcomputer products,[2] designed primarily by Steve Wozniak, manufactured by Apple Computer (now Apple Inc.) and introduced in 1977. It is the first model in a series of computers which were produced until Apple IIe production ceased in November 1993.[3]

In 2013, after more than 35 years of Apple II released, the original DOS source code can be seen at the Computer History Museum and its website. Paul Laughton, the creator of the code has donated it.[4]

History

The earliest Apple IIs were assembled in Silicon Valley, and later in Texas;[5] printed circuit boards were manufactured in Ireland and Singapore. The first computers went on sale on June 10, 1977[6][7] with a MOS Technology 6502 microprocessor running at 1 MHz, two game paddles,[8] 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 20h to 5Fh) 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 $1,298 USD[9] (with 4 kB of RAM) and $2,638 USD (with the maximum 48 kB of RAM).[10] To reflect the computer's color graphics capability, the Apple logo on the casing was represented using rainbow stripes,[11] which remained a part of Apple's corporate logo until early 1998.

Overview

The original Apple II used data cassette storage like other microcomputers of the time. In 1978 they introduced 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), which 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.[12][13]

The approach taken in the Disk II controller was typical of Wozniak's designs. 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.[14]

Display and graphics

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 color-burst 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 pattern of dots per pixel to offer more color options. These patterns were stored in the character generator ROM and replaced the text character bit patterns when the computer was switched to low-res graphics mode. The text mode and low-res graphics mode used the same memory region and the same circuitry was used for both.

Sound

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. It was nearly a decade before an Apple II was released with a dedicated sound chip (though with six expansion slots, users could add sound functionality with various sound cards). 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.

Third-party devices and applications

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, networking components, and realtime clocks. There were plug-in expansion cards – such as the Z80-card[15] – that permitted the Apple to use the Z80 processor and run a multitude of programs developed under the CP/M operating system,[15] 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. Third-party sound cards 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.

Power source

Wozniak, whose passion was circuitry, didn't concern himself with the issue of heat. But the power source necessary to keep all those circuits functioning can make a lot of heat, requiring a fan for cooling. Steve Jobs thought fans an inelegant, low-tech contraption and looked for someone who could come up with a better one.[citation needed]

Rod Holt is credited (for example in the Walter Isaacson biography of Jobs) with the solution. Holt employed a Switched-mode power supply design. This generated far less unwanted heat than a linear power supply, which most other home computers of the time used.[citation needed]

Isaacson quotes Wozniak saying that this was not something he could have done. "I only knew vaguely what a switching power supply was."[citation needed]

Reception

After seeing a crude, wire-wrapped prototype demonstrated by Steve Wozniak and Steve Jobs in November 1976,[8] BYTE predicted in April 1977 that the Apple II "may be the first product to fully qualify as the 'appliance computer' ... a completed system which is purchased off the retail shelf, taken home, plugged in and used". The computer's color graphics capability especially impressed the magazine.[16] In the following issue, BYTE published a detailed description by Wozniak of his design; the article began, "To me, a personal computer should be small, reliable, convenient to use and inexpensive".[17] The magazine published a favorable review of the computer in March 1978, concluding that "For the user that wants color graphics, the Apple II is the only practical choice available in the 'appliance' computer class".[8]

See also

References

  1. ^ "Musée Bolo". École Polytechnique Fédérale de Lausanne. Retrieved October 23, 2011.
  2. ^ Reimer, Jeremy (December 14, 2005). "Total share: 30 years of personal computer market share figures". Ars Technica. Retrieved May 25, 2010.
  3. ^ Steven Weyhrich (May 16, 2003). "1990-1995". Apple II History. Retrieved May 25, 2010.
  4. ^ "Apple II's 35-year-old operating system is now open to the public". November 13, 2013.
  5. ^ Rose, Frank (1989). West of Eden. Arrow Books. p. 3. ISBN 0-09-976200-5.
  6. ^ "June 10, 1977 - Apple II Released Today". This Day in History. Mountain View, CA: Computer History Museum. Retrieved August 3, 2012. June 10, 1977 was a Friday.
  7. ^ Weyhrich, Steven. "4-The Apple II, cont. - Product Introduction". Apple II History. Apple2History.org. Retrieved August 3, 2012. The first motherboard-only Apple II computers shipped on May 10, 1977, for those who wanted to add their own case, keyboard, and power supply (or wanted to update their Apple-1 'system' with the latest and greatest). A month later, on June 11, 1977, Apple began shipping full Apple II systems.
  8. ^ a b c Helmers, Carl (March 1978). "An Apple to Byte". BYTE. p. 18. Retrieved October 17, 2013.
  9. ^ Forster, Winnie (2005). The encyclopedia of consoles, handhelds & home computers 1972 – 2005. GAMEPLAN. p. 19. ISBN 3-00-015359-4.
  10. ^ 1977 Apple II price list A-VIDD Electronics Co., 1977 Long Beach, CA.
  11. ^ Steven Weyhrich (April 21, 2002). "4-The Apple II, cont". Apple II History. Retrieved November 16, 2006.
  12. ^ Steven Weyhrich (December 28, 2001). "5-The Disk II". Apple II History. Archived from the original on December 1, 2006. Retrieved November 16, 2006. {{cite web}}: Unknown parameter |deadurl= ignored (|url-status= suggested) (help)
  13. ^ Freiberger, Paul; Swaine, Michael (January 1985). Fire In The Valley, Part Two (Book excerpt). p. 45. {{cite book}}: |work= ignored (help)
  14. ^ Gibson, Steve. "The origins of sub-pixel font rendering". Gibson Research Corporation. Archived from the original on July 21, 2006. Retrieved August 4, 2006. {{cite web}}: Unknown parameter |deadurl= ignored (|url-status= suggested) (help)
  15. ^ a b Petersen, Marty (February 6, 1984). "Review: Premium Softcard IIe". InfoWorld (Vol. 6, Num. 6). InfoWorld Media Group: 64. Several manufacturers, however, make Z80 coprocessor boards that plug into the Apple II. {{cite journal}}: |issue= has extra text (help)
  16. ^ Helmers, Carl (April 1977). "A Nybble on the Apple". BYTE. p. 10. Retrieved October 16, 2013.
  17. ^ Wozniak, Steve (May 1977). "System Description / The Apple-II". BYTE. pp. 34–43. Retrieved October 17, 2013.
Preceded by Apple II
June 10, 1977
Succeeded by