Files
Sepp J Morris 31738079c4 Upload
Digital Research
2020-11-06 18:50:37 +01:00

1 line
768 B
C++
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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