home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Developer CD v1.2
/
amidev_cd_12.iso
/
devcon
/
milan_1991
/
devcon91.2
/
tiga
/
include
/
a2410
/
exlocs.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-09-01
|
985b
|
35 lines
#ifndef TIGA_EXLOCS_H
#define TIGA_EXLOCS_H
/*
** $Filename: tiga/exlocs.h $
** $Release: $$$RELEASE$$$ $
**
** PUBLIC EXTENDER FILE
**
** (C) Copyright 1988,1989,1990 University of Lowell
** Center for Productivity Enhancement
** All Rights Reserved
**
**
** Purpose:
** Define the absolute address of the locations in gsp memory used to
** exchange information between the gsp and processes running on the host
**
*/
#define DEVICE_INT_ENABLE_ADDRESS 0xDE10
#define LOC_CSCNT 0xFFFFDF40 /*store count of CS's */
#define LOC_CSDSIZ 0xFFFFDF50 /*store data size of each CS */
#define LOC_CSA_ADDR 0xFFFFDF60 /*store address of CS array */
#define LOC_CS_ADDR 0xFFFFDF80 /*store address of current CS */
#define MOUSEXY 0xFFFFDFA0
#define ABUFF 0xFFFFDFC0
#define CBUFFL 0xFFFFDFD0
#define CBUFFH 0xFFFFDFE0
#define EBUFF 0xFFFFDFF0
#define HIHALF 0xFFFF
#define LOMOUSEXY 0xDFA0
#endif /* TIGA_EXLOCS_H */