multiface.h 387 B

1234567891011121314151617181920
  1. #ifndef _MULTIFACE_H_
  2. #define _MULTIFACE_H_
  3. /*
  4. * Defines for SerialMaster, Multiface Card II and Multiface Card III
  5. * The addresses given below are offsets to the board base address
  6. *
  7. * 6.11.95 Joerg Dorchain (dorchain@mpi-sb.mpg.de)
  8. *
  9. */
  10. #define PIA_REG_PADWIDTH 255
  11. #define DUARTBASE 0x0000
  12. #define PITBASE 0x0100
  13. #define ROMBASE 0x0200
  14. #define PIABASE 0x4000
  15. #endif