Commodore VIC-20

From Wikipedia, the free encyclopedia

Commodore VIC-20
Commodore-VIC-20-FL.jpg
ManufacturerCommodore Business Machines
TypeHome computer
Release date1980 (VIC-1001) Japan / 1981
Lifespan5 years
Introductory priceUS$299.95 (equivalent to $804.38 in 2020)
DiscontinuedJanuary 1985; 36 years ago (1985-01)
Operating systemCommodore KERNAL
Commodore BASIC 2.0
CPUMOS Technology 6502 @ 1.108 MHz (PAL) [1] @ 1.02 MHz (NTSC)
Memory20 KB ROM + 5 KB RAM (expandable to 32 KB), 3.5 KB for BASIC (expandable to 27.5 KB)[2]
StorageCompact Cassette, floppy disk
DisplayCommodore 1701
GraphicsVIC 176 x 184 3-bpp
Sound3 × square, 1 × noise, mono[3]
InputTape, floppy disk, cartridge
PredecessorCommodore PET
SuccessorCommodore 64, Commodore 16, Commodore MAX Machine

The Commodore VIC-20 (known as the VC-20 in Germany and the VIC-1001 in Japan) is an 8-bit home computer that was sold by Commodore Business Machines. The VIC-20 was announced in 1980,[4] roughly three years after Commodore's first personal computer, the PET. The VIC-20 was the first computer of any description to sell one million units.[5] It was described as "one of the first anti-spectatorial, non-esoteric computers by design...no longer relegated to hobbyist/enthusiasts or those with money, the computer Commodore developed was the computer of the future."[6]

The VIC-20 was called VC-20 in Germany because the pronunciation of VIC with a German accent sounds like the German expletives "fick" or "wichsen".[7][8] The term VC was marketed as though it was an abbreviation of VolksComputer ("people's computer," similar to Volkswagen and Volksempfänger).[9]

History[]

Origin and marketing[]

The VIC-20 was intended to be more economical than the PET computer. It was equipped with 5 KB of static RAM and used the same MOS 6502 CPU as the PET. The VIC-20's video chip, the MOS Technology VIC, was a general-purpose color video chip designed by Al Charpentier in 1977 and intended for use in inexpensive display terminals and game consoles, but Commodore could not find a market for the chip.

As the Apple II gained momentum with the advent of VisiCalc in 1979, Jack Tramiel wanted a product that would compete in the same segment, to be presented at the January 1980 CES. For this reason Chuck Peddle and Bill Seiler started to design a computer named TOI (The Other Intellect). The TOI computer failed to materialize, mostly because it required an 80-column character display which in turn required the MOS Technology 6564 chip. However, the chip could not be used in the TOI since it required very expensive static RAM to operate fast enough.

In the meantime, freshman engineer Robert Yannes at MOS Technology (then a part of Commodore) had designed a computer in his home dubbed the MicroPET and finished a prototype with some help from Al Charpentier and Charles Winterble. With the TOI unfinished, when Jack Tramiel was shown the MicroPET prototype, he immediately said he wanted it to be finished and ordered it to be mass-produced following a limited demonstration at the CES.

As the new decade began, the price of computer hardware was dropping and Tramiel saw an emerging market for low-price computers that could be sold at retail stores to relative novices rather than professionals or people with an electronics or programming background.[citation needed] Radio Shack had been achieving considerable success with the TRS-80 Model I, a relatively low-cost machine that was widely sold to novices and in 1980 released the Color Computer, which was aimed at the home and educational markets, used ROM cartridges for software, and connected to a TV set.

Software cartridge

