Unit Cputyp

Classes

Functions

CpuType - Return the type of the current CPU
CpuTypeString - Return the type as a short string

subtract 1 to map to TCpuType

Types

TCpuType

Constants

Variables


Functions


function CpuType: TCpuType;

Return the type of the current CPU

function CpuTypeString: String;

Return the type as a short string

subtract 1 to map to TCpuType


Types


TCpuType = (cpu8086, cpu80286, cpu386, cpu486, cpuPentium);
All the types currently known. As new types are created, add suitable names, and extend the case statement in CpuTypeString.

Constants


Variables