Source position: card.inc line 67
type _card_dir = record  | 
chn: cint32;  | 
fileno: cuint32;  | 
filelen: cuint32;  | 
permissions: cuint8;  | 
filename: array [0..CARD_FILENAMELEN-1] of cuint8;  | 
gamecode: array [0..3] of cuint8;  | 
company: array [0..1] of cuint8;  | 
showall: cbool;  | 
end;  |