Source position: cardres.pas line 59
type TCardMemoryMap = record
cmm_CommonMemory: PByte;
cmm_AttributeMemory: PByte;
cmm_IOMemory: PByte;
cmm_CommonMemSize: DWord;
cmm_AttributeMemSize: DWord;
cmm_IOMemSize: DWord;
end;