/* * "ESCSOUND.C" * * Part of The Escotia Playstation Library * * Author: ScoTT Campbell * Date: 10/9/98 * */ #include "..\headers\escsound.h" /****************************/ /* Start of sound functions */ /****************************/ int InitialiseSound(unsigned long int vhAddress, unsigned long int vbAddress) { int id; id = SsVabTransfer( ( u_char * ) vhAddress, ( u_char * ) vbAddress, -1, 1 ); return id; } /**************************/ /* End of sound functions */ /**************************/