home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c185 / 2.ddi / OWLSRC.EXE / CSCAPE / SOURCE / PCDATA.MAC < prev    next >
Encoding:
Text File  |  1989-09-06  |  727 b   |  32 lines

  1. ; pcdata.mac
  2. ;
  3. ; 7/7/89 by Ted
  4. ;
  5. ; pcdata structure specification for PC DIG assembly code.
  6. ;
  7. ; Copyright (c) 1988, 1989 Oakland Group Inc.
  8. ; ALL RIGHTS RESERVED
  9. ;
  10. ;------------------------REVISION HISTORY--------------------------------------;
  11. ;------------------------------------------------------------------------------;
  12. pcdata struc
  13.     fontoffs    dd 0
  14.     fontseg        dw 0
  15.     vidaddr        dw 0
  16.     nsame        dw 0
  17.     starty        dw 0
  18.     fgcol        db 0    ;; note: fgcol and bgcol together make splitcol.
  19.     bgcol        db 0
  20.  
  21.     dispseg        dw 0
  22.     ilmask        dw 0
  23.     ilsize        dw 0
  24.     vbincr        dw 0
  25.     fontlines    dw 0
  26.     nplanes        db 0
  27. pcdata ends
  28.  
  29. extdata pcdatastruc byte
  30. ;------------------------------------------------------------------------------;
  31.  
  32.