•  Back 
  •  Structures 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  %About 
  •  Show info about hypertext 
  •  View a new file 
Topic       : The ATARI Compendium
Author      : Scott Sanders / JAY Software
Version     : 1.25 (20/6/2003)
Subject     : Documentation
Nodes       : 1117
Index Size  : 32614
HCP-Version : 6
Compiled on : Atari
@charset    : UTF-8
@lang       : en
@default    : 
@help       : %About
@options    : +g -i -t4 +y +z
@width      : 100
View Ref-FileAES
PD (BASEPAGE)                                                    Structures

typedef struct
{
   VOID   *p_lowtpa;
   VOID   *p_hitpa;
   VOID   *p_tbase;
   LONG   p_tlen;
   VOID   *p_dbase;
   LONG   p_dlen;
   VOID   *p_bbase;
   LONG   p_blen;
   DTA    *p_dta;

   struct PD *p_parent;

   WORD   p_res0;
   WORD   p_res1;
   BYTE   *p_env;
   BYTE   p_devx[6];
   BYTE   p_res2;
   BYTE   p_defdrv;
   LONG   p_res3[18];
   BYTE   p_cmdlin[128];

} PD; /* or BASEPAGE */

See also: AES