home *** CD-ROM | disk | FTP | other *** search
- {$if not def CARDRES_LIB_H} CONST CARDRES_LIB_H=0;
-
- { *************************************************************
- ** KickPascal-Include-Datei "cardres.lib" zu Kickstart 3.0 **
- ************************************************************* }
-
- {$if not def EXEC_RESIDENT_H;incl "exec/resident.h";endif}
- {$if not def RESOURCES_CARD_H;incl "resources/card.h";endif}
-
- VAR CardResource : Ptr;
-
- LIBRARY CardResource:
-
- -6 : FUNCTION OwnCard(A1:p_CardHandle): p_CardHandle;
- -12 : PROCEDURE ReleaseCard(A1:p_CardHandle; D0:Long);
- -18 : FUNCTION GetCardMap: p_CardMemoryMap;
- -24 : FUNCTION BeginCardAccess(A1:p_CardHandle): Boolean;
- -30 : FUNCTION EndCardAccess(A1:p_CardHandle): Boolean;
- -36 : FUNCTION ReadCardStatus: Byte;
- -42 : FUNCTION CardResetRemove(A1:p_CardHandle; D0:Long): Boolean;
- -48 : FUNCTION CardMiscControl(A1:p_CardHandle; D1:Long): Byte;
- -54 : FUNCTION CardAccessSpeed(A1:p_CardHandle; D0:Long): Long;
- -60 : FUNCTION CardProgramVoltage(A1:p_CardHandle; D0:Long): Long;
- -66 : FUNCTION CardResetCard(A1:p_CardHandle): Boolean;
- -72 : FUNCTION CopyTuple(A1:p_CardHandle; A0:Ptr; D1:Long; D0:Long): Boolean;
- -78 : FUNCTION DeviceTuple(A0:Ptr; A1:p_DeviceTData): Long;
- -84 : FUNCTION IfAmigaXIP(A2:p_CardHandle): p_Resident;
- -90 : FUNCTION CardForceChange: Boolean;
- -96 : FUNCTION CardChangeCount: Long;
- -104 : FUNCTION CardInterface: Long;
- END;
-
- {$endif}
-