home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.6 / ffcollection-1-6-1993-02.iso / ff_disks / 211-240 / ff_228 / glib / st-mach.h < prev    next >
C/C++ Source or Header  |  1989-06-26  |  414b  |  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.