enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Mode 13h - Wikipedia

    en.wikipedia.org/wiki/Mode_13h

    Default VGA 256-color palette. Mode 13h is the standard 256-color mode on VGA graphics hardware introduced in 1987 with the IBM PS/2. It has a resolution of 320 × 200 pixels. [1] It was used in computer games and art/animation software of the late 1980s and early to mid-1990s. [citation needed] "13h" refers to the number of the mode in the VGA ...

  3. VGA text mode - Wikipedia

    en.wikipedia.org/wiki/VGA_text_mode

    Each screen character is represented by two bytes aligned as a 16-bit word accessible by the CPU in a single operation. The lower (or character) byte is the actual code point for the current character set, and the higher (or attribute) byte is a bit field used to select various video attributes such as color, blinking, character set, and so forth. [6]

  4. List of computer display standards - Wikipedia

    en.wikipedia.org/wiki/List_of_computer_display...

    Other common display modes also defined as VGA include 320×200 at 256 colours (8 bpp) (standard VGA resolution for DOS games that stems from halving the pixel rate of 640×400, but doubling color depth) and a text mode with 720×400 pixels; these modes run at 70 Hz and use non-square pixels, so 4:3 aspect correction is required for correct ...

  5. List of software palettes - Wikipedia

    en.wikipedia.org/wiki/List_of_software_palettes

    This is a list of software palettes used by computers. Systems that use a 4-bit or 8-bit pixel depth can display up to 16 or 256 colors simultaneously. Many personal computers in the early 1990s displayed at most 256 different colors, freely selected by software (either by the user or by a program) from their wider hardware's RGB color palette.

  6. List of monochrome and RGB color formats - Wikipedia

    en.wikipedia.org/wiki/List_of_monochrome_and_RGB...

    One range of the palette was many brightnesses of one primary color (say green), and another range of the other two primaries mixed together at different amounts and brightnesses (red and blue). It effectively reduced the horizontal resolution by half, but allowed a 12-bit "true color" in DOS and other 8-bit VGA/SVGA modes.

  7. Multi-Color Graphics Array - Wikipedia

    en.wikipedia.org/wiki/Multi-Color_Graphics_Array

    The PS/2 chipset's limited abilities prevent EGA compatibility and high-resolution multi-color VGA display modes. The tenure of MCGA was brief; the PS/2 Model 25 and Model 30 were discontinued by 1992, and the only manufacturer to produce a clone of this display adapter was Epson , in the Equity Ie and PSE-30 , since the VGA standard introduced ...

  8. File:VGA palette with black borders.svg - Wikipedia

    en.wikipedia.org/wiki/File:VGA_palette_with...

    English: Default VGA palette (256 colors) serving for 4 different needs in a single colour table [1] The first 16 colours are encoded exactly as with all 16 colour modes (0Dh/0Eh/10h/12h) which in turn use the same 4 bit encoding as the colour attributes of all text modes (*1)

  9. INT 10H - Wikipedia

    en.wikipedia.org/wiki/INT_10H

    INT 10h, INT 10H or INT 16 is shorthand for BIOS interrupt call 10 hex, the 17th interrupt vector in an x86-based computer system.The BIOS typically sets up a real mode interrupt handler at this vector that provides video services.