VPXPRess Special Version ======================== This version provides an API for VGA Memory MAPPING scheme. These 2 APIs were added to IVideoDma : virtual void SetAddressTypeToUse(PhysicalAddressType pat) = 0; virtual void SetPhysicalAddressToUse(DWORD PhysicalAddress) = 0; The options for PhysicalAddressType are : PAT_MAPPING : Memory Mapping can be done every IVideoDma->Start PAT_ORIGINAL : Only the first Memory Mapped address will be used. Disregarding consequetive calls to MapLinearToPhysical PAT_USER : User can supply through IVieoDma->SetPhysicalAddressToUse the physical address to use.