#ifndef ULTRAEXT_H #define ULTRAEXT_H #include #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