* BIOS INT10h video
   mode7.com          Set 80x25 text mode, mono         [ALL except CGA]
   mode3.com          Set 80x25 text mode, color        [ALL except MDA/Herc]
   mode2.com          Set 80x25 text mode, mono         [ALL except MDA/Herc]
   mode1.com          Set 40x25 text mode, color        [ALL except MDA/Herc]
   mode0.com          Set 40x25 text mode, mono         [ALL except MDA/Herc]
   80text1.com        Set 80x25 mode and draw, with     [ALL]
                      INT 11h to autodetect mono/color
   cga4a.com          Set CGA 320x200 4-color, and      [ALL except MDA/Herc]
                      draw image
   cga2a.com          Set CGA 640x200 2-color, and      [ALL except MDA/Herc]
                      draw image
   herc2a.com         Setup Hercules/MDA 720x348 mode   [Herc]
   ega16a.exe         Setup EGA 640x350x16 and draw     [EGA/VGA/SVGA/etc]
   ega16b.exe         Setup EGA 640x350x16 and draw,    [EGA/VGA/SVGA/etc]
                      and program custom palette
   ega16bv.exe        Setup EGA 640x350x16 and draw,    [VGA/SVGA/etc]
                      and program custom palette using
                      VGA DAC registers, which won't
                      work on EGA.
   ega16c.exe         Setup EGA 640x350x16 and draw.    [EGA/VGA/SVGA/etc]
                      This version uses column-major
                      drawing to increase performance.
   ega16d.exe         Setup EGA 640x350x16, draw, and   [EGA/VGA/SVGA/etc]
                      then use Write Mode 1 to bitblit
                      VRAM to VRAM.
   ega16e.exe         Setup EGA 640x350x16, draw, and   [EGA/VGA/SVGA/etc]
                      then use Write Mode 1 to bitblit
                      VRAM to VRAM with a stretching
                      effect.
   vga256a.exe        Setup VGA 320x200x256 chained     [VGA/SVGA/etc]
   vga256b.exe        Setup VGA 320x400x256 chained     [VGA/SVGA/etc]
   vga256c.exe        Setup VGA 320x200x256 mode X      [VGA/SVGA/etc]
   vga256d.exe        Setup VGA 320x400x256 mode X      [VGA/SVGA/etc]
   vga256e.exe        Setup VGA 320x200x256 mode X+wmtst[VGA/SVGA/etc]
   vga256f.exe        Setup VGA 320x400x256 mode X+wmtst[VGA/SVGA/etc]
   vga256g.exe        Setup VGA 320x240x256 mode X+wmtst[VGA/SVGA/etc]
   vga256h.exe        Setup VGA 320x480x256 mode X      [VGA/SVGA/etc]
   vga256i.exe        Setup VGA 320x350x256 mode X+wmtst[VGA/SVGA/etc]
   vgaras1.com        VGA 320x200x256 with raster FX    [VGA/SVGA/etc]
                      (changing palette registers per
                      scan line)
   egaras1.com        EGA 320x200x256 with raster FX    [EGA/VGA/SVGA/etc]
                      (changing palette registers per
                      scan line)

