home *** CD-ROM | disk | FTP | other *** search
/ FreeWare Collection 3 / FreeSoftwareCollection3pd199x-jp.img / oh_fm / inkyoku / crtc.h < prev    next >
Text File  |  1980-01-02  |  510b  |  26 lines

  1. /*  definition for CRTC directry access  */
  2.  
  3. #define PORT_CRTC 0x440
  4. #define CRTC( adr, dat )  OUTREGW( PORT_CRTC, adr, dat )
  5.  
  6. #define CA_HSW1 0
  7. #define CA_HSW2 1
  8. #define CA_HST  4
  9. #define CA_HDS0 9
  10. #define CA_HDE0 10
  11. #define CA_HDS1 11
  12. #define CA_HDE1 12
  13. #define CA_VDS0 13
  14. #define CA_VDE0 14
  15. #define CA_VDS1 15
  16. #define CA_VDE1 16
  17. #define CA_FA0  17
  18. #define CA_HAJ0 18
  19. #define CA_LO0  20
  20. #define CA_FA1  21
  21. #define CA_HAJ1 22
  22. #define CA_LO1  24
  23. #define CA_ZOOM 27
  24. #define CA_CR1  29
  25.  
  26.