Annotation of uae/src/od-dos/sound/gus.h, revision 1.1

1.1     ! root        1:  /*
        !             2:   * UAE - The Un*x Amiga Emulator
        !             3:   *
        !             4:   *  DOS Gravis Ultrasound interface - Headerfile
        !             5:   *
        !             6:   * (c) 1996 Michael Sontheimer
        !             7:   */
        !             8: 
        !             9: 
        !            10: int GUS_Init( int *dspbits, int *rate, int *sndbufsize, unsigned int *direct_buffers, int *stereo_sound );
        !            11: void GUS_Reset( UBYTE ubGUSDMA1, UBYTE ubGUSDMA2, UBYTE ubGUSGF1Int );
        !            12: void GUS_PlayBuffer( void *buf, unsigned long size );
        !            13: void GUS_Cleanup( void );
        !            14: void GUS_StartDMA( ULONG ulPosInGUSRAM, int bLoop );
        !            15: void GUS_DummyFunc( void );
        !            16: void GUS_GF1InterruptHandler( void );
        !            17: void GUS_WorkOnVoices( void );
        !            18: void GUS_GF1Delay( void );
        !            19: void GUS_StartVoice( void );
        !            20: void GUS_StopVoice( void );
        !            21: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.