home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / diverses / snip / evsavres.txt < prev    next >
Encoding:
Text File  |  1990-06-25  |  241 b   |  6 lines

  1. To blank EGA/VGA screen - read flipflop at 0x3DA, then write 0x00
  2.                           to control port at 0x3C0
  3.  
  4. To restore screen       - read flipflop at 0x3DA, then write 0x020
  5.                           to control port at 0x3C0
  6.