MOS Technology 8563

MOS Technology 8563

The 8563 Video Display Controller (VDC) was an integrated circuit produced by MOS Technology. It was used in the Commodore 128 computer to generate an 80-column (640×200 pixel) RGB video display. The D/DCR models of the C128 used the later and more technically advanced [MOS Technology 8568|8568 [D] VDC] chip.

History and characteristics

[
demo showcases the VDC's blitter capabilities with a simple 3D animation of a wire frame model of a cube.] Originally intended for a planned (but unreleased) UNIX-based business computer, Commodore designed the VDC into several prototype machines. Of these, only the Commodore 128 ever saw production. Unlike earlier MOS video chips such as the popular VIC-II, the VDC had dedicated video RAM, 16 kilobytes (upgradable to 64 kilobytes) in the original or "flat" C128 and 64 kilobytes in the C128DCR. This RAM was not directly accessible by the microprocessor.

The 8563 was more difficult to produce than most of the rest of the MOS Technology line, and initial yields were very low. [http://www.commodore.ca/products/128/Commodore_128.htm] Also, there were timing issues with the VDC that would cause indirect load and store operations on its registers to malfunction.

Officially, the VDC was a text-only chip, although a careful reading of the technical literature by MOS Technology that was given to the early C128 developers did indicate that a high-resolution bitmap mode was possible—it simply wasn't described in any detail. BASIC 7.0, the Commodore 128's built-in programming language, only supported high-resolution graphics in 40-column mode via the legacy VIC-II chip.

Shortly after the release of the C128 the VDC's bitmap mode was described in considerable detail in a Data Becker book (published in late 1985 in the USA by Abacus Software), and an assembly language program was provided by the authors, in which it was possible to set or clear any pixel or, using BASIC to perform the necessary calculations, generate bitmapped geometric shapes on the 80 column screen. In February 1986, less than a year after the Commodore 128's release, "RUN" magazine published "Ultra Hi-Res Graphics", an article describing the VDC's bitmapped mode and including a type-in program (written in 8502 assembly language) that extended BASIC 7.0's capabilities to support 640×200 high-resolution graphics using the 8563. [http://cbmfiles.com/genie/geniefiles/C128Software/ULTRAHIRES.DOCS] Authors Lou Wallace and David Darus later developed the Ultra Hi-Res utility into a commercial package, "BASIC 8". One of the most popular third-party utilities for the C128, this offered more advanced VDC high-resolution capabilities to a wide audience of programmers.

Commodore finally offered complete official documentation on the VDC in the "Commodore 128 Programmer's Reference Guide". VDC bitmap modes were used extensively in the C128 version of the GEOS operating system.

The VDC lacked sprite capabilities, which limited its use in gaming applications. However, it did contain blitting capabilities to perform automatic block memory copies within its dedicated video RAM. These functions were used by the C128's screen editor ROM to rapidly scroll or clear screen sections.

Technical specifications

*RGBI output (RGB plus Intensity) compatible with IBM's CGA video standard.
*16 or 64 kilobyte address space for display, character shape and display attribute memory (dedicated, separate from system memory).
*640×200 pixel video resolution (640×400 in interlaced mode).
*720*700 pixel video resolution (maximum with 64 kilobyte video ram) [http://www.c128.net/infos/image/pic_gfxbooster9-89.gif]
*80×25, 80×50, 40×25 characters text resolution.
*8 colors at 2 intensities.

Programming

Addressing the VDC's internal registers and dedicated video memory must be accomplished by indirect means. First the program must tell the VDC which of its 37 internal registers is to be accessed. Next the program must wait until the VDC is ready for the access, after which a read or write on the selected internal register may be performed. The following code is typical of a register read: ldx #regnum ;VDC register to access stx $d600 ;write to control register loop bit $d600 ;check bit 7 of status register bpl loop ;VDC not ready lda $d601 ;get contents of VDC register ...

Writing from registers is done similarly, except that the value is written to the VDC data register.

ldx #regnum ;VDC register to write to stx $d600 ;write to control register loop1 bit $d600 ;check bit 7 of status register bpl loop1 ;VDC not ready sta $d601 ;write accumulator to VDC data register loop2 bit $d600 ;check bit 7 of status register bpl loop2 ;VDC not done writing yet ...

While the 'official' procedure for reading or writing to a VDC register is as listed above, there are many [http://www.ffd2.com/fridge/vdc/vdc.tips programming shortcuts] that can be taken to increase performance.

Owing to this somewhat cumbersome method of controlling the VDC, the maximum possible frame rate in bit-mapped mode is generally too slow for arcade-style action video games, in which bit-intensive manipulation of the display is required.

Register Listing

This information was adapted from the [http://www.devili.iki.fi/library/publication/351.en.html "Commodore 128 Programmer's Reference Guide"] [Commodore Capital, Inc., (1986). "Commodore 128 programmer's reference guide." New York, NY: Bantam Books, Inc.]

References

External links

* [http://cbmfiles.com/genie/geniefiles/C128Software/ULTRAHIRES1.SFX "Ultra Hi-Res" self-extracting archive - Volume I]
* [http://cbmfiles.com/genie/geniefiles/C128Software/ULTRAHIRES2.SFX "Ultra Hi-Res" self-extracting archive - Volume II]
* [http://www.ffd2.com/fridge/chacking/c=hacking2.txt "C= Hacking" volume 2 - Register listing and description]


Wikimedia Foundation. 2010.

Игры ⚽ Нужен реферат?

Look at other dictionaries:

  • MOS Technology, Inc — MOS Technology MOS Technologie, également connue sous le nom de Commodore Semiconductor Group, fut une société américaine d électronique et un fondeur de microprocesseurs. La société est particulièrement connue pour avoir conçu la gamme des… …   Wikipédia en Français

  • MOS Technology — Not to be confused with Mostek. MOS Technology, Inc. Industry Semiconductor design and manufacturing Predecessor Allen Bradley Successor Co …   Wikipedia

  • MOS Technology — MOS Technology, également connue sous le nom de Commodore Semiconductor Group, fut une société américaine d électronique et un fondeur de microprocesseurs. La société est particulièrement connue pour avoir conçu la gamme des microprocesseurs MOS… …   Wikipédia en Français

  • MOS Technology SID — MOS Technology SIDs. The right chip is a 6581 from MOS Technology, known at the time as the Commodore Semiconductor Group (CSG.) The left chip is an 8580, also from MOS Technology. The numbers 0488 and 3290 are in WWYY form, i.e. the chips were… …   Wikipedia

  • MOS Technology 8568 — The 8568 Video Display Controller (VDC), less commonly known as the DVDC, D = Digital , was MOS Technology s graphics chip responsible for the 80 column ref|80 column (or RGBI) display on [Commodore 128#128D; RGB graphics|D [CR] models of the… …   Wikipedia

  • MOS Technology VIC-II — The VIC II (Video Interface Chip II), specifically known as the MOS Technology 6567/8562/8564 (NTSC versions), 6569/8565/8566 (PAL), is the microchip tasked with generating Y/C/composite video graphics and DRAM refresh signals in the Commodore 64 …   Wikipedia

  • MOS Technology — Logo Teil einer C64 Platine mit einig …   Deutsch Wikipedia

  • MOS Technology VDC — Der MOS Technology VDC (Video Display Controller) ist ein Video Display Controller, der für die 80 Zeichen Ausgabe im Commodore C128 zuständig ist. Er wird an einen Monitor mit RGBI Eingang (z. B. CGA Bildschirme) angeschlossen. Ursprünglich …   Deutsch Wikipedia

  • MOS Technologies VDC — Der MOS Technology VDC (Video Display Controller) ist ein Videochip, der für die 80 Zeichen Ausgabe im Commodore C128 zuständig ist. Er wird an einen Monitor mit RGBI Eingang (z.B. CGA Bildschirme) angeschlossen. Ursprünglich wurde der VDC für… …   Deutsch Wikipedia

  • MOS Technologies — Logo Teil einer C64 Platine mit einigen wichtigen Chips von MOS Technology, u. a. SID und einer …   Deutsch Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”