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 >
C/C++ Source or Header  |  1992-09-01  |  985b  |  35 lines

  1. #ifndef TIGA_EXLOCS_H
  2. #define TIGA_EXLOCS_H
  3. /*
  4. **    $Filename: tiga/exlocs.h $
  5. **    $Release: $$$RELEASE$$$ $
  6. **
  7. **    PUBLIC EXTENDER FILE
  8. **
  9. **    (C) Copyright 1988,1989,1990 University of Lowell
  10. **                    Center for Productivity Enhancement
  11. **      All Rights Reserved
  12. **
  13. **
  14. ** Purpose:
  15. **   Define the absolute address of the locations in gsp memory used to
  16. **  exchange information between the gsp and processes running on the host
  17. **
  18. */
  19.  
  20. #define DEVICE_INT_ENABLE_ADDRESS 0xDE10
  21. #define LOC_CSCNT        0xFFFFDF40    /*store count of CS's         */
  22. #define LOC_CSDSIZ        0xFFFFDF50    /*store data size of each CS    */
  23. #define LOC_CSA_ADDR        0xFFFFDF60    /*store address of CS array    */
  24. #define LOC_CS_ADDR        0xFFFFDF80    /*store address of current CS     */
  25. #define MOUSEXY            0xFFFFDFA0
  26. #define ABUFF            0xFFFFDFC0
  27. #define CBUFFL            0xFFFFDFD0
  28. #define CBUFFH            0xFFFFDFE0
  29. #define EBUFF            0xFFFFDFF0
  30. #define HIHALF                  0xFFFF
  31. #define LOMOUSEXY               0xDFA0
  32.  
  33.  
  34. #endif    /*  TIGA_EXLOCS_H */
  35.