|
|
| version 1.1, 2004/08/01 05:31:30 | version 1.2, 2004/08/04 15:18:26 |
|---|---|
| Line 24 typedef struct { | Line 24 typedef struct { |
| UINT8 reserved[3]; // Reserved | UINT8 reserved[3]; // Reserved |
| UINT8 rpm_flg; // rpm 0:1.2 1:1.44 | UINT8 rpm_flg; // rpm 0:1.2 1:1.44 |
| UINT8 size[2]; // Sector Size | UINT8 size[2]; // Sector Size |
| } __attribute__ ((packed)) _D88SEC, *D88SEC, D88_SECTOR; | } __attribute__ ((packed)) _D88SEC, *D88SEC; |
| #else | #else |
| #pragma pack(push, 1) | #pragma pack(push, 1) |
| // D88¥Ø¥Ã¥À (size: 2b0h bytes) | // D88¥Ø¥Ã¥À (size: 2b0h bytes) |