/* SG C Tools 1.3 (C) 1993 Steve Goldsmith All Rights Reserved Compiled with HI-TECH C 3.09 (CP/M-80). */ #include #include #include /* start attack, decay, sustain cycle. gate bit is not needed */ void attacksid(ushort Voice, uchar Waveform) { outp(Voice+4,Waveform | sidWaveGate); }