home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / cpm68k / utils.lbr / CONFIG.HQ / CONFIG.H
Encoding:
Text File  |  1986-05-22  |  768 b   |  22 lines

  1. typedef struct {
  2.     char num_sides;        /* off 0 */
  3.     char num_cylinders;        /* off 1 */
  4.     char sectors_per_track;    /* off 2 */
  5.     char gap3;            /* off 3 */
  6.     char skew_flag;        /* off 4 */
  7.     char data_length;        /* off 5 */
  8.     short int bytes_per_sector;    /* off 6 */
  9.     unsigned short int motor_delay; /* off 8 */
  10.     char head_load;        /* off 10 */
  11.     char step_rate;        /* off 11 */
  12.     char track_format;        /* off 12 */
  13.     char density;        /* off 13 */
  14.     char retry;            /* off 14 */
  15.     char ignore_errors;        /* off 15 */
  16.     char soft_error;        /* off 16 */
  17.     char double_step;        /* off 17 */
  18.     char unused[14];        /* off 18 to 31 */
  19.     } CONFIGBLK;
  20.  
  21.  
  22.