home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Assembler / wst!oma3.lha / OMA / Include / hardware / adkbits.i next >
Encoding:
Text File  |  1994-12-23  |  1.0 KB  |  47 lines

  1.     IFND    HARDWARE_ADKBITS_I
  2. HARDWARE_ADKBITS_I    EQU    1
  3. *    $Filename: hardware/adkbits.i $
  4. *    $Release: 2.04 Includes, V37.4 $
  5. *    $Revision: 36.2 $
  6. *    $Date: 90/07/10 $
  7. *    bit definitions for adkcon register
  8. *    (C) Copyright 1985-1991 Commodore-Amiga, Inc.
  9. *        All Rights Reserved
  10. ADKB_SETCLR    EQU    15
  11. ADKB_PRECOMP1    EQU    14
  12. ADKB_PRECOMP0    EQU    13
  13. ADKB_MFMPREC    EQU    12
  14. ADKB_UARTBRK    EQU    11
  15. ADKB_WORDSYNC    EQU    10
  16. ADKB_MSBSYNC    EQU    9
  17. ADKB_FAST    EQU    8
  18. ADKB_USE3PN    EQU    7
  19. ADKB_USE2P3    EQU    6
  20. ADKB_USE1P2    EQU    5
  21. ADKB_USE0P1    EQU    4
  22. ADKB_USE3VN    EQU    3
  23. ADKB_USE2V3    EQU    2
  24. ADKB_USE1V2    EQU    1
  25. ADKB_USE0V1    EQU    0
  26. ADKF_SETCLR    EQU    1<<15
  27. ADKF_PRECOMP1    EQU    1<<14
  28. ADKF_PRECOMP0    EQU    1<<13
  29. ADKF_MFMPREC    EQU    1<<12
  30. ADKF_UARTBRK    EQU    1<<11
  31. ADKF_WORDSYNC    EQU    1<<10
  32. ADKF_MSBSYNC    EQU    1<<9
  33. ADKF_FAST    EQU    1<<8
  34. ADKF_USE3PN    EQU    1<<7
  35. ADKF_USE2P3    EQU    1<<6
  36. ADKF_USE1P2    EQU    1<<5
  37. ADKF_USE0P1    EQU    1<<4
  38. ADKF_USE3VN    EQU    1<<3
  39. ADKF_USE2V3    EQU    1<<2
  40. ADKF_USE1V2    EQU    1<<1
  41. ADKF_USE0V1    EQU    1<<0
  42. ADKF_PRE000NS    EQU    0
  43. ADKF_PRE140NS    EQU    ADKF_PRECOMP0
  44. ADKF_PRE280NS    EQU    ADKF_PRECOMP1
  45. ADKF_PRE560NS    EQU    ADKF_PRECOMP0!ADKF_PRECOMP1
  46.     ENDC
  47.