home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / dev / gcc / libnixV0_8.lha / gnu / libnix-sources.lha / sources / amiga / misc / Cia.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-12-12  |  1.1 KB  |  40 lines

  1. #include <stabs.h>
  2.  
  3. /* Absolute definitions for the cia registers
  4.  * some of the are recommended to use
  5.  * and very useful when hacking hardware ;-)
  6.  */
  7.  
  8. ABSDEF(ciab,      0x00bfd000);
  9. ABSDEF(ciabpra,   0x00bfd000);
  10. ABSDEF(ciabprb,   0x00bfd100);
  11. ABSDEF(ciabddra,  0x00bfd200);
  12. ABSDEF(ciabddrb,  0x00bfd300);
  13. ABSDEF(ciabtalo,  0x00bfd400);
  14. ABSDEF(ciabtahi,  0x00bfd500);
  15. ABSDEF(ciabtblo,  0x00bfd600);
  16. ABSDEF(ciabtbhi,  0x00bfd700);
  17. ABSDEF(ciabtodlow,0x00bfd800);
  18. ABSDEF(ciabtodmid,0x00bfd900);
  19. ABSDEF(ciabtodhi, 0x00bfda00);
  20. ABSDEF(ciabsdr,   0x00bfdc00);
  21. ABSDEF(ciabicr,   0x00bfdd00);
  22. ABSDEF(ciabcra,   0x00bfde00);
  23. ABSDEF(ciabcrb,   0x00bfdf00);
  24. ABSDEF(ciaa,      0x00bfe001);
  25. ABSDEF(ciaapra,   0x00bfe001);
  26. ABSDEF(ciaaprb,   0x00bfe101);
  27. ABSDEF(ciaaddra,  0x00bfe201);
  28. ABSDEF(ciaaddrb,  0x00bfe301);
  29. ABSDEF(ciaatalo,  0x00bfe401);
  30. ABSDEF(ciaatahi,  0x00bfe501);
  31. ABSDEF(ciaatblo,  0x00bfe601);
  32. ABSDEF(ciaatbhi,  0x00bfe701);
  33. ABSDEF(ciaatodlow,0x00bfe801);
  34. ABSDEF(ciaatodmid,0x00bfe901);
  35. ABSDEF(ciaatodhi, 0x00bfea01);
  36. ABSDEF(ciaasdr,   0x00bfec01);
  37. ABSDEF(ciaaicr,   0x00bfed01);
  38. ABSDEF(ciaacra,   0x00bfee01);
  39. ABSDEF(ciaacrb,   0x00bfef01);
  40.