Apple II
维库,知识与思想的自由文库
Apple II (有时亦写作Apple ][或Apple //)是苹果公司制作的第一种普及的微电脑。它的直系先祖是Apple I-一种有限的、以电路板组成的电脑。许多电子玩家基于此电脑创新了许多功能,使Apple II达到商业上的成功。自1977年于West Coast Computer Faire首次发表后,Apple II成为一种最先出先且最成功的 个人电脑。机种不同的机型先后上市贩售,而最普及的机型一直到90都年代只有些微的改变。直至1993年为止,估计共生产了5~6百万台Apple II (包括约125万台Apple IIGS models) 。
在1980~1990年代,Apple II是美国教育系统采用的实际上的标准电脑。 直至今日仍有一些还在教室里并能正常使用。Apple II在商业、家庭与学校用户之间很普及,特别是在第一款试算表- VisiCalc软件发布后。这个软件一开始只能在Apple II上运行。
苹果公司的麦金塔产品线最终在1990年代初接替了Apple II系列。但即使在麦金塔上市之后, Apple II仍然有好几年是苹果的主要收入来源:Apple II与其相关的第一方开发者与零售商社群曾是年收入逾十亿的事业。IIGS一直卖到1992年末,IIe则在 1993年10月15日从产品线上移除,象征一个时代的结束。
目录 |
[编辑] 设计
不像其他之前的微电脑,Apple II看起来更像是家用电器而不是一大块电子仪器这使它无论摆在家中、在经理的办公桌上或在教室里都不会显得突兀。它的上盖可以轻易地从米色的塑料机箱上拿起,便于更改电脑内部的硬件设置,包括主板上的8个扩充槽及内存插槽。最高可有48 KB的内存。
Apple II有彩色、高分辨率的图形显示模式,音效功能与两种基于BASIC的内置编程语言-Applesoft与Integer与其他微电脑相比,这些功能被完善记载且易于学习。Apple II开启了个人电脑革命,因为它面向大众,而不仅仅是狂人以及工程师。其上市发表与后来的普及更深刻影响了后继的许多种微电脑。Gerald VanDiver与Rolland Love 写的"VanLOVEs Apple Handbook"与"The Apple Educators Guide"披露了1500种Apple II系列可用的软件。Apple II贩售商则用这些书来向客户强调其在教育与个人使用上之软件开发基础的成长。
[编辑] 型号
- 参见电脑历史时间轴条目'
[编辑] Apple II
第一款Apple II电脑于1977年 6月5日上市,搭载MOS科技 1 MHz 6502微处理器、4KB内存以及用以读取程序及数据的录音带 判面。并在ROM中内置Integer BASIC编程语言。其视频控制器能在屏幕上显示24 行x40列的大写字母。它使用NTSC混合视频输出,适合在屏幕或接了RF模组的电视机上显示画面。它的最初零售价是1298美元1298 (4KB内存)或2638美元(内存上限可达48KB)。为了反映其彩色图像显示能力,机箱上的苹果图案着上了彩虹条纹,而这个图案随后成为苹果公司的代表图案,直到1998年初为止。[1]最早的Apple II在矽谷组装,后来移到 德州 [2];印刷电路板则在爱尔兰与新加坡生产。
在1978年,外接式的5¼英寸软驱-Disk II被用以储存及恢复数据,代替原来的录音带。它需要接在一张控制卡上,而控制卡则需插在扩充槽上(通常是第6个槽)。这个由Steve Wozniak创造的Disk II介面被认为是工程上的极品,因为它的组成零件相当便宜。[3] [4]在其他控制器需要大量芯片以在磁盘旋转时同步数据输入、输出、使读写头能正确寻轨及将数据编码转换成磁力信号时,Wozniak发明的控制器只需要少量的芯片。Apple DOS使用软件来执行这些操作。该控制器使用的Group Code Recording比更常使用的MFM方式使得以软件实现上述功能更加容易。最后,少量芯片的使用让Disk II成为第一种个人电脑用户负担得起的软驱。由此并引发了一些其他影响。Woz的方案使专有软件开发者可以利用改变低阶扇区格式或使磁头跨越轨道以达成防拷保护。但不可避免地,其他公司最后开始贩卖可以破解保护的软件。另一个Wozniak的优势使他可以忽略Shugart的第0轨侦测器。当操作系统想要去第0轨时,控制器就移到下一个较低号的轨,并继续做直到不能再移动为止:这被假定是第0轨。这个被称为"重校准"的操作会造成很大的噪音(高速机械震动),这常使Apple II的新手感到恐惧。
Wozniak使用了简单的计时电路-其周期与游戏控制器的电阻相称,并使用软件回圈以测量计时器,而不是使用复杂的类比→数码回路以判读游戏控制器的输出。
The text and graphics screens had a somewhat outdated arrangement (the scanlines were not stored in sequential areas of memory) which was reputedly due to Woz'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 Woz the chips needed to convert bit patterns to colors.
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; all other sounds (including two, three and, eventually, four-voice music and playback of audio samples and speech synthesis) were generated entirely by clever 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. 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的开放式设计与Apple II的多个扩充槽使它得以借由大量的第三方装置以扩充其功能。Apple II peripheral cards such as Serial controllers, improved display controllers, memory boards, hard disks, and networking components were available for this system in its day. There were emulator cards, such as the Z80 card that permitted the Apple to switch to 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. (At one point in the mid-1980's, more than half the machines running CP/M were Apple II's with Z80 cards.)There was also a third-party 6809 card that would allow OS-9 Level One to be run. The Mockingboard sound card greatly improved the audio capabilities of the Apple, with simple music synthesis and text-to-speech functions. Eventually, Apple II accelerator cards were created to double or quadruple the computer's speed.[编辑] Apple II Plus
Apple II最后由Apple II+接替。它在ROM中包含了Applesoft BASIC编程语言。这个由微软编写的BASIC语言曾经做为一升 套件,它支持浮点运算(但它明显比Steve Wozniak的Integer BASIC要慢)并成为Apple II系列的标准BASIC语言。
Apple II Plus共有48KB的内存,并可借由能安装在扩充槽0的16 KB内存扩充”语言卡”将内存扩充至64KB。苹果公司采用的6502微处理器支持最大64KB内存,而一台有48KB内存的机器刚好达到这个上限,因为扩充的16KB ROM与I/O地址。因此,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 a non-DOS operating system called the UCSD P-System, which had its own disk format and included a "virtual machine" that allowed it to run on many different types of hardware.
The UCSD P-system had a curious approach to memory management, which became even more curious on the Apple III.[编辑] Apple II Europlus
在第一款Apple II于美国市场取得胜利后,苹果公司于1978年开始将市场拓展到欧洲以及远东,并在Apple II Europlus上做了必要的软件、硬件与固件更改以符合美国以外地区的标准。电源供应器被修改过以支持240V电源输入,视频输出信号从NTSC改成PAL制式,键盘格式也作了更改以符合不同语言的需求。在欧洲,由于罗马字母在大部份地区皆有应用,因此键盘的改变并非难事。一个必要的修改是包含diacritical marks or accents on letters按钮。举例来说,Europlus使用修改过的ROM一些 ESC键的组合可以打出德语的umlaut符号("¨")于某些字母上(例如ä或ü)。Apple II Europlus大部份都与一般的Apple II相同。Apple II Europlus的生产于1983年终止。
[编辑] Apple IIe
1983年,Apple IIe的发表接续了Apple II+。它是一款较便宜但功能更强大的机器,采用了较新的芯片以减低成本并添加新功能。例如可显示大小写字母及有64KB内存。IIe的内存被设置成如同48KB的Apple II Plus加装语言卡。这款机型没有插槽0,但有一个提供所有使际使用的附加插槽3-在Apple II+里通常给80例卡使用。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 MiB. The 1K 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, or assembly language programming, or one of a number of software Toolkits to exploit these modes.
Introduced with the IIe was the DuoDisk, essentially two Disk II 5¼" 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 IIe itself.
The 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 eleven years. In that time, following the original, two important variations came to pass known as the Enhanced IIe (four new replacement chips to give it the same features as the later model Apple IIc, including an upgraded processor called the 65C02) and 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.
在Apple IIe推出之前2年半,苹果电脑公司为商业用户推出了Apple III。这个产品并不成功,且Steve Wozniak被引述说Apple III有100%的失败率-每一台Apple III都有一些缺陷。它的许多功能延续到后来的Apple IIe的设计上,包括基于Apple III SOS的ProDOS操作系统。
[编辑] Apple IIc
苹果电脑公司在1984年4月推出Apple IIc并以”便携式Apple II”的名义宣传它,因为它可以轻易地搬运。然而,它没有电源及内建显示器。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 was actually white. (The other Snow White computers from the Apple II series, the IIGS and the IIc Plus, were actually light gray, sometimes called "platinum" by Apple.)
The Apple IIc was the first Apple II to use the updated 65C02 processor, and featured a built-in 5.25" 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 joystick/mouse port. 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 MiB 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 MiB of RAM. The disk port, originally intended for a second 5¼" floppy drive, eventually was able to interface to 3½" 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. (A 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 12V 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).[编辑] Apple IIGS
Apple II产品线的下一个成员是在1986年推出的Apple IIGS。 A radical departure from the existing Apple II line, the IIGS featured a true 16-bit microprocessor, the 65C816, operating at 2.8 MHz with 24-bit addressing, allowing expansion up to 8 MiB of RAM without the bank-switching hassles of the earlier machines (RAM cards with more than 4 MiB were never directly supported by Apple [5]). 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. [6]
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), which, 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 wavetable music synthesizer [7] 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 [6]. 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.
前50,000Apple IIGS有Steve Wozniak的"Woz"签名silkscreened于前面板上,它们被称为"Woz限量版"。这些机器与那些没有签名的”普通版”在功能上并无不同。
[编辑] Apple IIc Plus
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¼" floppy drive had been replaced with a 3½" drive, the power supply was moved inside (gone was the IIc's "brick on a leash" power supply), and the processor was a fast 4 MHz 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 10 MHz, and IIGS accelerators would eventually reach 16 MHz.) 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 mebibyte 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, American, version, 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½" 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½" drive and speedy processor, it was an excellent, compact machine for running the AppleWorks integrated productivity package, especially with the 1 MiB memory upgrade.[编辑] Apple IIe卡
[编辑] 其他周边介面卡
由于Steve Wozniak的扩充槽设计,在80年代期间有许多公司制造了提供各种增强功能的Apple II扩充卡。其中有一家是 Applied Engineering。其中两种最普遍且最成功的卡分别是RamWorks(及其后继者RamWorks II及RamWorks III)和TransWarp卡。RamWorks III取代了Apple IIe的附加槽内存卡,加上适配的子卡可将内存扩充至3MiB。TransWarp卡则是一款能将Apple II的运行速度提升的加速卡。TransWarp可以使Apple II从原先的1MHz 提升至3.6MHz,而TransWarp II 更可提升至8MHz。The Transwarp card had the advantage of utilzing Slot 3, which was directly tied to the AUX slot and normally unusable if an 80 column card or other such card was populating the Aux Slot. Applied Engineering also developed and sold a 1.44 MB 3½" disk drive, an improvement over Apple's own 800 kB UniDisk 3½ (for the Apple IIe and IIc) and Apple 3½ Drive (for the Apple IIGS), though Apple did eventually release its own 1.44 MB drive (dubbed the SuperDrive) on the Apple IIe and IIGS. The SuperDrive was one of the last Apple II products released by Apple, and was canceled after a short time, together with the whole Apple II line. The Applied Engineering or AE drive came with its own controller card.
另外有一种苹果公司开发出的扩充卡-Apple II ProFile卡。这张卡可连接至原先是设计给Apple III使用的Apple ProFile硬盘。ProFile硬盘最初有5MB,稍后推出了10MB的款式。
[编辑] 最后几年
苹果公司的麦金塔产品线最后使Apple II在90年代初期黯然下市。但即使是在麦金塔上市之后, Apple II仍然持续数年为苹果公司的主要收入来源。这种电脑是第一种吸引了为数众多之死忠用户的电脑。许多直言的Apple II死忠对苹果公司将Apple II的收益投资在麦金塔而不是新的Apple II系列感到不是滋味。
仅管拒绝了广告与小团体支持,苹果公司仍持续贩售IIGS直到1992年。最后在1993年10月15日将IIe移出产品线,结束了一个时期。
[编辑] 销售、广告与包装
Mike Markkula, a retired Intel salesman who provided early critical funding for Apple Computer, was keen on marketing. From 1977 until 1981 Apple used the Regis McKenna agency for its advertisements and marketing. In 1981, Chiat-Day acquired Regis McKenna's advertising operations and Apple used Chiat/Day. At Regis McKenna Advertising, the team assigned to launch the Apple II consisted of Rob Janov, art director, Chip Schafer, copywriter and Bill Kelley, account executive. Janov came up with the Apple logo with a bite out of it. The design was originally an olive green with matching company logotype all in lower case. Steve Jobs insisted on promoting the color capability of the Apple II by putting rainbow stripes on the Apple logo. In its letterhead and business card implementation, the rounded "a" of the logotype echoed the "bite"; in the logo. This logo was developed simultaneously with an advertisement and a brochure; the latter being produced for distribution initially at the first West Coast Computer Faire. Ever since the original Apple II, Apple has paid high attention to its quality of packaging, partly because of Steve Jobs' personal preferences and opinions on packaging and final product appearance. [8] All of Apple's packaging for the Apple II series looked similar, featuring lots of clean white space and showing the Apple rainbow logo prominently.[9] For several years up until the 1980s, Apple used the Motter Tekkura font for packaging, until changing to the Apple Garamond font.
Apple ran the first advertisement for the Apple II in the July 1977 edition of Byte Magazine -- 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.[10]
苹果公司稍后播送了8种Apple IIGS的电视广告,强调其对教育与学生的好处,并附带一些纸本广告。[11]
[编辑] 复制品
如同IBM PC,Apple II无论在 美国或其他地区都被频繁地复制。根据某些数据显示(见下方),有超过190种Apple II复制机被制造出来。其中有许多种的名字都与水果有关(例如"凤梨")以表示它们是Apple II的复制机。在苏联集团,一种最被广泛使用的微电脑是Agat-一种较原Apple II更大的俄制复制机,支持西里尔字母输入。另一种则是保加利亚制的Pravetz series 8,一种支持西里尔字母的Apple II复制机。
波士尼亚(在当时是南斯拉夫社会主义联邦共和国的一员)的IRIS电脑公司 (波士尼亚及赫塞哥维纳最大的电子公司ENERGOINVEST的子公司)自80年代初期即开始生产Apple II复制机。它们的官方名称是IRIS 8。它们相当昂贵且难以取得。主要是做为计算机化的数字电话系统及教育使用。它们也在国营企业、R&D实验室以及南斯拉夫的军事单位中被使用。IRIS 8看起来像早期的IBM个人电脑—分离的中央零件、冷却系统、两个5¼"英寸软驱、屏幕与键盘。可完全与Apple II兼容。在南斯拉夫-特别是波士尼亚及赫塞哥维纳的顶尖高校里都装备了由IRIS 16主控的8/16或32台IRIS 8串联成的局域网。IRIS 8可能生产了32万多台。[來源請求]
一种澳洲制造的Apple II复制机-Medfly,以一种专门为害苹果的果蝇(Mediterranean fruit fly)命名。Medfly采用了较快的处理器、较多的内存,分离式的键盘、大小写输入支持与内置软驱控制器。
一家巴西的公司-Unitron,创造了另一款名叫ApII的复制机。Unitron采用了翻译成葡萄牙文的ROM与DOS 3.3。在这段期间,进口微电脑到巴西是犯法的,而购买这些(非法的)复制机是唯一可以拥有微电脑的方法。Unitron在IBM个人电脑复制机于巴西发表后的数年后停止生产ApII。
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. (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. Incredibly, Apple had neglected to obtain exclusive rights to the Applesoft dialect of BASIC from Microsoft; just as incredibly, VTech was the first cloner to bother licensing 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 1 MHz. Although it wasn't 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 on as 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.
当最早的Apple II复制机主要是将Apple II完全复制并以价位做为竟争手段时,有些复制机也添加了新的功能。Ace 1000-由Franklin公司制造的机型,比原版Apple II更早提供九宫格数字键以及大小写输入支持。Laser 128系列先提供的内置3½"软驱与较快的处理器被认为是激励苹果公司推出Apple IIc Plus的原因之一。Laser 128亦有类似IIe的扩充插槽。
[编辑] 一般资讯
[编辑] Apple II存储媒体
最早的Apple II以录音带做为存储媒介。依往Commodore Datassette生产线的录音机从未被生产出来。苹果公司在一些早期的文件中建议使用Panasonic RQ309。一开始,苹果公司与许多第一方程序开发员开发存储于录音带上的软件,但在Disk II上市后,基于录音带的软件基本上就从市场上消失了。
Disk II软驱使用5¼英寸磁盘,第一款在Apple II上应用的磁盘操作系统是DOS 3.1与DOS 3.2,它们可在每张磁盘上存储113.75kB,组织成35轨x13个256byte磁区。约在2年后,DOS 3.3发表,每张磁盘可存储140kB,因为一个磁盘控制器上的微小硬件改动,使其可存16个磁区。(用户可以自行在旧的控制器上应用这个改变。)在DOS 3.3推出后,用户除了需使用旧软件之外不再使用DOS 3.2。非DOS 3.2不可的软件相当罕见,因为DOS 3.3并不是在结构上的更改-除了每一轨的磁区。一个叫做MUFFIN的程序被与DOS 3.3一起提供以使用户可以将DOS 3.2的文件拷贝到DOS 3.3的磁盘。
稍后推出的Apple II可以使用容量800KB的3½英寸磁盘及硬盘。DOS 3.3并不能直接支持这些驱动器,而必须要透过第三方软件。大于400KB的磁/硬盘必须被切割成数个”虚拟磁盘”。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.
[编辑] "II"名称的由来
[编辑] Legacy
Today, emulators for various Apple II models are available to run Apple II software on Mac OS X, Linux, Microsoft Windows, and other operating systems. Numerous disk images of Apple II software are available free over the Internet for use with these emulators. AppleWin and MESS are among the best emulators compatible with most Apple II images. The MESS emulator supports recording and playing back of Apple II emulation sessions. The Home Action Replay Page (aka HARP) allows Apple II users to archive their favorite play sessions of the Apple II system and its games. However, many emulators cannot run software on copy-protected media, or can run only software employing fairly simple protection schemes, unless it is "cracked" (copy restrictions removed). Cracked software was widely pirated in the Apple II's heyday (with commercial cracking software such as the popular Copy II+ program being sold in stores with the purpose of "creating legitimate back-ups" of protected software), and some of it is still available, although use of such software is of questionable legality (see DMCA). For those who prefer to obtain their old software on the up-and-up, the Lost Classics Project has the goal of convincing copyright holders of classic Apple II software to officially allow unrestricted free distribution of their software and has "freed" a number of programs.
One unusual homage to the Apple II is an XScreenSaver "hack" named bsod. The bsod screensaver duplicates the appearance of computer crash screens for various operating systems (including the Windows Blue Screen of Death, after which it is named). In the case of the Apple II, the screensaver actually emulates the CRT display typically used with the computer, so the screen will appear to twitch as text blocks turn on and off, a common quirk of analog NTSC displays. Another module called "Apple2" shows a working Apple II being used to type and run three different programs in Applesoft BASIC, also with glitch-complete CRT emulation and even typos (or "syntax errors"), though the error messages are displayed at edit time (like Integer BASIC) instead of at run time (like Applesoft BASIC).[编辑] 工业影响
The Apple II series of computers had an enormous impact on the technology industry and on everyday life. The Apple II was the first computer many people ever saw, and its price was within the reach of many middle-class families. Its popularity bootstrapped the entire computer game and educational software markets and began the boom in the word processor and computer printer markets. The first microcomputer "killer app" for business was VisiCalc, the earliest spreadsheet, and it ran first on the Apple II; many businesses bought Apple IIs just to run VisiCalc, because it was the only spreadsheet available at the time. Apple's success in the home market inspired competitive home computers such as the VIC-20 (1980) and Commodore 64 (1982, with estimated sales between 17 and 25 million units). Through their significantly lower price point, these models introduced the computer to several tens of millions more home users, acquiring most of Apple's market share in the process.
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.
One valuable lesson from the Apple II was the importance of an open architecture to the success of a computer platform. The first Apple IIs 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 used it to drive a LaserWriter printer.
Apple decided not to create an open architecture with the initial Macintosh models, and this is widely seen as having hobbled its success; however, the IBM PC provides an object lesson that success for the platform does not necessarily equate to success for the company that invented it. In the end, the IBM PC's off-the-shelf, open architecture allowed clones to be manufactured by startup competitors such as Compaq, Dell and Gateway, leading to a Pyrrhic victory for IBM. 2004年12月,IBM确定将其电脑部门-包括其所有型号及技术-以17亿5千万美元卖给中国的联想集团。[13] [14][编辑] 相关条目
- Apple II应用软件列表
- Apple II游戏列表
- Apple II模拟器列表
- Apple IIGS游戏列表
- Steve Wozniak
- Juiced.GS – 硕果仅存的Apple II出版品
- GSE-Reactive – 硕果仅存的Apple II硬件生产商(复制品)
- Publications/Periodicals devoted to the Apple II
- Hayes Microcomputer Products
- BBS软件列表 – Apple II与其他平台
Template:Apple hardware before 1998
[编辑] 注解
- ↑ Steven Weyhrich (April 21 2002) - Apple II History Chapter 4 - 於2006-11-16访问。
- ↑ Rose, Frank (1989). West of Eden. Arrow Books, pg. 3. ISBN 0-09-976200-5.
- ↑ Steven Weyhrich (December 28 2001) - Apple II History Chapter 5, The Disk II - 於2006-11-16访问。
- ↑ Freiberger, Paul, and Michael Swaine. "Fire In The Valley, Part Two (Book Excerpt)", A+ Magazine, Jan 1985: 45.
- ↑ Regan, Joe. A2Pro Roundtable, Oct 1991, Category 16, Topic 2.
- ^ 6.0 6.1 Duprau, Jeanne, and Tyson, Molly. "The Making of the Apple IIGS", A+ Magazine, Nov 1986: 57-74.
- ↑ Old-Computers.com Museum - Apple IIGS - 於2006-11-16访问。
- ↑ Moritz, Michael. The Little Kingdom. New York, William Morrow and Company, Inc, 1984: pg. 186.
- ↑ A gallery of Apple IIGS packaging from DigiBarn
- ↑ http://www.folklore.org/StoryView.pyproject=Macintosh&story=1984.txt&topic=Marketing&sortOrder=Sort%20by%20Date
- ↑ http://www.theapplecollection.com/Collection/AppleMovies/movies9.html
- ↑ http://www.folklore.org/StoryView.py?project=Macintosh&story=1984.txt&topic=Marketing&sortOrder=Sort%20by%20Date
- ↑ http://www.msnbc.msn.com/id/6666170/
- ↑ http://www.internetnews.com/bus-news/article.php/3444981
[编辑] 参考来源
- Wozniak Steve,System Description: The Apple II,Byte,May 1977。
[编辑] 外部连接
- A2Central.com – Apple II news and downloads
- Steven Weyhrich's Apple II History
- Apple2.org – The Apple II in Pictures and the Marinetti Open Source Project (TCP/IP Stack)
- Old computer museum - Apple II+
- Software written by Apple-II pioneer, Bob Bishop – (Including the very first four Hi-Res graphics games ever written for the Apple.)
- Dmoz.org - Apple II
- PCB pictures of the Apple II
- Apple II clones Information on Apple2clones
- Old footage filmed in 1992 by Alfred DiBlasi of an Apple II visualizing music fed in through the cassette port




