home *** CD-ROM | disk | FTP | other *** search
- ; pcdata.mac
- ;
- ; 7/7/89 by Ted
- ;
- ; pcdata structure specification for PC DIG assembly code.
- ;
- ; Copyright (c) 1988, 1989 Oakland Group Inc.
- ; ALL RIGHTS RESERVED
- ;
- ;------------------------REVISION HISTORY--------------------------------------;
- ;------------------------------------------------------------------------------;
- pcdata struc
- fontoffs dd 0
- fontseg dw 0
- vidaddr dw 0
- nsame dw 0
- starty dw 0
- fgcol db 0 ;; note: fgcol and bgcol together make splitcol.
- bgcol db 0
-
- dispseg dw 0
- ilmask dw 0
- ilsize dw 0
- vbincr dw 0
- fontlines dw 0
- nplanes db 0
- pcdata ends
-
- extdata pcdatastruc byte
- ;------------------------------------------------------------------------------;
-