HOME

TheInfoList



OR:

The Apple II Plus (stylized as Apple ] or apple plus) is the second model of the
Apple II series The Apple II series (trademarked with square brackets as "Apple ] ''" and rendered on later models as "Apple //") is a family of home computers, one of the first highly successful mass-produced microcomputer products, designed primaril ...
of
personal computer A personal computer (PC) is a multi-purpose microcomputer whose size, capabilities, and price make it feasible for individual use. Personal computers are intended to be operated directly by an end user, rather than by a computer expert or te ...
s produced by
Apple Computer Apple Inc. is an American multinational technology company headquartered in Cupertino, California, United States. Apple is the largest technology company by revenue (totaling in 2021) and, as of June 2022, is the world's biggest company ...
. 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 IIe in 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 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 s ...
, 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 for the Apple I in 1976, then included in ROM on the Apple II from its release in 1977, it was the first versi ...
into the language card from disk and switch between the
Integer An integer is the number zero (), a positive natural number (, , , etc.) or a negative integer with a minus sign ( −1, −2, −3, etc.). The negative numbers are the additive inverses of the corresponding positive numbers. In the languag ...
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 it represents as in a wo ...
, 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 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 University of California, San Diego (U ...
, which had its own disk format and included a "
virtual machine In computing, a virtual machine (VM) is the virtualization/ emulation of a computer system. Virtual machines are based on computer architectures and provide functionality of a physical computer. Their implementations may involve specialized h ...
" 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 technology corporation producing computer software, consumer electronics, personal computers, and related services headquartered at the Microsoft Redmond campus located in Redmond, Washi ...
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/ 85-based microcomputers by Gary Kildall of Digital Research, Inc. Initi ...
and contained its own Z80 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 Ctrl+Reset 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 , 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 The Apple II (stylized as ) is an 8-bit home computer and one of the world's first highly successful mass-produced microcomputer products. It was designed primarily by Steve Wozniak; Jerry Manock developed the design of Apple II's foam-m ...
, the Apple II Plus has no
lowercase Letter case is the distinction between the letters that are in larger uppercase or capitals (or more formally ''majuscule'') and smaller lowercase (or more formally ''minuscule'') in the written representation of certain languages. The writing ...
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
font In metal typesetting, a font is a particular size, weight and style of a typeface. Each font is a matched set of type, with a piece (a " sort") for each glyph. A typeface consists of a range of such fonts that shared an overall design. In mo ...
stored in the computer's 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 ...
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 Videx, Inc. is a Corvallis, Oregon manufacturer of computer hardware such as access control products and data collection terminals. Its initial success came with the first release of the $345 Videoterm (80 column) display card in March 1980 ...
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 distal end (i.e. 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 w ...
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 ...
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 Electromagnetic interference (EMI), also called radio-frequency interference (RFI) when in the radio frequency spectrum, is a disturbance generated by an external source that affects an electrical circuit by electromagnetic induction, electrost ...
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, officially known as Velcro IP Holdings LLC and trading as Velcro Companies, is a British privately held company, founded by Swiss electrical engineer George de Mestral in the 1950s. It is the original manufacturer of hook-and-loop fast ...
, 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 large peninsula conventionally considered a continent in its own right because of its great physical size and the weight of its history and traditions. Europe is also considered a Continent#Subcontinents, subcontinent of Eurasia ...
and the
Far East The ''Far East'' was a European term to refer to the geographical regions that includes East and Southeast Asia as well as the Russian Far East to a lesser extent. South Asia is sometimes also included for economic and cultural reasons. The t ...
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, firmware is a specific class of computer software that provides the low-level control for a device's specific hardware. Firmware, such as the BIOS of a personal computer, may contain basic functions of a device, and may provide 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, current, and frequency to power the load. As ...
was modified to accept the local voltage, and in the European model the video output signal was changed from color
NTSC The first American standard for analog television broadcast was developed by National Television System Committee (NTSC)National Television System Committee (1951–1953), Report and Reports of Panel No. 11, 11-A, 12–19, with Some supplement ...
to monochrome
PAL Phase Alternating Line (PAL) is a colour encoding system for analogue 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
jumper Jumper or Jumpers may refer to: Clothing *Jumper (sweater), a long-sleeve article of clothing; also called a top, pullover, or sweater **A waist-length top garment of dense wool, part of the Royal Navy uniform and the Uniforms of the United State ...
s on the motherboard and using a slightly different frequency
crystal oscillator A crystal oscillator is an electronic oscillator circuit that uses a piezoelectric crystal as a frequency-selective element. The oscillator frequency is often used to keep track of time, as in quartz wristwatches, to provide a stable clock ...
— an extra video card (which only worked in slot 7) was needed for color
PAL Phase Alternating Line (PAL) is a colour encoding system for analogue 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 electronics engineer, computer programmer, philanthropist, inventor, and entrepreneur, technology entrepreneur. In 1976, with business partner Steve ...
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 f ...
writing (full
Kanji are the logographic Chinese characters taken from the Chinese script and used in the writing of Japanese. They were made a major part of the Japanese writing system during the time of Old Japanese and are still used, along with the subsequ ...
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 keys on the top left letter row of the keyboard ( ). The QWERTY design is based on a layout created for the Sholes and Glidden ty ...
layout instead of the standard German QWERTZ. 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 LLC is a U.S.-based services organization and former manufacturer of cameras, lenses, and motion picture machinery, founded in 1907 by two projectionists, and originally headquartered in Wheeling, Illinois. The company is now ...
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 series ...
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, United States. GTRI employs around 2,400 people, and is involved in approximately $600 millio ...
for
U.S. Army The United States Army (USA) is the land service branch of the United States Armed Forces. It is one of the eight U.S. uniformed services, and is designated as the Army of the United States in the U.S. Constitution.Article II, section 2, cl ...
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 The LaserDisc (LD) is a home video format and the first commercial optical disc storage medium, initially licensed, sold and marketed as MCA DiscoVision (also known simply as "DiscoVision") in the United States in 1978. Its diameter typical ...
) map technology providing zoom and scroll over map imagery coupled with a point database of intelligence data such as
order of battle In modern use, the 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 ...
, airfields, roadways, and bridges.


See also

*
Apple II series The Apple II series (trademarked with square brackets as "Apple ] ''" and rendered on later models as "Apple //") is a family of home computers, one of the first highly successful mass-produced microcomputer products, designed primaril ...
*
List of Apple II games Following is a list of Apple II games. The Apple II had a large user base and was a popular game development platform in the 1970s, 1980s and early 1990s. See here for a list of 16-bit Apple IIGS games. There are currently games on this list. ...
*
List of publications and periodicals devoted to the Apple II The Apple II is an 8-bit home computer. It is one of the first highly successful mass-produced microcomputer products. Introduced in 1977, it was the first consumer product sold by Apple Computer and the first model in the Apple II series. Its su ...
*
Apple II peripheral cards The Apple II line of computers supported a number of Apple II peripheral cards. In an era before plug and play USB or Bluetooth connections, these were expansion cards that plugged into slots on the motherboard. They added to and extended the funct ...


References


External links


ReactiveMicro.com
— Apple II Plus, Rev 7 RFI Replica Motherboard. {{Authority control
Plus Plus may refer to: Mathematics * Addition * +, the mathematical sign Music * ''+'' (Ed Sheeran album), (pronounced "plus"), 2011 * ''Plus'' (Cannonball Adderley Quintet album), 1961 * ''Plus'' (Matt Nathanson EP), 2003 * ''Plus'' (Martin Ga ...
Computer-related introductions in 1979 Products and services discontinued in 1982