home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Emulation / Atari800 / pia.h < prev    next >
C/C++ Source or Header  |  1998-01-20  |  323b  |  21 lines

  1. #ifndef __PIA__
  2. #define __PIA__
  3.  
  4. #include "atari.h"
  5.  
  6. #define _PORTA 0x00
  7. #define _PORTB 0x01
  8. #define _PACTL 0x02
  9. #define _PBCTL 0x03
  10.  
  11.  
  12. extern UBYTE PACTL;
  13. extern UBYTE PBCTL;
  14. extern UBYTE PORTA;
  15. extern UBYTE PORTB;
  16. extern UBYTE PORTA_mask;
  17. extern UBYTE PORTB_mask;
  18.  
  19. void Init_PIA (int *argc, char *argv[],int base);
  20. #endif
  21.