home *** CD-ROM | disk | FTP | other *** search
/ PC Loisirs 18 / cd.iso / sharewar / mikm202 / source / drvgus / ultraext.h < prev   
Encoding:
C/C++ Source or Header  |  1995-09-18  |  306 b   |  17 lines

  1. #ifndef ULTRAEXT_H
  2. #define ULTRAEXT_H
  3.  
  4. #include <stdio.h>
  5. #include "mtypes.h"
  6. #include "forte.h"
  7. #include "gf1proto.h"
  8. #include "extern.h"
  9.  
  10. int   UltraNumVoices(int voices);
  11. int   UltraGetCfg(ULTRA_CFG *p);
  12. UBYTE UltraPeek(ULONG address);
  13. void  UltraPoke(ULONG address,UBYTE val);
  14.  
  15.  
  16. #endif
  17.