home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 5 / MA_Cover_5.iso / ppc / atari / atari800-0.8.6 / supercart.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-05-10  |  120 b   |  9 lines

  1. #ifndef __SUPERCART__
  2. #define __SUPERCART__
  3.  
  4. #include "atari.h"
  5.  
  6. int SuperCart_PutByte(UWORD addr, UBYTE byte);
  7.  
  8. #endif
  9.