Lines Matching +full:0 +full:x43
33 EXTENDED_VGA - Standard 8-pixel font mode: 80x43 on EGA, 80x50 on VGA.
37 0..35 - Menu item number (when you have used the menu to view the list of
39 to use). 0..9 correspond to "0".."9", 10..35 to "a".."z". Warning: the
44 0x.... - Hexadecimal video mode ID (also displayed on the menu, see below
61 0 0F00 80x25
62 1 0F01 80x50
63 2 0F02 80x43
64 3 0F03 80x26
74 "0 0F00 80x25" means that the first menu item (the menu items are numbered
75 from "0" to "9" and from "a" to "z") is a 80x25 mode with ID=0x0f00 (see the
91 80x43), local modes (if the local modes feature is enabled), VESA modes and
112 expressed in a hexadecimal notation (starting with "0x"). You can set a mode
117 0x0000 to 0x00ff - menu item references. 0x0000 is the first item. Don't use
121 0x0100 to 0x017f - standard BIOS modes. The ID is a BIOS video mode number
122 (as presented to INT 10, function 00) increased by 0x0100.
124 0x0200 to 0x08ff - VESA BIOS modes. The ID is a VESA mode ID increased by
125 0x0100. All VESA modes should be autodetected and shown on the menu.
127 0x0900 to 0x09ff - Video7 special modes. Set by calling INT 0x10, AX=0x6f05.
128 (Usually 940=80x43, 941=132x25, 942=132x44, 943=80x60, 944=100x60,
131 0x0f00 to 0x0fff - special modes (they are set by various tricks -- usually
133 0x0f00 standard 80x25, don't reset mode if already set (=FFFF)
134 0x0f01 standard with 8-point font: 80x43 on EGA, 80x50 on VGA
135 0x0f02 VGA 80x43 (VGA switched to 350 scanlines with a 8-point font)
136 0x0f03 VGA 80x28 (standard VGA scans, but 14-point font)
137 0x0f04 leave current video mode
138 0x0f05 VGA 80x30 (480 scans, 16-point font)
139 0x0f06 VGA 80x34 (480 scans, 14-point font)
140 0x0f07 VGA 80x60 (480 scans, 8-point font)
141 0x0f08 Graphics hack (see the VIDEO_GFX_HACK paragraph below)
143 0x1000 to 0x7fff - modes specified by resolution. The code has a "0xRRCC"
145 E.g., 0x1950 corresponds to a 80x25 mode, 0x2b84 to 132x43 etc.
150 0xff00 to 0xffff - aliases for backward compatibility:
151 0xffff equivalent to 0x0f00 (standard 80x25)
152 0xfffe equivalent to 0x0f01 (EGA 80x43 or VGA 80x50)
154 If you add 0x8000 to the mode ID, the program will try to recalculate
171 mode number 0x0f08 (see the Mode IDs section above).
185 video mode setting. In this case, you must specify the 0x0f04 mode ("leave
192 end setting". Adding 0x8000 to the mode ID might fix the problem. Unfortunately,
205 2.1 (30-Jan-96) VESA modes moved to 0x200-0x3ff. Mode selection by resolution
209 active when started. Scanning fixed. 80x43 (any VGA) added.
211 2.2 (01-Feb-96) EGA 80x43 fixed. VESA extended to 0x200-0x4ff (non-standard 02XX
214 flag, 0xffff and 0xfffe became aliases instead of real IDs.
225 2.7 (09-Apr-96) - Accepted all VESA modes in range 0x100 to 0x7ff, because some
238 2.9 (12-May-96) - Ignored VESA modes 0x80 - 0xff (more VESA BIOS bugs!)