X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Fvgmtest.c;h=6ba057e834c5c82aac0a5bc9fa2a7f6ba758acd4;hb=c13dbd65b6c7f673537cfa5ef6456b09444c1406;hp=969eebf05947326ec69e5fc13eda1d78021dc94c;hpb=fb3f702a6acf4d653082c4d0db083a1ad90b76ff;p=16.git diff --git a/src/vgmtest.c b/src/vgmtest.c index 969eebf0..6ba057e8 100755 --- a/src/vgmtest.c +++ b/src/vgmtest.c @@ -19,18 +19,30 @@ * Fifth Floor, Boston, MA 02110-1301 USA. * */ - -#include "src/lib/vgmsnd/vgmSnd.h" - /* * soundtest */ +#include "src/lib/vgmsnd/vgmSnd.h" +#include "src/lib/vgmsnd/3812intf.h" + +//#define VGM_SLOTS 4 + +//VGM_FILE vgmFiles[VGM_SLOTS]; + void main() { global_game_variables_t gvar; + InitEngine(); + /*VGM_FILE* tempVgmFile; + UINT8 vgmChn; + UINT8 vgmId; + + tempVgmFile = &vgmFiles[vgmId]; + if (vgmChn == 0x7F) PlayMusic(tempVgmFile); else - PlaySFX(tempVgmFile, vgmChn); + PlaySFX(tempVgmFile, vgmChn);*/ + DeinitEngine(); }