|
|
| version 1.7, 2004/08/15 14:56:15 | version 1.9, 2005/02/04 06:42:11 |
|---|---|
| Line 36 enum { | Line 36 enum { |
| FDDSTAT_NOTREADY = 0x80 | FDDSTAT_NOTREADY = 0x80 |
| }; | }; |
| typedef struct { | |
| UINT8 c; | |
| UINT8 h; | |
| UINT8 r; | |
| UINT8 n; | |
| UINT8 flag; | |
| UINT8 padding; | |
| UINT8 size[2]; | |
| } TAOSEC; | |
| typedef struct _fddfile _FDDFILE; | typedef struct _fddfile _FDDFILE; |
| typedef struct _fddfile *FDDFILE; | typedef struct _fddfile *FDDFILE; |
| Line 73 struct _fddfile { | Line 83 struct _fddfile { |
| FDDSEEK seek; | FDDSEEK seek; |
| FDDREAD read; | FDDREAD read; |
| FDDWRITE write; | FDDWRITE write; |
| FDDWRITE wrtrk; | |
| FDDCRC crc; | FDDCRC crc; |
| #if defined(SUPPORT_DISKEXT) | #if defined(SUPPORT_DISKEXT) |
| FDDSEC sec; | FDDSEC sec; |