home *** CD-ROM | disk | FTP | other *** search
- #ifndef ULTRAEXT_H
- #define ULTRAEXT_H
-
- #include <stdio.h>
- #include "mtypes.h"
- #include "forte.h"
- #include "gf1proto.h"
- #include "extern.h"
-
- int UltraNumVoices(int voices);
- int UltraGetCfg(ULTRA_CFG *p);
- UBYTE UltraPeek(ULONG address);
- void UltraPoke(ULONG address,UBYTE val);
-
-
- #endif
-