home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 242.lha / GenericLIBrarian / source / st-mach.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-04-07  |  414 b   |  29 lines

  1. /*
  2.  * GLIB - a Generic LIBrarian and editor for synths
  3.  *
  4.  * Machine dependent stuff.
  5.  *
  6.  * Atari ST version
  7.  */
  8.  
  9. #define INT16 int
  10.  
  11. #include <osbind.h>
  12. #include <gemdefs.h>
  13. #include <obdefs.h>
  14.  
  15. #define CONSOLE 2
  16. #define MIDI 3
  17.  
  18. #ifdef OVERLAY1
  19. overlay "over1"
  20. #endif
  21.  
  22. #ifdef OVERLAY2
  23. overlay "over2"
  24. #endif
  25.  
  26. #define OPENBINFILE(f,name,mode) f=fopen(name,mode[0]=='r'?"br":"bw")
  27.  
  28. #define STATMIDI (Bconstat(MIDI))
  29.