home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / screen / m.arc / M.DOC < prev   
Encoding:
Text File  |  1987-06-21  |  2.2 KB  |  54 lines

  1. Docs for M.com - display mode selection utility
  2. R. Trevithick, 06/07/87
  3.  
  4.  
  5. This is  a simple  little routine  to allow quickly switching display
  6. modes.  The modes  that programmers  would normally  use to  test out
  7. their programs  in various  text modes can be quickly selected with a
  8. mnemonic shorthand method, otherwise the mode is selected by number.
  9.  
  10.  
  11. The short-hand selector options are:
  12.  
  13.       m   select the monochrome display
  14.  
  15.       c   select color mode, 80x25
  16.  
  17.       c4  select color mode, 40x25
  18.  
  19.       e   select ega mode, 80x43   (note the 43 line display)
  20.  
  21. These will meet the  needs of  most programmers  who routinely switch
  22. back  and  forth  among modes  as they are testing out new
  23. routines.
  24.  
  25. The correct font, ega bios cursor compensation bit,  and print-screen
  26. routine are automatically selected along with the display mode.
  27.  
  28. If the  selected device  does not  exist, or  if the  device does not
  29. support the selected mode, the mode and number of lines  that were in
  30. effect when  the program was invoked are restored and the help screen
  31. is displayed.
  32.  
  33.       DISPLAY MODES SUMMARY TABLE
  34.  
  35.       Mode #   Device  Description
  36.       ------   ------  -----------
  37.  
  38.       0        COLOR   40 x 25   Black and White
  39.       1        COLOR   40 x 25   Color burst enabled                
  40.       2        COLOR   80 x 25   Black and White                    
  41.       3        COLOR   80 x 25   Color burst enabled                
  42.       4        COLOR   320 x 200 Color burst enabled (Medium res) 
  43.       5        COLOR   320 x 200 Black and White     (Medium res) 
  44.       6        COLOR   640 x 200 Black and White     (High   res) 
  45.       7        MONO    Monochrome Adapter or EGA + Mono Display   
  46.       8        COLOR   160 x 200 Color  (PCjr only) (Low    res)   
  47.       9        COLOR   320 x 200 Color  (PCjr only) (Medium res)   
  48.       10       COLOR   640 x 200 Color  (PCjr only) (High   res)   
  49.       13       COLOR   320 x 200 Color   (EGA only) (Medium res)   
  50.       14       COLOR   640 x 200 Color   (EGA only) (High   res)   
  51.       15       MONO    640 x 350 Mono    (EGA only) (High   res)   
  52.       16       COLOR   640 x 350 Color (EGA + Enhanced  Color Display only)
  53.  
  54.