Egghead.page Logo

Sinclair QL Graphics Mode Technical Specifications

The Sinclair QL, released in 1984, introduced advanced graphical capabilities for its time, distinguishing itself from earlier home computers. This article details the specific technical specifications that defined the graphics mode of the Sinclair QL, covering resolution, color depth, memory mapping, and the underlying hardware architecture responsible for video output.

Resolution and Display Output

The primary graphics mode of the Sinclair QL operated at a resolution of 512 by 256 pixels. This was considered high resolution for a home computer in the mid-1980s, offering significantly sharper text and imagery compared to contemporaries like the Commodore 64 or the ZX Spectrum. The system supported a non-interlaced display as standard, ensuring a flicker-free image on compatible monitors. Additionally, the hardware was capable of an interlaced mode, which effectively doubled the vertical resolution to 512 lines, resulting in a 512 by 512 pixel display, though this required a compatible monitor to avoid visible flicker.

Color Palette and Attributes

In terms of color, the Sinclair QL graphics architecture allowed for four colors to be displayed simultaneously on the screen. These four colors were selected from a total hardware palette of eight colors. The available colors included black, blue, red, magenta, green, cyan, yellow, and white. Unlike attribute-based systems that restricted color changes to character blocks, the QL’s graphics mode was pixel-addressable, allowing for greater flexibility in graphical design and color placement across the screen.

Video Hardware Architecture

The video generation was handled by a custom chipset designed specifically for the QL. The core component responsible for video signaling was the SCL (Sinclair Video) chip. This chip worked in conjunction with the GLUE chip, which managed memory access and timing. The SCL chip generated the RGB video signals and managed the DRAM refresh cycles required for the screen memory. This integration allowed the CPU to access screen memory without complex contention issues common in other architectures of the era, facilitating smoother graphics rendering.

Memory Allocation

The graphics mode required a specific allocation of the system’s random access memory to function as a frame buffer. Typically, 32 kilobytes of RAM were dedicated to storing the screen display data. This memory mapping was flexible within the QL’s microdrive operating system, allowing the screen memory to be relocated if necessary, though the default configuration reserved this space at a fixed address range. This substantial allocation ensured that the high-resolution bitmap could be stored and manipulated efficiently by the Motorola 68008 processor.

Conclusion

The graphics mode of the Sinclair QL was defined by its 512 by 256 resolution, four-color display from an eight-color palette, and dedicated video hardware. These technical specifications provided a robust platform for business applications and graphical interfaces, marking a significant step forward in home computer technology during the 1980s.