home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / GameSmith1-Hisoft-System.DMS / in.adf / GDS_System.lha / include / misc / chiprev.h next >
Encoding:
C/C++ Source or Header  |  1994-07-11  |  107 b   |  9 lines

  1. #ifndef GS_MISC
  2. #define GS_MISC
  3.  
  4. #define OCS_CHIPREV    0
  5. #define ECS_CHIPREV    1
  6. #define AGA_CHIPREV    2
  7.  
  8. #endif
  9.