Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo Pascal - <b> hires activate 640x200 graphics screen pp 164</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 HIRES                 Activate 640x200 Graphics Screen               pp 164

 Syntax:  HiRes ;

 Type:    N/A

 Form:    Graphics Procedure

 Purpose: Active the 640x200 graphics screen.

 Notes:   Col (x) coordinates are 0..619.  Row (y) cooridinates are 0..199.
          The background color is always black, and the foreground color is
          selected by the HiResColor procedure.


 ----------------------------------------------------------------------------


 Usage:
       BEGIN
          HiRes ;
       END.

See Also: GraphMode GraphColorMode HiResColor

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson