home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MAGAZINE / MISC / PCTV1N1.ZIP / F11F12.SRC < prev    next >
Encoding:
Text File  |  1989-10-09  |  138 b   |  7 lines

  1. FUNCTION F11F12Present : Boolean;
  2.  
  3. BEGIN
  4.   IF MEM[$0040:$00F0] = 0 THEN F11F12Present := False
  5.     ELSE F11F12Present := True
  6. END;
  7.