home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_PAS / TPPCX256.ZIP / UDEFINES.DOC < prev    next >
Text File  |  1993-12-21  |  1KB  |  31 lines

  1. Mark D. Rafn, MDRUtils (tm), 1993
  2. {note: tabs=2}
  3. Conditional defines used with units.
  4. ===============================================
  5. format:
  6. [define]
  7.     [where used]            [action]
  8.  
  9. DPMI
  10.     (various)                    Compiles correct code for Protected Target. This define
  11.                                         is mandatory when targeting PMode.
  12. LINKVESA
  13.     UBGIVESA.TPU(TPP)    Links VESA256.OBJ with VESADriverProc call
  14.                                       Registers VESA256.BGI driver
  15. VGA256
  16.     UBGI256.TPU(TPP)    Links BGI256.OBJ with BGI256Proc call
  17.                                       Registers BGI256.BGI driver
  18. LINKVGA256
  19.     UVGA.TPU(TPP)            Links VGA256.OBJ with VGA256DriverProc call
  20.                                       Registers VGA256.BGI driver
  21. INCPALS
  22.     UPAL256.TPU(TPP)    Includes 3 aDac_16 constant structures defining a red,
  23.                                       green, and blue gradient palette for use with the
  24.                     SetColorBlock routine. (DAC16_Red, DAC16_Blue, DAC16_Green
  25.  
  26. Externals:
  27. ===============================================
  28. BGI256.OBJ    public name BGI256Proc
  29. VESA256.OBJ    public name VESA256DriverProc
  30. VGA256.OBJ    public name VGA256DriverProc
  31.