HOME

TheInfoList



OR:

The Apple II Plus (stylized as Apple ] or apple plus) is the second model of the
Apple II Apple II ("apple Roman numerals, two", stylized as Apple ][) is a series of microcomputers manufactured by Apple Computer, Inc. from 1977 to 1993. The Apple II (original), original Apple II model, which gave the series its name, was designed ...
series of personal computers produced by Apple Inc., Apple Computer. It was sold from June 1979 to December 1982. Approximately 380,000 II Pluses were sold during its four years in production before being replaced by the
Apple IIe The Apple IIe (styled as Apple //e) is the third model in the Apple II series of personal computers produced by Apple Inc., Apple Computer. It was released in January 1983 as the successor to the Apple II Plus. The ''e'' in the name stands for ...
in January 1983.


Features


Memory

The Apple II Plus shipped with 16 KB, 32 KB or 48 KB of main RAM, expandable to 64 KB by means of the Language Card, an expansion card that could be installed in the computer's slot 0. The Apple's
6502 The MOS Technology 6502 (typically pronounced "sixty-five-oh-two" or "six-five-oh-two") William Mensch and the moderator both pronounce the 6502 microprocessor as ''"sixty-five-oh-two"''. is an 8-bit microprocessor that was designed by a small ...
microprocessor could support a maximum of 64 KB of
address space In computing, an address space defines a range of discrete addresses, each of which may correspond to a network host, peripheral device, disk sector, a memory cell or other logical or physical entity. For software programs to save and retrieve ...
, 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 Integer BASIC is a BASIC interpreter written by Steve Wozniak for the Apple I and Apple II computers. Originally available on Cassette tape, cassette for the Apple I in 1976, then included in Read-only memory, ROM on the Apple II from its release ...
into the language card from disk and switch between the
Integer An integer is the number zero (0), a positive natural number (1, 2, 3, ...), or the negation of a positive natural number (−1, −2, −3, ...). The negations or additive inverses of the positive natural numbers are referred to as negative in ...
and Applesoft dialects of BASIC with DOS 3.3's and commands just as if they had the BASIC ROM expansion card. The Language Card was also required to use
LOGO A logo (abbreviation of logotype; ) is a graphic mark, emblem, or symbol used to aid and promote public identification and recognition. It may be of an abstract or figurative design or include the text of the name that it represents, as in ...
, Apple Pascal, and FORTRAN 77. Apple Pascal and FORTRAN ran under a non-DOS operating system based on
UCSD P-System UCSD Pascal is a Pascal (programming language), Pascal programming language system that runs on the UCSD p-System, a portable, highly machine-independent operating system. UCSD Pascal was first released in 1977. It was developed at the Universit ...
, which had its own disk format and included a "
virtual machine In computing, a virtual machine (VM) is the virtualization or emulator, emulation of a computer system. Virtual machines are based on computer architectures and provide the functionality of a physical computer. Their implementations may involve ...
" that allowed it to run on many different types of hardware. The first-year Apple II Plus retained the original Apple II's jumper blocks to select the RAM size, but a drop in memory prices during 1980 resulted in all machines being shipped with 48K and the blocks being removed.


CP/M

Shortly after the introduction of the II Plus in 1979,
Microsoft Microsoft Corporation is an American multinational corporation and technology company, technology conglomerate headquartered in Redmond, Washington. Founded in 1975, the company became influential in the History of personal computers#The ear ...
came out with the Z-80 SoftCard, an expansion card for the Apple II line that allowed the use of
CP/M CP/M, originally standing for Control Program/Monitor and later Control Program for Microcomputers, is a mass-market operating system created in 1974 for Intel 8080/Intel 8085, 85-based microcomputers by Gary Kildall of Digital Research, Dig ...
and contained its own
Z80 The Zilog Z80 is an 8-bit microprocessor designed by Zilog that played an important role in the evolution of early personal computing. Launched in 1976, it was designed to be software-compatible with the Intel 8080, offering a compelling altern ...
CPU and logic to adapt the Z80 CPU to the Apple bus. The SoftCard was extremely popular and Microsoft's single most successful product for two years, although on the downside, it was limited to using the Apple II's GCR disk format and thus CP/M software either had to be obtained on Apple format disks or transferred via serial link from a different machine running CP/M. The SoftCard shipped with CP/M 2.2 and a special version of MBASIC that supported a subset of Applesoft BASIC's graphics commands. Other third party CP/M cards for the Apple II offered additional memory, CP/M 3.0, and CPU speeds up to 8 MHz.


Onboard Applesoft BASIC

The II Plus had the so-called "Autostart ROMs", meaning that it will attempt to boot from disk on power-up. If no system disk is present, Drive 0 will spin endlessly until the user presses Reset (or Ctrl+Reset on machines with the Ctrl+Reset safety switch enabled) to enter Applesoft BASIC. If DOS has not been booted up, the user will only be able to load and save files to cassette from BASIC. The II Plus had a revised version of BASIC known as Applesoft II which incorporated most of the functionality from Integer BASIC, including HGR graphics commands. Most II Pluses came with a "language card". This was completely different from the language card sold for the original II, which contained Applesoft BASIC in ROM. Since the II Plus already had Applesoft present in the ROMs on the system board, its language card contained RAM rather than ROM and if installed will boost the system to 64K. While on the original II, Integer BASIC resided in ROM at memory address , this area contains RAM on the II Plus if a language card is present. Integer BASIC is not in ROM on the II Plus and is instead loaded by DOS 3.x during boot up into the RAM at (if a language card is present, otherwise this step is skipped--II Pluses without a language card cannot run Integer BASIC). Normally, the RAM containing Integer BASIC is banked out and the Applesoft ROM is present at . If the user types "INT", Integer BASIC is activated by swapping out the Applesoft ROM and switching in the RAM with Integer BASIC. By typing "FP", Integer BASIC is switched out and Applesoft switched back in. The machine language monitor at may also be banked out for RAM.


Substitute lowercase functionality

Like the
Apple II Apple II ("apple Roman numerals, two", stylized as Apple ][) is a series of microcomputers manufactured by Apple Computer, Inc. from 1977 to 1993. The Apple II (original), original Apple II model, which gave the series its name, was designed ...
, the Apple II Plus has no lowercase functionality. All letters from the keyboard are upper-case, there is no caps lock key, and there are no lowercase letters in the text-mode computer font, font stored in the computer's Read-only memory, ROM. To display lowercase letters, some applications run in the slower ''hi-res graphics mode'' and use a custom font, rather than running in the fast ''text mode'' using the font in ROM. Other programs, primarily those where both capitalization and text movement were important, such as
word processor A word processor (WP) is a device or computer program that provides for input, editing, formatting, and output of text, often with some additional features. Early word processors were stand-alone devices dedicated to the function, but current word ...
s, use inverse text mode to represent text that would be uppercase when printed. Alternatively, users can install a custom ROM chip that contained lowercase letters in the font, or purchase one of several third-party ''80-column cards'' that enable a text mode that can display 80-column, upper- and lower-case text. The Videx Videoterm and its many clones were especially popular. For lowercase input, since it is not possible to detect whether the keyboard's Shift keys are in use, the common "shift-key mod" connects the Shift key to one of the pins on the motherboard's
paddle A paddle is a handheld tool with an elongated handle and a flat, widened end (the ''blade'') used as a lever to apply force onto the bladed end. It most commonly describes a completely handheld tool used to propel a human-powered watercraft by p ...
connector. Compatible applications, including nearly all
word processor A word processor (WP) is a device or computer program that provides for input, editing, formatting, and output of text, often with some additional features. Early word processors were stand-alone devices dedicated to the function, but current word ...
s, can then detect whether the shift key was being pressed. This modification involves adding wires inside the Apple II; Apple distributed literature on how to build it, however, assuring readers that it was "the most simple and least expensive addition anyone could do". Most applications that support lower-case letters can also use the ESC key as a substitute lowercase toggle if the modification is not installed.


Repeat key

The Apple II Plus, like its predecessor the Apple II, features a repeat key on its keyboard. The key is labeled "REPT" and is located just to the left of the "RETURN" key. The II Plus is the last Apple Computer to have this key, as later Apple computers would incorporate the ability to hold down a key for a period of time to repeat the key.


Electromagnetic shielding

The II Plus has a plastic case with a brass mesh running along the inside of the case. This mesh helped reduce the electromagnetic interference emitted from the computer, keeping the machine in compliance with newly implemented FCC regulations covering microcomputers. Small grids of plastic pins, and sometimes
Velcro Velcro IP Holdings LLC, trading as Velcro Companies and commonly referred to as Velcro (pronounced ), is a British privately held company, founded by Swiss electrical engineer George de Mestral in the 1950s. It is the original manufacturer of ho ...
, were used to hold the case's top onto the computer. In comparison, the original Apple II lacked RF shielding and was often unusable with certain TVs and monitors (Apple recommended Sony TVs as they had better RF insulation than other brands).


Variants


Apple II Europlus and J-Plus

After the success of the first Apple II in the United States, Apple expanded its market to include
Europe Europe is a continent located entirely in the Northern Hemisphere and mostly in the Eastern Hemisphere. It is bordered by the Arctic Ocean to the north, the Atlantic Ocean to the west, the Mediterranean Sea to the south, and Asia to the east ...
and the
Far East The Far East is the geographical region that encompasses the easternmost portion of the Asian continent, including North Asia, North, East Asia, East and Southeast Asia. South Asia is sometimes also included in the definition of the term. In mod ...
in 1978, with the Apple II Europlus (Europe) and the Apple II J-Plus (Japan). In these models, Apple made the necessary hardware, software and
firmware In computing Computing is any goal-oriented activity requiring, benefiting from, or creating computer, computing machinery. It includes the study and experimentation of algorithmic processes, and the development of both computer hardware, h ...
changes in order to comply with standards outside of the US and Canada. The
power supply A power supply is an electrical device that supplies electric power to an electrical load. The main purpose of a power supply is to convert electric current from a source to the correct voltage, electric current, current, and frequency to power ...
was modified to accept the local voltage, and in the European model the video output signal was changed from color
NTSC NTSC (from National Television System Committee) is the first American standard for analog television, published and adopted in 1941. In 1961, it was assigned the designation System M. It is also known as EIA standard 170. In 1953, a second ...
to monochrome
PAL Phase Alternating Line (PAL) is a color encoding system for analog television. It was one of three major analogue colour television standards, the others being NTSC and SECAM. In most countries it was broadcast at 625 lines, 50 fields (25 ...
by changing some jumpers on the motherboard and using a slightly different frequency
crystal oscillator A crystal oscillator is an electronic oscillator Electrical circuit, circuit that uses a piezoelectricity, piezoelectric crystal as a frequency selective surface, frequency-selective element. The oscillator frequency is often used to keep trac ...
— an extra video card (which only worked in slot 7) was needed for color
PAL Phase Alternating Line (PAL) is a color encoding system for analog television. It was one of three major analogue colour television standards, the others being NTSC and SECAM. In most countries it was broadcast at 625 lines, 50 fields (25 ...
graphics, since the simple tricks designer
Steve Wozniak Stephen Gary Wozniak (; born August 11, 1950), also known by his nickname Woz, is an American technology entrepreneur, electrical engineer, computer programmer, philanthropist, and inventor. In 1976, he co-founded Apple Inc., Apple Computer with ...
had used to generate a pseudo-NTSC signal with minimal hardware did not carry over to the more complex PAL system. In the Japanese version of the international Apple, the character ROM and the keyboard layout were changed to allow for
Katakana is a Japanese syllabary, one component of the Japanese writing system along with hiragana, kanji and in some cases the Latin script (known as rōmaji). The word ''katakana'' means "fragmentary kana", as the katakana characters are derived fr ...
writing (full
Kanji are logographic Chinese characters, adapted from Chinese family of scripts, Chinese script, used in the writing of Japanese language, Japanese. They were made a major part of the Japanese writing system during the time of Old Japanese and are ...
support was clearly beyond the capabilities of the machine), but in most other countries the international Apple was sold with an unmodified American keyboard; thus the German model still lacked the umlauts, for example, and had a
QWERTY QWERTY ( ) is a keyboard layout for Latin-script alphabets. The name comes from the order of the first six Computer keyboard keys#Types, keys on the top letter row of the keyboard: . The QWERTY design is based on a layout included in the Sh ...
layout instead of the standard German
QWERTZ The QWERTZ ( ) QWERTZU ( ), or QWERTZUIOP keyboard is a typewriter and keyboard layout widely used in Central and Southeast Europe. The name comes from the first six letters at the top left of the keyboard: ( ). Overview The main differ ...
. For the most part, the Apple II Europlus and J-Plus were identical to the Apple II Plus and software compatibility was near 100%. Production of the Europlus ended in 1983.


ITT 2020

The ITT 2020 was an Apple II clone manufactured by ITT under license from Apple Computer (the first licensed clone), specifically for the European market. In contrast to the Apple II Europlus, the ITT 2020 supported full PAL color graphics


Bell & Howell

The Apple II Plus was also sold by
Bell & Howell Bell and Howell is a United States brand of cameras, lenses, and motion picture machinery. It was originally founded as a company in 1907, and headquartered in Wheeling, Illinois. The company was acquired by Böwe Systec in 2003. Since 2010, the ...
specifically to educational markets under special license from Apple. The standard Apple II Plus was not UL-listed because the top could be opened; the B&H model was the same as the consumer version sold by Apple except that it came in a black case, which could not be opened as easily, and a special A/V package allowing it to be sold as audio/visual equipment. Bell & Howell packaged the unit with optional "back packs" that offered various inputs and outputs for A/V equipment to easily interface with the II Plus. This was the only black computer Apple would manufacture until the
Macintosh TV The Macintosh TV is a personal computer with integrated television capabilities released by Apple Computer in 1993. It was Apple's first attempt at computer-television integration. It shares the external appearance of the Macintosh LC 500 serie ...
in 1993.


Military applications

A TEMPEST-approved version of the Apple II Plus was created in 1980 by the
Georgia Tech Research Institute The Georgia Tech Research Institute (GTRI) is the nonprofit applied research arm of the Georgia Institute of Technology in Atlanta, Georgia (U.S. state), Georgia, United States. GTRI employs around 3,000 people, and was involved in nearly $1 ...
for U.S. Army FORSCOM, and used as a component in the earliest versions of the Microfix system. Fielded in 1982, the Microfix system was the first tactical system using video disc (
LaserDisc LaserDisc (LD) is a home video format and the first commercial optical disc storage medium. It was developed by Philips, Pioneer Corporation, Pioneer, and the movie studio MCA Inc., MCA. The format was initially marketed in the United State ...
) map technology providing zoom and scroll over map imagery coupled with a point database of intelligence data such as
order of battle Order of battle of an armed force participating in a military operation or campaign shows the hierarchical organization, command structure, strength, disposition of personnel, and equipment of units and formations of the armed force. Various abbr ...
, airfields, roadways, and bridges.


See also

*
List of Apple II games This is a list of video games for the Apple II. The Apple II had a large user base and was a popular game development platform in the 1970s and 1980s. There is a separate list of Apple IIGS games. There are currently games on this list. List ...
* List of publications and periodicals devoted to the Apple II * Apple II peripheral cards


References


External links


ReactiveMicro.com
— Apple II Plus, Rev 7 RFI Replica Motherboard. {{Authority control 6502-based home computers Plus Computer-related introductions in 1979 Products and services discontinued in 1982