Sector

Mackapar 3.5" Floppy Drive (M35FD) See 'docs/floppy drive.txt' for specification.

@trusted nothrow
struct Sector {
ushort[512] data;
}

Meta