home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Resources / System / BoingBag1 / Contributions / InstallerNG / GUI-API / savagelib / include / savage / getreg.h < prev    next >
C/C++ Source or Header  |  1999-08-14  |  374b  |  21 lines

  1.  
  2. #ifndef SAVAGE_GETREG_H
  3. #define SAVAGE_GETREG_H
  4.  
  5. #define REG_D2     (0<<2)
  6. #define REG_D3     (1<<2)
  7. #define REG_D4     (2<<2)
  8. #define REG_D5     (3<<2)
  9. #define REG_D6     (4<<2)
  10. #define REG_D7     (5<<2)
  11.  
  12. #define REG_A2     (6<<2)
  13. #define REG_A3     (7<<2)
  14. #define REG_A4     (8<<2)
  15. #define REG_A5     (9<<2)
  16. #define REG_A6     (10<<2)
  17. #define REG_A7     (11<<2)
  18.  
  19. #endif
  20.  
  21.