home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / BC_DICE2.DMS / in.adf / INCLUDE / graphics / display.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-10  |  734 b   |  43 lines

  1. #ifndef GRAPHICS_DISPLAY_H
  2. #define GRAPHICS_DISPLAY_H
  3. /*
  4. ** $Filename: graphics/display.h $
  5. ** $Release: 2.04 Includes, V37.4 $
  6. ** $Revision: 37.0 $
  7. ** $Date: 91/01/07 $
  8. **
  9. ** include define file for display control registers
  10. **
  11. ** (C) Copyright 1985-1991 Commodore-Amiga, Inc.
  12. ** All Rights Reserved
  13. */
  14.  
  15.  
  16. #define MODE_640 0x8000
  17. #define PLNCNTMSK 0x7 
  18.  
  19. #define PLNCNTSHFT 12 
  20. #define PF2PRI 0x40 
  21. #define COLORON 0x0200 
  22. #define DBLPF 0x400
  23. #define HOLDNMODIFY 0x800
  24. #define INTERLACE 4 
  25.  
  26.  
  27. #define PFA_FINE_SCROLL 0xF
  28. #define PFB_FINE_SCROLL_SHIFT 4
  29. #define PF_FINE_SCROLL_MASK 0xF
  30.  
  31.  
  32. #define DIW_HORIZ_POS 0x7F 
  33. #define DIW_VRTCL_POS 0x1FF 
  34. #define DIW_VRTCL_POS_SHIFT 7
  35.  
  36.  
  37. #define DFTCH_MASK 0xFF
  38.  
  39.  
  40. #define VPOSRLOF 0x8000
  41.  
  42. #endif 
  43.