The prototype produced by Yannes had very few of the features required for a real computer, so Robert Russell at Commodore headquarters had to coordinate and finish large parts of the design under the codename Vixen. The parts contributed by Russell included a port of the operating system (kernel and BASIC interpreter) taken from John Feagans design for the Commodore PET, a character set with the characteristic PETSCII, an Atari CX40 joystick-compatible interface, and a ROM cartridge port. The serial IEEE-488-derivative CBM-488 interface[10] was designed by Glen Stark. It served several purposes, including costing substantially less than the IEEE-488 interface on the PET, using smaller cables and connectors that allowed for a more compact case design, and also complying with newly-imposed FCC regulations on RFI emissions by home electronics (the PET was certified as Class B office equipment which had less stringent RFI requirements). Some features, like the memory add-in board, were designed by Bill Seiler.[citation needed]

Altogether, the VIC 20 development team consisted of five people led by Michael Tomczyk the product manager, who recruited the group and dubbed them the VIC Commandos. Commodore founder Jack Tramiel initially gave Tomczyk the title VIC Czar and later appointed him product manager. Tomczyk insisted on several features including full-size typewriter keys, programmable function keys and a built-in RS-232 interface. Michael later contracted and co-designed a $100 modem, the VICModem, which became the first modem to sell 1 million units.[11] According to one of the development team, Neil Harris, "[W]e couldn't get any cooperation from the rest of the company who thought we were jokers because we were working late, about an hour after everyone else had left the building. We'd swipe whatever equipment we needed to get our jobs done. There was no other way to get the work done! [...] they'd discover it was missing and they would just order more stuff from the warehouse, so everybody had what they needed to do their work."[11]

At the time, Commodore had a glut of 1 Kbit×4[2] SRAM chips, so Tramiel decided these should be used in the new computer. The end result was arguably closer to the PET or TOI computers than to Yannes' prototype, albeit with a 22-column VIC chip instead of the custom chips designed for the more ambitious computers. As the amount of memory on the VIC-20's system board was very small even for 1981 standards, the design team could get away with using more expensive SRAM due to its lower power consumption, heat output, and less supporting circuitry. The original Revision A system board found in all silver-label VIC-20s used 2114 SRAMs and due to their tiny size (only 512 bytes per chip), ten of them were required to reach 5 KB[2] of system RAM. The Revision B system board, found in rainbow logo VIC-20s (see below) switched to larger 2048-byte SRAMs which reduced the memory count to five chips: 2× 2048-byte chips + 3× 2114 (the 1024 × 4 bits) chips.

While newer PETs had the upgraded BASIC 4.0, which had disk commands and improved garbage collection, the VIC-20 reverted to the 8 KB BASIC 2.0 used on earlier PETs as part of another of the design team's goals, which was limiting the system ROMs to only 20 KB.[2] Since Commodore's BASIC had been designed for the PET which had only limited audiovisual capabilities, there were no dedicated sound or graphics features, thus VIC-20 programmers had to use large numbers of POKE and PEEK statements for this. This was in contrast to the computer's main competitors, the Atari 400 and TRS-80 Color Computer, both of which had full-featured BASICs with support for the machines' sound and graphics hardware. Supplying a more limited BASIC in the VIC-20 would keep the price low and the user could purchase a BASIC extender separately if he desired sound or graphics commands.

While the TRS-80 Color Computer and Atari 400 had only RF video output, the VIC-20 instead had composite output, which provided a sharper, cleaner picture if a dedicated monitor was used. An external RF modulator was necessary to use the computer with a TV set, and had not been included internally so as to comply with FCC regulations (Commodore lobbied for and succeeded in getting them relaxed slightly by 1982, so the C64 had an RF modulator built in).

The VIC-1001 is the Japanese version of the VIC-20. It has Japanese-language characters in the ROM[12] and on the front of the keys.

In April 1980, at a meeting of general managers outside London, Jack Tramiel declared he wanted a low-cost color computer. When most of the GMs argued against it, he said: "The Japanese are coming, so we must become the Japanese!" (in reference to the threats of low-cost systems from Japan).[13] This was in keeping with Tramiel's philosophy which was to make "computers for the masses, not the classes". The concept was championed at the meeting by Michael Tomczyk, newly hired marketing strategist and assistant to the president, Tony Tokai, General Manager of Commodore-Japan, and Kit Spencer, the UK's top marketing executive.[citation needed] Then, the project was given to Commodore Japan; an engineering team led by Yash Terakura created the VIC-1001 for the Japanese market. The VIC-20 was marketed in Japan as VIC-1001 before VIC-20 was introduced to the US.

