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