Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Vid_config
 Map                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
;* vid_config - Structure for video configuration.
;*
;* Shows:   STRUC    ENDS    COMM
 
vid_config      STRUC
  mode          DB      ?
  dpage         DB      ?
  rows          DB      ?
  cols          DB      ?
  display       DB      ?
  adapter       DB      ?
  CGAvalue      DB      ?
  sgmnt         DW      ?
vid_config      ENDS
                                    -♦-