When they returned to California from that meeting, Tomczyk wrote a 30-page memo detailing recommendations for the new computer, and presented it to Tramiel. Recommendations included programmable function keys (inspired by competing Japanese computers),[14] full-size typewriter-style keys, and built-in RS-232. Tomczyk insisted on "user-friendliness" as the prime directive for the new computer, to engineer Yash Terakura (who was also a friend),[14] and proposed a retail price of US$299.95. He recruited a marketing team and a small group of computer enthusiasts, and worked closely with colleagues in the UK and Japan to create colorful packaging, user manuals, and the first wave of software programs (mostly games and home applications).

Scott Adams was contracted to provide a series of text adventure games. With help from a Commodore engineer who came to Longwood, Florida, to assist in the effort, five of Adams's Adventure International game series were ported to the VIC. They got around the limited memory of VIC-20 by having the 16 KB[2] games reside in a ROM cartridge instead of being loaded into main memory via cassette as they were on the TRS-80 and other machines. The first production run of the five cartridges generated over $1,500,000 in sales for Commodore.[citation needed]

While the PET was sold through authorized dealers, the VIC-20 primarily sold at retail—especially discount and toy stores, where it could compete more directly with game consoles. It was the first computer to be sold in K-Mart. Commodore took out advertisements featuring actor William Shatner (of Star Trek fame) as its spokesman, asking: "Why buy just a video game?" and describing it as "The Wonder Computer of the 1980s". Television personality Henry Morgan (best known as a panelist on the TV game show I've Got a Secret) became the commentator in a series of Commodore product ads.

The "20" in the computer's name was widely assumed to refer to the text width of the screen (although in fact the VIC-20 has 22-column text, not 20) or that it referred to the combined size of the system ROMs (8 KB BASIC+8 KB KERNAL+4 KB character ROM).[2][citation needed] Bob Yannes claimed that "20" meant nothing in particular and "We simply picked '20' because it seemed like a friendly number and the computer's marketing slogan was 'The Friendly Computer'. I felt it balanced things out a bit since 'Vic' sounded like the name of a truck driver."

In 1981, Tomczyk contracted with an outside engineering group to develop a direct-connect modem-on-a-cartridge (the VICModem), which at US$99 became the first modem priced under US$100. The VICModem was also the first modem to sell over 1 million units. VICModem was packaged with US$197.50 worth of free telecomputing services from The Source, CompuServe and Dow Jones. Tomczyk also created a SIG called the Commodore Information Network to enable users to exchange information and take some of the pressure off of Customer Support inquiries, which were straining Commodore's lean organization. In 1982, this network accounted for the largest traffic on CompuServe.[citation needed]

Evolution[]

The VIC-20 went through several variations in its three and a half years of production. First-year models (1981) had a PET-style keyboard with a blocky font while most VIC-20s made during 1982 had a slightly different keyboard also shared with early C64s. The rainbow logo VIC-20 was introduced in early 1983 and has the newer C64 keyboard with gray function keys and the Revision B motherboard. It has a similar power supply to the C64 PSU, although the amperage is slightly lower. A C64 "black brick" PSU is compatible with Revision B VIC-20s; however, the VIC's PSU is not recommended on a C64 if any external devices, such as cartridges or user port accessories, are installed, as it will overdraw the available power. Older Revision A VIC-20s cannot use a C64 PSU or vice versa as their power requirement is too high.

Decline[]

The VIC-20 was a bestselling computer, becoming the first personal computer to sell over a million. In total, 2.5 million computers were manufactured.[15][16] In summer 1982, Commodore unveiled the Commodore 64, a more advanced machine with 64 KB[2] of RAM and considerably improved sound and graphics. Initial sales of the C64 were slow, but took off in mid-1983. The VIC-20 was widely available for under $90 by that time.[17] Commodore discontinued the VIC-20 in January 1985.[4]

Perhaps the last new commercially available VIC-20 peripheral was the VIC-Talker, a speech synthesizer. Ahoy! wrote in January 1986, "Believe it or not, a new VIC accessory...We were as surprised as you."[18]

Applications[]

The Commodore 1530 C2N-B Datasette provided inexpensive external storage for the VIC-20.

The VIC-20's BASIC is compatible with the PET's, and the Datasette format is the same.[19] Before the computer's release, a Commodore executive promised it would have "enough additional documentation to enable an experienced programmer/hobbyist to get inside and let his imagination work".[20] Compute! favorably contrasted the company's encouragement of "cottage industry software developers" to Texas Instruments discouraging third-party software.[21] Because of its small memory and low-resolution display compared to some other computers of the time, the VIC-20 was primarily used for educational software and games. However, productivity applications such as home finance programs, spreadsheets, and communication terminal programs were also made for the machine.

The VIC had a sizable library of public domain and freeware software. This software was distributed via online services such as CompuServe, BBSs, as well as offline by mail order and by user groups. Several computer magazines sold on newsstands, such as Compute!, Family Computing, RUN, Ahoy!, and the CBM-produced Commodore Power Play, offered programming tips and type-in programs for the VIC-20.

An estimated 300 commercial titles were available on cartridge and another 500+ were available on tape.[according to whom?] A handful of disk applications were released.

The VIC's low cost led to it being used by the Fort Pierce, Florida, Utilities Authority to measure the input and output of two of their generators and display the results on monitors throughout the plant. The utility was able to purchase multiple VIC and C64 systems for the cost of one IBM PC compatible.[22]

Technical specifications[]

VIC-20 mainboard

The VIC-20 shipped with 5 KB RAM, but 1.5 KB of this is used for the video display and dynamic aspects of the ROM-resident Commodore BASIC and KERNAL (a low-level operating system).[2] Only 3,583 bytes of BASIC program memory for code and variables are actually available on an unexpanded machine.

Ports and sockets[]

The VIC-20 has card edge connectors for program/expansion cartridges and a PET-standard Datassette tape drive. The VIC-20 did not originally have a disk drive; the VIC-1540 disk drive was released in 1981.

The side of the computer showing the joystick "control port"

There is one Atari joystick port, compatible with the digital joysticks and paddles used with Atari VCS and Atari 8-bit family;[23] a serial CBM-488 bus (a serial version of the PET's IEEE-488 bus) for daisy chaining disk drives and printers; a TTL-level "user port" with both RS-232 and Centronics signals (most frequently used as RS-232, for connecting a modem[24]).

The VIC has a ROM cartridge port for games and other software as well as for adding memory to the machine. Port expander boxes from Commodore and other vendors allow more than one cartridge to be attached at a time. Cartridge size ranges from 4–16 KB[2] in size, although the latter was uncommon due to its cost.

The VIC-20 can be hooked into external electronic circuitry via joystick port, the "user port," or the memory expansion cartridge port, which exposes various analog to digital, memory bus, and other internal I/O circuits to the experimenter. PEEK and POKE commands from BASIC can be used to perform data acquisition from temperature sensors, control robotic stepper motors, etc.

Graphics[]

The MOS Technology 6561 VIC chip

The graphics capabilities of the VIC chip (6560/6561) are limited but flexible. At startup the screen shows 176×184 pixels, with a fixed-color border to the edges of the screen. Since a PAL or NTSC screen has a 4:3 width-to-height ratio, each VIC pixel is much wider than it is high. The screen normally shows 22 columns and 23 rows of 8-by-8-pixel characters; it is possible to increase these dimensions up to 27 columns, but the characters would soon run out the sides of the monitor at about 25 columns. Just as on the PET, two different 256 character sets are included, the uppercase/graphics character set and the upper/lowercase set, and reverse video versions of both. Normally, the VIC-20 operates in high-resolution mode whereby each character is 8×8 pixels in size and uses one color. A lower-resolution multicolor mode can also be used with 4×8 characters and three colors each, but it is not used as often due to its extreme blockiness.

16-color capability

The VIC chip does not support a true bitmap mode, but programmers can define their own custom character sets. It is possible to get a fully addressable screen, although slightly smaller than normal, by filling the screen with a sequence of different double-height characters, then turning on the pixels selectively inside the RAM-based character definitions. The Super Expander cartridge adds BASIC commands supporting such a graphics mode using a resolution of 160×160 pixels. It is also possible to fill a larger area of the screen with addressable graphics using a more dynamic allocation scheme, if the contents are sparse or repetitive enough. This is used by the port of Omega Race.[citation needed]

The VIC chip has readable scan-line counters but cannot generate interrupts based on the scan position. The two VIA timer chips can serve this purpose through an elaborate programming technique, allowing graphics to be mixed with text above or below it, two different background and border colors, or more than 200 characters for the pseudo-high-resolution mode.

The VIC chip can process a light pen signal via the joystick port, but few appeared on the market.

The VIC chip outputs composite video. Commodore did not include an RF modulator inside the computer's case because of FCC regulations. It can either be attached to a dedicated monitor or a TV set using the external modulator included with the computer.

Sound[]

The VIC chip has three pulse wave generators and a white noise generator with an overall volume control and mono output. Each pulse wave generator has a range of three octaves located on the scale about an octave apart, giving a total range of about five octaves.

Memory expansion[]

A 3 KB[2] RAM expansion cartridge with BASIC extension ROM
A 16 KB[2] RAM expansion cartridge with PCB view

The VIC-20's RAM is expandable through the cartridge port via a RAM cartridge. RAM cartridges were available in several sizes: 3 KB (with or without an included "Super Expander" BASIC extension ROM), 8 KB, 16 KB, 32 KB and 64 KB, the latter two only from third-party vendors. The internal memory map is dramatically reorganized with the addition of each size cartridge, leading to a situation where some programs only work if the right amount of memory is present (to cater to this, the 32 KB cartridges had switches, and the 64 KB cartridges had software setups, allowing the RAM to be enabled in user-selectable memory blocks). Since the VIC-20 was designed to use SRAM rather than DRAM, the system board has no provisions for DRAM refresh.[2]

The memory mapping of the VIC-20 can vary depending on system configuration. With no expanders installed, free user memory starts at $1000 and extended up to $1DFF, with the video buffer placed at $1E00-$1FFF. Below $1000 was a gap from $400-$FFF which could be filled with 3 KB of expansion RAM, which if installed would place the BASIC program area at $400. If an 8 KB or larger expander was used, screen memory began at $1000 and BASIC program text at $1200.[2]

The VIC-20 allows two locations for color RAM, either at $9600 or $9400. The default for unexpanded machines is at $9600, and with an 8 KB[2] or larger expander, the color RAM would be moved to $9400; however, the user can freely set it to either location via the register at $9002.

The normal location for ROM cartridges is at $A000–$BFFF. On power up, the kernel ROM checks for an ID header and if found jumps to the specified starting address. Larger 16 KB[2] cartridges use the second half of ROM either at $2000 or $6000. A few cartridges, including Scott Adams adventures, load entirely in the $2000-$7FFF area. Since the kernel can only autostart ROMs located at $A000, such programs has to be manually launched from BASIC via the SYS command.

Commodore's official RAM expansion cartridges were only available up to a maximum of 16 KB worth of additional memory, but third party cartridges can provide up to 64 KB and sometimes included DIP switches to map the additional RAM to user-selectable address space.[2]

Unlike the PET, the VIC-20 does not include a machine language monitor, but Commodore offered them on disk, tape, or cartridge, with several different executables to load into various memory locations. The monitor programs were the same as the PET monitor, but added a mini-assembler instead of requiring the user to enter hexadecimal opcodes.

The 32 KB cartridges allowed adding up to 24 KB to the BASIC user memory; together with the 3.5 KB built-in user memory, this gave a maximum of 27.5 KB for BASIC programs and variables. The extra 8 KB could usually be used in one of two ways, set by switches:[2]

  1. Either it could be mapped into the address space reserved for ROM cartridges, which sat "behind" the I/O register space and thus was not contiguous with the rest of the RAM. This allowed running many cartridge-based games from disk or tape and was thus very useful for software pirates; especially if the RAM expansion allowed switching off writing to its memory after the game was loaded, so that the memory behaved exactly like ROM.
  2. Or, 3 KB of the 8 KB could be mapped into the same memory "hole" that the 3 KB cartridge used, letting 5 KB lie fallow. These 3 KB were contiguous with the rest of RAM, but couldn't be used to expand BASIC space to more than 27.5 KB, because the display data would have had to be moved to cartridge RAM, which was not possible.[2]
Memory map[25]
Address Size [in KB[2]] Description Cartridge
decoded[26]
0x0000 1.0 RAM with jump vectors etc.
0x0400 3.0 Expansion *
0x1000 4.0 RAM for BASIC and screen
0x2000 8.0 Expansion block 1 *
0x4000 8.0 Expansion block 2 *
0x6000 8.0 Expansion block 3 *
0x8000 4.0 ROM character bitmap
0x9000 1.0 I/O for VIC, 6522 VIA#1, 6522 VIA#2, block 0
0x9400 0.5 Used for color RAM when expansion RAM at block 1
0x9600 0.5 Color RAM (normally)
0x9800 1.0 I/O block 2 *
0x9C00 1.0 I/O block 3 *
0xA000 8.0 Decoded for expansion ROM *
0xC000 8.0 ROM BASIC
0xE000 8.0 ROM KERNAL

Reception[]

Describing it as "an astounding machine for the price", Compute! in 1981 expected the VIC-20 would be popular in classrooms and homes with small children, with "excellent graphic and sound capabilities". While predicting the 22-column screen was "too small to support any but the most rudimentary business applications" the magazine observed that "at a price of $299, that is hardly the point", stating that "the VIC will provide very stiff competition to the TRS-80 Color Computer" and "is a much more valuable computer literacy tool than" other products like the TRS-80 Pocket Computer. Compute! concluded "VIC will create its own market, and it will be a big one".[21] While also noting the small screen size and RAM, BYTE stated that the VIC 20 was "unexcelled as low-cost, consumer-oriented computer. Even with some of its limitations...it makes an impressive showing against...the Apple II, the Radio Shack TRS-80, and the Atari 800". The magazine praised the price ("Looking at a picture...might cause you to think $600 would be a fair price...But it does not cost $600—the VIC 20 retails for $299.95"), keyboard ("the equal of any personal-computer keyboard in both appearance and performance. This is a remarkable achievement, almost unbelievable considering the price of the entire unit"), graphics, documentation, and ease of software development with the KERNAL.[27]

See also[]

Footnotes[]

References[]

  1. ^ "MESS VIC20/VC20 (German) PAL". MESS — Multiple Emulator Super System
  2. ^ Jump up to: a b c d e f g h i j k l m n o p q r s Here, K, M, G, or T refer to the binary prefixes based on powers of 1024.
  3. ^ "Home Video Game Console Sound Chip Round-Up". 090514 gweep.net
  4. ^ Jump up to: a b administrator@commodore.ca. "Commodore.ca - Products - Commodore VIC-20 History, Pictures & Time Line". www.commodore.ca. Archived from the original on 14 February 2015. Retrieved 23 March 2018.
  5. ^ "OLD-COMPUTERS.COM : The Museum". www.old-computers.com. Archived from the original on 2 February 2009. Retrieved 23 March 2018.
  6. ^ Arnold, Bruce Makoto (June 2017). "Twenty-Two Columns of Lowbrow Revolution: The Commodore VIC-20 and the Beginning of the Home Computer Era". Journal in Humanities. 6 (1): 11–20.
  7. ^ "Fick – Wiktionary". Retrieved 10 July 2018.
  8. ^ "wichsen – Wiktionary". Retrieved 10 July 2018.
  9. ^ "CCOM - Commodore VC20 / VIC20". Retrieved 10 July 2018.
  10. ^ "RUN Magazine issue 28".
  11. ^ Jump up to: a b Herzog, Marty (January 1988). "Neil Harris". Comics Interview (54). Fictioneer Books. pp. 41–51.
  12. ^ "Commodore VIC-1001 Kana (Japanese VIC-20 Characters) Demystified". Retrieved 17 June 2016.
  13. ^ "Commodore VIC-1001". Old-Computers.com: The Museum. Retrieved 7 June 2021.
  14. ^ Jump up to: a b Tomczyk, Michael. "The Home Computer Wars". Archived from the original on 14 February 2015.
  15. ^ https://www.commodore.ca/commodore-products/commodore-vic-20-the-first-inexpensive-home-computer/
  16. ^ https://www.forbes.com/sites/marcochiappetta/2020/06/30/the-retro-revival-continues-with-thevic20-the-wonder-computer-of-the-80s/?sh=394330bb40f7
  17. ^ Lock, Robert (June 1983). "Editor's Notes". Compute!. p. 6. Retrieved 30 October 2013.
  18. ^ Kevelson, Morton (January 1986). "Speech Synthesizers for the Commodore Computers / Part II". Ahoy!. p. 32. Retrieved 2 July 2014.
  19. ^ Butterfield, JIm (April 1981). "Advice to PET Owners: How To Be A VIC Expert". Compute!. No. 11. p. 34.
  20. ^ "Commodore: New Products, New Philosophies". Kilobaud. September 1980. pp. 26–28. Retrieved 23 June 2014.
  21. ^ Jump up to: a b Thornburg, David D. (April 1981). "The Commodore VIC-20: A First Look". Compute!. p. 26.
  22. ^ "RUN Magazine Issue 34".
  23. ^ Flynn, Christopher J. (June 1982). "Using Atari Joysticks With Your VIC". Compute!. p. 79. Retrieved 6 October 2013.
  24. ^ The Commodore VICModem and later models connected directly to the user port's edge connector. But in order to connect the VIC to industry-standard modems and other RS-232 devices, the user needed to purchase a separate TTL-to-RS232 voltage converter box (standard TTL voltages lie between 0 and 5 V, while RS-232 uses ±12 V).
  25. ^ "VIC-20 memory map (long)". zimmers.net. 19 September 2005. Retrieved 20 May 2013.
  26. ^ "VIC 20 / Commodore 64 RS 232" (PDF). commodore.ca. 30 March 2011. Retrieved 21 May 2013.
  27. ^ Williams, Gregg (May 1981). "The Commodore VIC 20 Microcomputer: A Low-Cost, High-Performance Consumer Computer". BYTE. p. 46. Retrieved 18 October 2013.

Sources[]

  • This article is based on material taken from the Free On-line Dictionary of Computing prior to 1 November 2008 and incorporated under the "relicensing" terms of the GFDL, version 1.3 or later.

Further reading[]

BYTE in 1983 published a series of technical articles about the VIC-20:

  1. Swank, Joel (January 1983). "Exploring the Commodore VIC-20". BYTE. p. 222.
  2. Swank, Joel (February 1983). "The Enhanced VIC-20 / Part 1: Adding a Reset Switch". BYTE. p. 118.
  3. Swank, Joel (March 1983). "The Enhanced VIC-20 / Part 2: Adding a 3K-Byte Memory Board". BYTE. p. 34.
  4. Swank, Joel (April 1983). "The Enhanced VIC-20 / Part 3: Interfacing an MX-80 Printer". BYTE. p. 260.
  5. Swank, Joel (May 1983). "The Enhanced VIC-20 / Part 4: Connecting Serial RS-232C Peripherals to the VIC's TTL Port". BYTE. p. 331.

External links[]

Retrieved from ""