[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] GEMPARBLK in toshyp
> > how come GEMPARBLK is not in the TosHyp?
>
> It's called AESPB and is described here:
I think Paul mean this
-------------------------------cut-------------------------------
typedef struct
{
int contrl[15];
int global[80];
int intin[128];
int intout[45];
int ptsout[128];
void *addrin[128];
void *addrout[6];
int ptsin[128];
} GEMPARBLK;
-------------------------------cut-------------------------------
PureC GEM lib have this structure. The gemlib from MiNT not and that
is the reason why the structure is it at the moment not in the
tos.hyp.
Gerhard